All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] documentation/poky.ent: update METAINTELVERSION
@ 2018-03-28 19:30 California Sullivan
  0 siblings, 0 replies; only message in thread
From: California Sullivan @ 2018-03-28 19:30 UTC (permalink / raw)
  To: poky

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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-28 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 19:30 [PATCH] documentation/poky.ent: update METAINTELVERSION California Sullivan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.