diff options
author | wenzong.fan@windriver.com <wenzong.fan@windriver.com> | 2013-03-11 16:06:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:17:38 +0000 |
commit | 8d868a9b64b460aa38462115bbb17634544c71cc (patch) | |
tree | 28a06bc88ef450ab076e9dc88f6dcd5226a7cfdd /meta-hob | |
parent | ca4d0c455525aa775f7fe0531ad0c6f5dcdc32d7 (diff) | |
download | openembedded-core-8d868a9b64b460aa38462115bbb17634544c71cc.tar.gz openembedded-core-8d868a9b64b460aa38462115bbb17634544c71cc.tar.bz2 openembedded-core-8d868a9b64b460aa38462115bbb17634544c71cc.zip |
layer.conf: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to following oe-core layers:
meta-hob, meta-skeleton
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-hob')
-rw-r--r-- | meta-hob/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf index 5f5eb8218c..ea977e2cc3 100644 --- a/meta-hob/conf/layer.conf +++ b/meta-hob/conf/layer.conf @@ -7,3 +7,9 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "hob" BBFILE_PATTERN_hob := "^${LAYERDIR}/" BBFILE_PRIORITY_hob = "1" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_hob = "1" + +LAYERDEPENDS_hob = "core" |