diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2021-08-24 00:26:20 +0300 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2021-08-24 14:39:30 +0300 |
commit | ce1426257525128c9c8f17e91afc6a60d1cb6244 (patch) | |
tree | 874d6fe1cf4e0dc25d036eb73e2982923a4fd3e4 /meta-arm | |
parent | 33454ff7bc6063901c9d6bf9297e33b19e8037b9 (diff) | |
download | openbmc-ce1426257525128c9c8f17e91afc6a60d1cb6244.tar.xz |
treewide: remove gategarth from layer-support
We've typically kept these LAYERSERIES_COMPAT to 2 releases: the current
and the upcoming. Remove 'gatesgarth' is it is now 2 releases back.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5e812a94fed1738898af75c0fdee81996a5bbf20
Diffstat (limited to 'meta-arm')
-rw-r--r-- | meta-arm/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf index d111b24b8..102a0ccd9 100644 --- a/meta-arm/conf/layer.conf +++ b/meta-arm/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "arm" BBFILE_PATTERN_arm = "^${LAYERDIR}/" LAYERVERSION_arm = "1" -LAYERSERIES_COMPAT_arm = "gatesgarth hardknott" +LAYERSERIES_COMPAT_arm = "hardknott" |