From bc081444b0ad9fcd60f56de23d5e51b2b3ac36b6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 16 Sep 2021 10:50:57 -0400 Subject: conf: restrict hardknott compaitbility to hardknott The busybox bbappend causes problems, and now that we aren't in transition, no one is testing compatibility for anything but matching release branches. Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 70d98ce7..b196533b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -31,7 +31,7 @@ BBFILES_DYNAMIC += " \ # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_virtualization-layer = "1" -LAYERSERIES_COMPAT_virtualization-layer = "dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_virtualization-layer = "hardknott" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \ -- cgit v1.2.3-54-g00ecf