From 4479ca54842f961dd998b9242160e5026bda9c87 Mon Sep 17 00:00:00 2001 From: Emekcan Aras Date: Wed, 2 Apr 2025 14:06:10 +0100 Subject: [PATCH] bsp: Update LAYERSERIES_COMPAT for `walnascar` Update LAYERSERIES_COMPAT prior to creation of `walnascar` release. Keep the styhead as lot of other Yocto layers do not support walnascar yet. Changelog: other Signed-off-by: Emekcan Aras --- .dictionary | 1 + conf/layer.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dictionary b/.dictionary index f99448e..d2d242c 100644 --- a/.dictionary +++ b/.dictionary @@ -118,6 +118,7 @@ usbhost util utils VIRT +walnascar wchar wic WIDEC diff --git a/conf/layer.conf b/conf/layer.conf index b57be8e..8639728 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023-2024, Linaro Limited. +# SPDX-FileCopyrightText: Copyright (c) 2023-2025, Linaro Limited. # # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its # affiliates @@ -18,7 +18,7 @@ BBFILES_DYNAMIC += " \ BBFILE_COLLECTIONS += "meta-cassini-bsp" BBFILE_PATTERN_meta-cassini-bsp = "^${LAYERDIR}/" -LAYERSERIES_COMPAT_meta-cassini-bsp = "styhead" +LAYERSERIES_COMPAT_meta-cassini-bsp = "styhead walnascar" # Root directory for the meta-cassini-bsp/meta-arm/meta-arm-bsp CASSINI_ARM_BSP_DYNAMIC_DIR := "${LAYERDIR}/meta-arm/meta-arm-bsp" -- GitLab