diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-26 00:42:07 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-28 13:41:45 +0100 |
commit | 1c8a0807eb920dd2410e33f6b316f33a6e74f737 (patch) | |
tree | bfcdd995687b72e967b827ae1db024ff59e8c208 /meta-filesystems | |
parent | af34fec38175df77b6a239ce3f81701073ab90bf (diff) | |
download | meta-openembedded-1c8a0807eb920dd2410e33f6b316f33a6e74f737.tar.gz |
meta-filesystems: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core and openembedded-layer
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf index c0bbd7821..9ed6d1b73 100644 --- a/meta-filesystems/conf/layer.conf +++ b/meta-filesystems/conf/layer.conf | |||
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
8 | BBFILE_COLLECTIONS += "filesystems-layer" | 8 | BBFILE_COLLECTIONS += "filesystems-layer" |
9 | BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_filesystems-layer = "6" | 10 | BBFILE_PRIORITY_filesystems-layer = "6" |
11 | |||
12 | # This should only be incremented on significant changes that will | ||
13 | # cause compatibility issues with other layers | ||
14 | LAYERVERSION_filesystems-layer = "1" | ||
15 | |||
16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" | ||