Declare layer compatibility with kirkstone
authorScott Murray <scott.murray@konsulko.com>
Mon, 22 Feb 2021 22:50:59 +0000 (17:50 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 24 Mar 2022 21:34:17 +0000 (17:34 -0400)
For tracking upstream, we need to update the layer compatibility.

Bug-AGL: SPEC-3819

Change-Id: I23423baa371ed1b8b4a9024d9ac6f0c4d7e48185
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-drm-lease/conf/layer.conf
meta-agl-flutter/conf/layer.conf
meta-agl-jailhouse/conf/layer.conf
meta-agl-lxc/conf/layer.conf
meta-agl-ros2/conf/layer.conf
meta-egvirt/conf/layer.conf
meta-oem-production-readiness/meta-agl-basesystem/conf/layer.conf
templates/feature/agl-voiceagent-alexa-wakeword/amazonlite-2.3.patch
templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc

index 36bfbd3..b62098f 100644 (file)
@@ -20,4 +20,4 @@ BBFILES_DYNAMIC += " \
 LAYERVERSION_agl-drm-lease = "1"
 
 LAYERDEPENDS_agl-drm-lease = "core"
-LAYERSERIES_COMPAT_agl-drm-lease = "dunfell"
+LAYERSERIES_COMPAT_agl-drm-lease = "kirkstone"
index f7c437d..85cc3aa 100644 (file)
@@ -11,4 +11,4 @@ BBFILE_PRIORITY_meta-agl-flutter = "61"
 
 LAYERVERSION_meta-agl-flutter = "1"
 LAYERDEPENDS_meta-agl-flutter = "core meta-flutter"
-LAYERSERIES_COMPAT_meta-agl-flutter = "dunfell"
+LAYERSERIES_COMPAT_meta-agl-flutter = "kirkstone"
index 2031e78..5dd68b2 100644 (file)
@@ -11,11 +11,11 @@ BBFILE_PRIORITY_agl-jailhouse = "61"
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_agl-jailhouse = "1"
-LAYERSERIES_COMPAT_agl-jailhouse = "dunfell"
+LAYERSERIES_COMPAT_agl-jailhouse = "kirkstone"
 
 # This is only needed for Raspberry Pi
 # TODO: can this be expressed dynamically?
-LAYERDEPENDS_agl-jailhouse = "meta-arm"
+LAYERDEPENDS_agl-jailhouse = "meta-arm meta-arm-toolchain"
 
 BBFILES_DYNAMIC += " \
     raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
index 64db95a..acf7dbb 100644 (file)
@@ -14,4 +14,4 @@ BBFILES_DYNAMIC += " \
     rcar-gen3:${LAYERDIR}/dynamic-layers/meta-rcar-gen3/*/*/*.bbappend \
 "
 
-LAYERSERIES_COMPAT_aglcontainermc = "dunfell"
+LAYERSERIES_COMPAT_aglcontainermc = "kirkstone"
index 7134bc5..c616d80 100644 (file)
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "aglros2"
 BBFILE_PATTERN_aglros2 = "^${LAYERDIR}/"
 BBFILE_PRIORITY_aglros2 = "70"
 
-LAYERSERIES_COMPAT_aglros2 = "dunfell"
\ No newline at end of file
+LAYERSERIES_COMPAT_aglros2 = "kirkstone"
\ No newline at end of file
index 5c4d8e6..e9b0181 100644 (file)
@@ -11,6 +11,6 @@ BBFILE_PRIORITY_egvirt = "6"
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_egvirt = "1"
-LAYERSERIES_COMPAT_egvirt = "dunfell"
+LAYERSERIES_COMPAT_egvirt = "kirkstone"
 
 LAYERDEPENDS_egvirt = "core"
index 811fd23..10c86f6 100644 (file)
@@ -12,5 +12,5 @@ BBFILE_PRIORITY_agl-basesystem = "60"
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_agl-basesystem = "1"
-LAYERSERIES_COMPAT_agl-basesystem = "dunfell"
+LAYERSERIES_COMPAT_agl-basesystem = "kirkstone"
 LAYERDEPENDS_agl-basesystem = "core"
index 0db3a0a..ec9975f 100644 (file)
@@ -24,7 +24,7 @@
  BBFILE_PATTERN_aac-amazonlite = "^${LAYERDIR}/"
  BBFILE_PRIORITY_aac-amazonlite = "6"
  
-+LAYERSERIES_COMPAT_aac-amazonlite = "dunfell"
++LAYERSERIES_COMPAT_aac-amazonlite = "kirkstone"
 +
  AMAZONLITE ?= "ON"
  AMAZONLITE_PACKAGES = "${LAYERDIR}/packages"
index 088268a..94d877a 100644 (file)
@@ -12,4 +12,4 @@ BBFILES += "${METADIR}/external/alexa-auto-sdk/extensions/experimental/system-au
 
 # For now, tweak the layer's compatibility to allow using with zeus,
 # since we know it works without major issues.
-LAYERSERIES_COMPAT_aac:append = " dunfell"
\ No newline at end of file
+LAYERSERIES_COMPAT_aac:append = " kirkstone"