From e97f724ccca15955df8561a35f0cf6ee8211c1b7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 26 May 2024 04:03:42 +0000 Subject: [PATCH] layer: set compatibility to styhead With the recent UNPACKDIR and golang changes, master is only compatible with styhead. 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 b7cbb092..1f5ad89c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -21,7 +21,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 = "nanbield scarthgap" +LAYERSERIES_COMPAT_virtualization-layer = "styhead" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \