From e4d4b90ce2944829134c9182e9661b4305b4d4ca Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 16 Oct 2020 22:41:24 -0400 Subject: [PATCH] Drop dunfell support Drop dunfell support from the master branch in anticipation of the gatestgarth release. All dunfell users should reference the dunfell branch. Change-Id: I9c5806f698cca42773aaea1fb49e0dfff437eaf4 Signed-off-by: Jon Mason --- meta-arm-autonomy/conf/layer.conf | 2 +- meta-arm-bsp/conf/layer.conf | 2 +- meta-arm-toolchain/conf/layer.conf | 2 +- meta-arm/conf/layer.conf | 2 +- meta-gem5/conf/layer.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-arm-autonomy/conf/layer.conf b/meta-arm-autonomy/conf/layer.conf index 5a439e27..936b6c10 100644 --- a/meta-arm-autonomy/conf/layer.conf +++ b/meta-arm-autonomy/conf/layer.conf @@ -16,7 +16,7 @@ LAYERDEPENDS_meta-arm-autonomy = " \ openembedded-layer \ virtualization-layer \ " -LAYERSERIES_COMPAT_meta-arm-autonomy = "dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-arm-autonomy = "gatesgarth" # We don't activate virtualization feature from meta-virtualization as it # brings in lots of stuff we don't need. We need to disable the sanity check diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf index 816ff9d2..4de1bfac 100644 --- a/meta-arm-bsp/conf/layer.conf +++ b/meta-arm-bsp/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arm-bsp = "6" LAYERDEPENDS_meta-arm-bsp = "core meta-arm meta-kernel" -LAYERSERIES_COMPAT_meta-arm-bsp = "dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-arm-bsp = "gatesgarth" diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf index 6ab98af0..d0ca75ad 100644 --- a/meta-arm-toolchain/conf/layer.conf +++ b/meta-arm-toolchain/conf/layer.conf @@ -12,7 +12,7 @@ BBFILE_PRIORITY_arm-toolchain = "30" LICENSE_PATH += "${LAYERDIR}/custom-licenses" LAYERDEPENDS_arm-toolchain = "core" -LAYERSERIES_COMPAT_arm-toolchain = "dunfell gatesgarth" +LAYERSERIES_COMPAT_arm-toolchain = "gatesgarth" # do not error out on bbappends for missing recipes BB_DANGLINGAPPENDS_WARNONLY = "true" diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf index d53c40a0..9649738d 100644 --- a/meta-arm/conf/layer.conf +++ b/meta-arm/conf/layer.conf @@ -13,4 +13,4 @@ LAYERDEPENDS_meta-arm = " \ core \ arm-toolchain \ " -LAYERSERIES_COMPAT_meta-arm = "dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-arm = "gatesgarth" diff --git a/meta-gem5/conf/layer.conf b/meta-gem5/conf/layer.conf index 439444ce..58242c32 100644 --- a/meta-gem5/conf/layer.conf +++ b/meta-gem5/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-gem5 = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-gem5 = "6" LAYERDEPENDS_meta-gem5 = "core openembedded-layer" -LAYERSERIES_COMPAT_meta-gem5 = "dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-gem5 = "gatesgarth"