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:18:23 +0000 |
| commit | bac00405500c48c2f7eb50ec057bcd1bc22c5023 (patch) | |
| tree | 19a8c0ecfb22c5cb0a7b7bb9fefa1212091d8d24 | |
| parent | fde198b76dd03b09e7d33e37a53310d293d8f259 (diff) | |
| download | poky-bac00405500c48c2f7eb50ec057bcd1bc22c5023.tar.gz | |
layer.conf: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to following oe-core layers:
meta-hob, meta-skeleton
(From OE-Core rev: 8d868a9b64b460aa38462115bbb17634544c71cc)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-hob/conf/layer.conf | 6 | ||||
| -rw-r--r-- | meta-skeleton/conf/layer.conf | 5 |
2 files changed, 11 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" | |||
| 7 | BBFILE_COLLECTIONS += "hob" | 7 | BBFILE_COLLECTIONS += "hob" |
| 8 | BBFILE_PATTERN_hob := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_hob := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_hob = "1" | 9 | BBFILE_PRIORITY_hob = "1" |
| 10 | |||
| 11 | # This should only be incremented on significant changes that will | ||
| 12 | # cause compatibility issues with other layers | ||
| 13 | LAYERVERSION_hob = "1" | ||
| 14 | |||
| 15 | LAYERDEPENDS_hob = "core" | ||
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index edb31dd89a..4cf476711d 100644 --- a/meta-skeleton/conf/layer.conf +++ b/meta-skeleton/conf/layer.conf | |||
| @@ -8,3 +8,8 @@ BBFILE_COLLECTIONS += "skeleton" | |||
| 8 | BBFILE_PATTERN_skeleton := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_skeleton := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_skeleton = "1" | 9 | BBFILE_PRIORITY_skeleton = "1" |
| 10 | 10 | ||
| 11 | # This should only be incremented on significant changes that will | ||
| 12 | # cause compatibility issues with other layers | ||
| 13 | LAYERVERSION_skeleton = "1" | ||
| 14 | |||
| 15 | LAYERDEPENDS_skeleton = "core" | ||
