diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-03-31 07:40:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 07:41:47 -0700 |
| commit | f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c (patch) | |
| tree | 1d1c7369084bae87c23384c97935718dba132d5d | |
| parent | 8147a884c68d8fdd89939a8443a902b65297520c (diff) | |
| download | meta-openembedded-f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c.tar.gz | |
Drop styhead from LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@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 5323913d58..007be777f4 100644 --- a/meta-filesystems/conf/layer.conf +++ b/meta-filesystems/conf/layer.conf | |||
| @@ -15,7 +15,7 @@ LAYERVERSION_filesystems-layer = "1" | |||
| 15 | 15 | ||
| 16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer" | 16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer" |
| 17 | 17 | ||
| 18 | LAYERSERIES_COMPAT_filesystems-layer = "styhead walnascar" | 18 | LAYERSERIES_COMPAT_filesystems-layer = "walnascar" |
| 19 | 19 | ||
| 20 | BBFILES_DYNAMIC += " \ | 20 | BBFILES_DYNAMIC += " \ |
| 21 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 21 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index 6adf7a405c..64ecc462a1 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 meta-python" | 18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python" |
| 19 | 19 | ||
| 20 | LAYERSERIES_COMPAT_gnome-layer = "styhead walnascar" | 20 | LAYERSERIES_COMPAT_gnome-layer = "walnascar" |
| 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 e8527495af..0ca5c5a369 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 = "5" | 16 | BBFILE_PRIORITY_meta-initramfs = "5" |
| 17 | LAYERDEPENDS_meta-initramfs = "core" | 17 | LAYERDEPENDS_meta-initramfs = "core" |
| 18 | 18 | ||
| 19 | LAYERSERIES_COMPAT_meta-initramfs = "styhead walnascar" | 19 | LAYERSERIES_COMPAT_meta-initramfs = "walnascar" |
| 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 25e8b044a2..9e351673a6 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 openembedded-layer meta-python" | 32 | LAYERDEPENDS_multimedia-layer = "core openembedded-layer meta-python" |
| 33 | 33 | ||
| 34 | LAYERSERIES_COMPAT_multimedia-layer = "styhead walnascar" | 34 | LAYERSERIES_COMPAT_multimedia-layer = "walnascar" |
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 19ce3fe902..85a207bc8d 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
| @@ -15,7 +15,7 @@ LAYERVERSION_networking-layer = "1" | |||
| 15 | 15 | ||
| 16 | LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer" | 16 | LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer" |
| 17 | 17 | ||
| 18 | LAYERSERIES_COMPAT_networking-layer = "styhead walnascar" | 18 | LAYERSERIES_COMPAT_networking-layer = "walnascar" |
| 19 | 19 | ||
| 20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 21 | 21 | ||
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index d3fd49cf6b..2f4b9c4027 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -48,7 +48,7 @@ LAYERVERSION_openembedded-layer = "1" | |||
| 48 | 48 | ||
| 49 | LAYERDEPENDS_openembedded-layer = "core" | 49 | LAYERDEPENDS_openembedded-layer = "core" |
| 50 | 50 | ||
| 51 | LAYERSERIES_COMPAT_openembedded-layer = "styhead walnascar" | 51 | LAYERSERIES_COMPAT_openembedded-layer = "walnascar" |
| 52 | 52 | ||
| 53 | LICENSE_PATH += "${LAYERDIR}/licenses" | 53 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 54 | 54 | ||
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index 057fb05b26..0511263d22 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 = "styhead walnascar" | 18 | LAYERSERIES_COMPAT_perl-layer = "walnascar" |
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index cae3931b86..10a1647016 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 = "styhead walnascar" | 17 | LAYERSERIES_COMPAT_meta-python = "walnascar" |
| 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 90a8792180..3a264610f1 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 = "styhead walnascar" | 20 | LAYERSERIES_COMPAT_webserver = "walnascar" |
| 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 d741d0ba94..043f290e98 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 = "styhead walnascar" | 22 | LAYERSERIES_COMPAT_xfce-layer = "walnascar" |
| 23 | 23 | ||
| 24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | 24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
| 25 | openzone->gdk-pixbuf \ | 25 | openzone->gdk-pixbuf \ |
