[poky] [PATCH] documentation/poky.ent: update METAINTELVERSION
California Sullivan
california.l.sullivan at intel.com
Wed Mar 28 12:30:26 PDT 2018
8.0-rocko-2.4.2 was not a valid meta-intel tag, resulting in following
the quickstart guide exactly causing failures.
See: https://stackoverflow.com/questions/49521165/yocto-bitbake-ninja-command-not-found
Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
Hi Scott,
For now this will fix the problem, but in the future if poky does a
release and meta-intel does not, we'll fall out of sync again. We might
need to move away from meta-intel's release tag being autogenerated.
documentation/poky.ent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/poky.ent b/documentation/poky.ent
index db3eef0862e..ac3dcbefc38 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -4,7 +4,7 @@
<!ENTITY DISTRO_NAME "Rocko">
<!ENTITY YOCTO_DOC_VERSION "2.4.2">
<!ENTITY DISTRO_REL_TAG "yocto-2.4.2">
-<!ENTITY METAINTELVERSION "8.0">
+<!ENTITY METAINTELVERSION "8.1">
<!ENTITY META_INTEL_REL_TAG "&METAINTELVERSION;-&DISTRO_NAME_NO_CAP;-&YOCTO_DOC_VERSION;">
<!ENTITY POKYVERSION "19.0.2">
<!ENTITY POKYVERSION_COMPRESSED "1902">
--
2.14.3
More information about the poky
mailing list