From 7dae9c2e1c29a04a053d34db99eaa65aad86d48b Mon Sep 17 00:00:00 2001 From: Sangmo Kang Date: Wed, 8 May 2024 08:53:07 +0900 Subject: [PATCH] layer.conf: update LAYERSERIES_COMPAT for styhead oe-core switched to styhead in: https://git.openembedded.org/openembedded-core/commit?id=cef91ebeb3f2b1d41336fff60555064430a80397 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index deea4a1a..e860dfc1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi" BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" -LAYERSERIES_COMPAT_raspberrypi = "nanbield scarthgap" +LAYERSERIES_COMPAT_raspberrypi = "scarthgap styhead" LAYERDEPENDS_raspberrypi = "core" # Recommended for u-boot support for raspberrypi5 # https://git.yoctoproject.org/meta-lts-mixins 'scarthgap/u-boot' branch