diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-30 10:18:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | 17adfde3bdb533a228617859b2ce22da245dc7d5 (patch) | |
tree | 0dd9141d7abf1fbe8e6609e0c058347f68c0659a | |
parent | c61dc077bbd81260e4f167fa2251643ba0ba6974 (diff) | |
download | meta-openembedded-17adfde3bdb533a228617859b2ce22da245dc7d5.tar.gz |
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override
syntax.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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-networking/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 |
10 files changed, 10 insertions, 10 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf index ae93a36b45..6a9357d2a9 100644 --- a/meta-filesystems/conf/layer.conf +++ b/meta-filesystems/conf/layer.conf | |||
@@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1" | |||
15 | 15 | ||
16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_filesystems-layer = " hardknott" | 18 | LAYERSERIES_COMPAT_filesystems-layer = "honister" |
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index 06030e7bc4..d2ee3e0692 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf | |||
@@ -17,7 +17,7 @@ LAYERVERSION_gnome-layer = "1" | |||
17 | 17 | ||
18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer" | 18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer" |
19 | 19 | ||
20 | LAYERSERIES_COMPAT_gnome-layer = " hardknott" | 20 | LAYERSERIES_COMPAT_gnome-layer = "honister" |
21 | 21 | ||
22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | 22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
23 | faenza-icon-theme->gdk-pixbuf \ | 23 | faenza-icon-theme->gdk-pixbuf \ |
diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf index d1d6693736..11dd43178e 100644 --- a/meta-initramfs/conf/layer.conf +++ b/meta-initramfs/conf/layer.conf | |||
@@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/" | |||
16 | BBFILE_PRIORITY_meta-initramfs = "8" | 16 | BBFILE_PRIORITY_meta-initramfs = "8" |
17 | LAYERDEPENDS_meta-initramfs = "core" | 17 | LAYERDEPENDS_meta-initramfs = "core" |
18 | 18 | ||
19 | LAYERSERIES_COMPAT_meta-initramfs = " hardknott" | 19 | LAYERSERIES_COMPAT_meta-initramfs = "honister" |
20 | 20 | ||
21 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 21 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
22 | dracut->virtual/kernel \ | 22 | dracut->virtual/kernel \ |
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf index 6d3de7c118..5a17a50487 100644 --- a/meta-multimedia/conf/layer.conf +++ b/meta-multimedia/conf/layer.conf | |||
@@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1" | |||
31 | 31 | ||
32 | LAYERDEPENDS_multimedia-layer = "core meta-python" | 32 | LAYERDEPENDS_multimedia-layer = "core meta-python" |
33 | 33 | ||
34 | LAYERSERIES_COMPAT_multimedia-layer = " hardknott" | 34 | LAYERSERIES_COMPAT_multimedia-layer = "honister" |
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 968b216010..67fcda3d99 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
@@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core" | |||
17 | LAYERDEPENDS_networking-layer += "openembedded-layer" | 17 | LAYERDEPENDS_networking-layer += "openembedded-layer" |
18 | LAYERDEPENDS_networking-layer += "meta-python" | 18 | LAYERDEPENDS_networking-layer += "meta-python" |
19 | 19 | ||
20 | LAYERSERIES_COMPAT_networking-layer = " hardknott" | 20 | LAYERSERIES_COMPAT_networking-layer = "honister" |
21 | 21 | ||
22 | LICENSE_PATH += "${LAYERDIR}/licenses" | 22 | LICENSE_PATH += "${LAYERDIR}/licenses" |
23 | 23 | ||
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 36be38544b..bfb3e59057 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -42,7 +42,7 @@ LAYERVERSION_openembedded-layer = "1" | |||
42 | 42 | ||
43 | LAYERDEPENDS_openembedded-layer = "core" | 43 | LAYERDEPENDS_openembedded-layer = "core" |
44 | 44 | ||
45 | LAYERSERIES_COMPAT_openembedded-layer = " hardknott" | 45 | LAYERSERIES_COMPAT_openembedded-layer = "honister" |
46 | 46 | ||
47 | LICENSE_PATH += "${LAYERDIR}/licenses" | 47 | LICENSE_PATH += "${LAYERDIR}/licenses" |
48 | 48 | ||
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index 87bb91f618..6a2dd7ff95 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf | |||
@@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1" | |||
15 | 15 | ||
16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_perl-layer = "core openembedded-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_perl-layer = " hardknott" | 18 | LAYERSERIES_COMPAT_perl-layer = "honister" |
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index ab66ffd8e1..ffad953f93 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1" | |||
14 | 14 | ||
15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" | 15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_meta-python = " hardknott" | 17 | LAYERSERIES_COMPAT_meta-python = "honister" |
18 | 18 | ||
19 | LICENSE_PATH += "${LAYERDIR}/licenses" | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index 7bb4978921..46d5a872a1 100644 --- a/meta-webserver/conf/layer.conf +++ b/meta-webserver/conf/layer.conf | |||
@@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1" | |||
17 | 17 | ||
18 | LAYERDEPENDS_webserver = "core openembedded-layer" | 18 | LAYERDEPENDS_webserver = "core openembedded-layer" |
19 | 19 | ||
20 | LAYERSERIES_COMPAT_webserver = " hardknott" | 20 | LAYERSERIES_COMPAT_webserver = "honister" |
21 | 21 | ||
22 | LICENSE_PATH += "${LAYERDIR}/licenses" | 22 | LICENSE_PATH += "${LAYERDIR}/licenses" |
23 | 23 | ||
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf index b1240b06e9..81e7dc5ad3 100644 --- a/meta-xfce/conf/layer.conf +++ b/meta-xfce/conf/layer.conf | |||
@@ -19,7 +19,7 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer" | |||
19 | LAYERDEPENDS_xfce-layer += "meta-python" | 19 | LAYERDEPENDS_xfce-layer += "meta-python" |
20 | LAYERDEPENDS_xfce-layer += "networking-layer" | 20 | LAYERDEPENDS_xfce-layer += "networking-layer" |
21 | 21 | ||
22 | LAYERSERIES_COMPAT_xfce-layer = " hardknott" | 22 | LAYERSERIES_COMPAT_xfce-layer = "honister" |
23 | 23 | ||
24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | 24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
25 | openzone->gdk-pixbuf \ | 25 | openzone->gdk-pixbuf \ |