[poky] [PATCH 3/3] layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc
Darren Hart
dvhart at linux.intel.com
Mon Aug 26 14:26:21 PDT 2013
From: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
In order to maintain autobuilder compatibility with prior releases
we'll need to decide on if we should build atom-pc or genericx86
based on LAYERVERSION_yoctobsp.
if LAYERVERSION_yoctobsp < 2 we build out atom-pc else
we build out genericx86
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
Cc: Ross Burton <ross.burton at intel.com>
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
meta-yocto-bsp/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf
index 2be7cc3..9e416fe 100644
--- a/meta-yocto-bsp/conf/layer.conf
+++ b/meta-yocto-bsp/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "yoctobsp"
BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_yoctobsp = "5"
-
+LAYERVERSION_yoctobsp = "2"
--
1.7.9.5
More information about the poky
mailing list