Browse Source

layer.conf: Add hardknott to LAYERSERIES_COMPAT

Thats codename for 3.3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 3 years ago
parent
commit
8fbaa7e41c

+ 1 - 1
meta-filesystems/conf/layer.conf

@@ -15,4 +15,4 @@ LAYERVERSION_filesystems-layer = "1"
 
 LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_filesystems-layer = "gatesgarth"
+LAYERSERIES_COMPAT_filesystems-layer = "gatesgarth hardknott"

+ 1 - 1
meta-gnome/conf/layer.conf

@@ -17,7 +17,7 @@ LAYERVERSION_gnome-layer = "1"
 
 LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
 
-LAYERSERIES_COMPAT_gnome-layer = "gatesgarth"
+LAYERSERIES_COMPAT_gnome-layer = "gatesgarth hardknott"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
   faenza-icon-theme->gdk-pixbuf \

+ 1 - 1
meta-initramfs/conf/layer.conf

@@ -16,7 +16,7 @@ BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-initramfs = "8"
 LAYERDEPENDS_meta-initramfs = "core"
 
-LAYERSERIES_COMPAT_meta-initramfs = "gatesgarth"
+LAYERSERIES_COMPAT_meta-initramfs = "gatesgarth hardknott"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   dracut->virtual/kernel \

+ 1 - 1
meta-multimedia/conf/layer.conf

@@ -31,4 +31,4 @@ LAYERVERSION_multimedia-layer = "1"
 
 LAYERDEPENDS_multimedia-layer = "core meta-python"
 
-LAYERSERIES_COMPAT_multimedia-layer = "gatesgarth"
+LAYERSERIES_COMPAT_multimedia-layer = "gatesgarth hardknott"

+ 1 - 1
meta-networking/conf/layer.conf

@@ -17,7 +17,7 @@ LAYERDEPENDS_networking-layer = "core"
 LAYERDEPENDS_networking-layer += "openembedded-layer"
 LAYERDEPENDS_networking-layer += "meta-python"
 
-LAYERSERIES_COMPAT_networking-layer = "gatesgarth"
+LAYERSERIES_COMPAT_networking-layer = "gatesgarth hardknott"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 

+ 1 - 1
meta-oe/conf/layer.conf

@@ -37,7 +37,7 @@ LAYERVERSION_openembedded-layer = "1"
 
 LAYERDEPENDS_openembedded-layer = "core"
 
-LAYERSERIES_COMPAT_openembedded-layer = "gatesgarth"
+LAYERSERIES_COMPAT_openembedded-layer = "gatesgarth hardknott"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 

+ 1 - 1
meta-perl/conf/layer.conf

@@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1"
 
 LAYERDEPENDS_perl-layer = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_perl-layer = "gatesgarth"
+LAYERSERIES_COMPAT_perl-layer = "gatesgarth hardknott"

+ 1 - 1
meta-python/conf/layer.conf

@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
 
 LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
 
-LAYERSERIES_COMPAT_meta-python = "gatesgarth"
+LAYERSERIES_COMPAT_meta-python = "gatesgarth hardknott"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"

+ 1 - 1
meta-webserver/conf/layer.conf

@@ -17,7 +17,7 @@ LAYERVERSION_webserver = "1"
 
 LAYERDEPENDS_webserver = "core openembedded-layer"
 
-LAYERSERIES_COMPAT_webserver = "gatesgarth"
+LAYERSERIES_COMPAT_webserver = "gatesgarth hardknott"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 

+ 1 - 1
meta-xfce/conf/layer.conf

@@ -19,7 +19,7 @@ LAYERDEPENDS_xfce-layer += "multimedia-layer"
 LAYERDEPENDS_xfce-layer += "meta-python"
 LAYERDEPENDS_xfce-layer += "networking-layer"
 
-LAYERSERIES_COMPAT_xfce-layer = "gatesgarth"
+LAYERSERIES_COMPAT_xfce-layer = "gatesgarth hardknott"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
   openzone->gdk-pixbuf \