diff options
-rw-r--r-- | meta-filesystems/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-gnome/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-initramfs/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-multimedia/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-oe/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-perl/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-python/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-webserver/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-xfce/conf/layer.conf | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf index b5f59d9bac..75a27d6654 100644 --- a/meta-filesystems/conf/layer.conf +++ b/meta-filesystems/conf/layer.conf | |||
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
7 | 7 | ||
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 = "5" |
11 | 11 | ||
12 | # This should only be incremented on significant changes that will | 12 | # This should only be incremented on significant changes that will |
13 | # cause compatibility issues with other layers | 13 | # cause compatibility issues with other layers |
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index 3f6b4f7b76..2fb3485155 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf | |||
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | |||
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "gnome-layer" | 7 | BBFILE_COLLECTIONS += "gnome-layer" |
8 | BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_gnome-layer = "7" | 9 | BBFILE_PRIORITY_gnome-layer = "5" |
10 | 10 | ||
11 | # auto-pack gnome help files | 11 | # auto-pack gnome help files |
12 | IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" | 12 | IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" |
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf index 33e61d333f..c63383faf7 100644 --- a/meta-initramfs/conf/layer.conf +++ b/meta-initramfs/conf/layer.conf | |||
@@ -13,7 +13,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" | |||
13 | # choosing carefully how this layer interacts with all of the | 13 | # choosing carefully how this layer interacts with all of the |
14 | # other layers. | 14 | # other layers. |
15 | 15 | ||
16 | BBFILE_PRIORITY_meta-initramfs = "8" | 16 | BBFILE_PRIORITY_meta-initramfs = "5" |
17 | LAYERDEPENDS_meta-initramfs = "core" | 17 | LAYERDEPENDS_meta-initramfs = "core" |
18 | 18 | ||
19 | LAYERSERIES_COMPAT_meta-initramfs = "kirkstone" | 19 | LAYERSERIES_COMPAT_meta-initramfs = "kirkstone" |
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf index 1fe9c80330..b5120bb539 100644 --- a/meta-multimedia/conf/layer.conf +++ b/meta-multimedia/conf/layer.conf | |||
@@ -23,7 +23,7 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
23 | # choosing carefully how this layer interacts with all of the | 23 | # choosing carefully how this layer interacts with all of the |
24 | # other layers. | 24 | # other layers. |
25 | 25 | ||
26 | BBFILE_PRIORITY_multimedia-layer = "6" | 26 | BBFILE_PRIORITY_multimedia-layer = "5" |
27 | 27 | ||
28 | # This should only be incremented on significant changes that will | 28 | # This should only be incremented on significant changes that will |
29 | # cause compatibility issues with other layers | 29 | # cause compatibility issues with other layers |
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 93f3dc5807..88715d5e82 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -21,7 +21,7 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" | |||
21 | # choosing carefully how this layer interacts with all of the | 21 | # choosing carefully how this layer interacts with all of the |
22 | # other layers. | 22 | # other layers. |
23 | 23 | ||
24 | BBFILE_PRIORITY_openembedded-layer = "6" | 24 | BBFILE_PRIORITY_openembedded-layer = "5" |
25 | 25 | ||
26 | # only activates content when identified layers are present, | 26 | # only activates content when identified layers are present, |
27 | # to ensure yocto compatibility check pass | 27 | # to ensure yocto compatibility check pass |
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index 4f075e9a92..3cb9571d41 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf | |||
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "perl-layer" | 8 | BBFILE_COLLECTIONS += "perl-layer" |
9 | BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_perl-layer = "6" | 10 | BBFILE_PRIORITY_perl-layer = "5" |
11 | 11 | ||
12 | # This should only be incremented on significant changes that will | 12 | # This should only be incremented on significant changes that will |
13 | # cause compatibility issues with other layers | 13 | # cause compatibility issues with other layers |
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index 98f734152f..e444498ff0 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "meta-python" | 7 | BBFILE_COLLECTIONS += "meta-python" |
8 | BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_meta-python = "7" | 9 | BBFILE_PRIORITY_meta-python = "5" |
10 | 10 | ||
11 | # This should only be incremented on significant changes that will | 11 | # This should only be incremented on significant changes that will |
12 | # cause compatibility issues with other layers | 12 | # cause compatibility issues with other layers |
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index 312c39b3b3..5ae5e796ae 100644 --- a/meta-webserver/conf/layer.conf +++ b/meta-webserver/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | |||
9 | 9 | ||
10 | BBFILE_COLLECTIONS += "webserver" | 10 | BBFILE_COLLECTIONS += "webserver" |
11 | BBFILE_PATTERN_webserver := "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_webserver := "^${LAYERDIR}/" |
12 | BBFILE_PRIORITY_webserver = "6" | 12 | BBFILE_PRIORITY_webserver = "5" |
13 | 13 | ||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf index be58708679..28dfc5b340 100644 --- a/meta-xfce/conf/layer.conf +++ b/meta-xfce/conf/layer.conf | |||
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | |||
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "xfce-layer" | 7 | BBFILE_COLLECTIONS += "xfce-layer" |
8 | BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_xfce-layer = "7" | 9 | BBFILE_PRIORITY_xfce-layer = "5" |
10 | 10 | ||
11 | # This should only be incremented on significant changes that will | 11 | # This should only be incremented on significant changes that will |
12 | # cause compatibility issues with other layers | 12 | # cause compatibility issues with other layers |