From: Jose Quaresma <
jose.q...@oss.qualcomm.com>
The poky distro is not the default anymore in openembedded-core since
the freezing of poky [1] master. Currently, to use poky, we need
to explicitly use the meta-poky layer from the meta-yocto [2] repository.
docs/format-changelog.rst | 9 +++++++++
kas/schema-kas.json | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/docs/format-changelog.rst b/docs/format-changelog.rst
index 8aea3a5..b43b230 100644
--- a/docs/format-changelog.rst
+++ b/docs/format-changelog.rst
@@ -210,3 +210,12 @@ Added
- The repo layers ``prio`` can be used to control the order in which the
layers are added to the ``BBLAYERS`` bitbake variable.
+
+Version 22
+----------
+
+Added
+~~~~~
+
+- Switch to nodistro which is the default distro setting in
+ openembedded-core.
diff --git a/kas/schema-kas.json b/kas/schema-kas.json
index e52598a..ba9a583 100644
--- a/kas/schema-kas.json
+++ b/kas/schema-kas.json
@@ -41,7 +41,7 @@
{
"type": "integer",
"minimum": 1,
- "maximum": 21
+ "maximum": 22
}
]
},
@@ -152,7 +152,7 @@
},
"distro": {
"description": "Value of the ``DISTRO`` variable that is written into the ``local.conf``. Can be overwritten by the ``KAS_DISTRO`` environment variable.",
- "default": "poky",
+ "default": "nodistro",
"type": "string"
},
"env": {
--
2.53.0