mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
layers: Add styhead to compatible release series
styhead is codename for upcoming 5.1 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer"
|
LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_filesystems-layer = "scarthgap"
|
LAYERSERIES_COMPAT_filesystems-layer = "scarthgap styhead"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ LAYERVERSION_gnome-layer = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python"
|
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_gnome-layer = "scarthgap"
|
LAYERSERIES_COMPAT_gnome-layer = "scarthgap styhead"
|
||||||
|
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
||||||
faenza-icon-theme->gdk-pixbuf \
|
faenza-icon-theme->gdk-pixbuf \
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
|
|||||||
BBFILE_PRIORITY_meta-initramfs = "5"
|
BBFILE_PRIORITY_meta-initramfs = "5"
|
||||||
LAYERDEPENDS_meta-initramfs = "core"
|
LAYERDEPENDS_meta-initramfs = "core"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_meta-initramfs = "scarthgap"
|
LAYERSERIES_COMPAT_meta-initramfs = "scarthgap styhead"
|
||||||
|
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||||
dracut->virtual/kernel \
|
dracut->virtual/kernel \
|
||||||
|
|||||||
@@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_multimedia-layer = "core openembedded-layer meta-python"
|
LAYERDEPENDS_multimedia-layer = "core openembedded-layer meta-python"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_multimedia-layer = "scarthgap"
|
LAYERSERIES_COMPAT_multimedia-layer = "scarthgap styhead"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ LAYERVERSION_networking-layer = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
|
LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_networking-layer = "scarthgap"
|
LAYERSERIES_COMPAT_networking-layer = "scarthgap styhead"
|
||||||
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ LAYERVERSION_openembedded-layer = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_openembedded-layer = "core"
|
LAYERDEPENDS_openembedded-layer = "core"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_openembedded-layer = "scarthgap"
|
LAYERSERIES_COMPAT_openembedded-layer = "scarthgap styhead"
|
||||||
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_perl-layer = "core openembedded-layer"
|
LAYERDEPENDS_perl-layer = "core openembedded-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_perl-layer = "scarthgap"
|
LAYERSERIES_COMPAT_perl-layer = "scarthgap styhead"
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
|
LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_meta-python = "scarthgap"
|
LAYERSERIES_COMPAT_meta-python = "scarthgap styhead"
|
||||||
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1"
|
|||||||
|
|
||||||
LAYERDEPENDS_webserver = "core openembedded-layer"
|
LAYERDEPENDS_webserver = "core openembedded-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_webserver = "scarthgap"
|
LAYERSERIES_COMPAT_webserver = "scarthgap styhead"
|
||||||
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer"
|
|||||||
LAYERDEPENDS_xfce-layer += "meta-python"
|
LAYERDEPENDS_xfce-layer += "meta-python"
|
||||||
LAYERDEPENDS_xfce-layer += "networking-layer"
|
LAYERDEPENDS_xfce-layer += "networking-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_xfce-layer = "scarthgap"
|
LAYERSERIES_COMPAT_xfce-layer = "scarthgap styhead"
|
||||||
|
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
||||||
openzone->gdk-pixbuf \
|
openzone->gdk-pixbuf \
|
||||||
|
|||||||
Reference in New Issue
Block a user