From: Elizabeth Flanagan Date: Mon, 26 Aug 2013 20:52:18 +0000 (+0000) Subject: layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=775ed00b9248c780e4c0e6768c439e4ebb65d9ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git layer.conf: Bumping LAYERVERSION_yoctobsp to account for atom-pc 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 Cc: Ross Burton Signed-off-by: Darren Hart Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf index 2be7cc36818..9e416fe2450 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"