From 907b495eee5b075b0113b25735328e7552a17d60 Mon Sep 17 00:00:00 2001 From: Nate White Date: Wed, 20 May 2026 16:20:39 +0100 Subject: [PATCH] tools: fboss-lite: Add wrynose to LAYERSERIES_COMPAT Summary: Add wrynose to the list of LAYERSERIES_COMPAT for the fblite-ref-layer so that new platforms generated by new-fblite.py will build successfully. Test Plan: ./new-fblite.py -n testbmc . openbmc-init-build-env testbmc bitbake testbmc-image The BitBake command will complete successfully. Signed-off-by: Nate White --- tools/fboss-lite/fblite-ref-layer/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fboss-lite/fblite-ref-layer/conf/layer.conf b/tools/fboss-lite/fblite-ref-layer/conf/layer.conf index 812c25ed2824..26f58c00160c 100644 --- a/tools/fboss-lite/fblite-ref-layer/conf/layer.conf +++ b/tools/fboss-lite/fblite-ref-layer/conf/layer.conf @@ -25,7 +25,7 @@ BBFILE_COLLECTIONS += "@FBMODEL@" BBFILE_PATTERN_@FBMODEL@ = "^${LAYERDIR}/" BBFILE_PRIORITY_@FBMODEL@ = "25" -LAYERSERIES_COMPAT_@FBMODEL@ = "whinlatter walnascar styhead scarthgap nanbield kirkstone dunfell" +LAYERSERIES_COMPAT_@FBMODEL@ = "wrynose whinlatter walnascar styhead scarthgap nanbield kirkstone dunfell" INIT_MANAGER = "systemd" DISTRO_FEATURES:append = " systemd usrmerge"