From 03f8dca7b8f466ccbc67780fbb3ffe1cde6809e1 Mon Sep 17 00:00:00 2001 From: Adam Johnston Date: Thu, 12 Sep 2024 15:16:07 +0000 Subject: [PATCH] bsp: Update LAYERSERIES_COMPAT for `styhead` Update LAYERSERIES_COMPAT prior to creation of `styhead` release. Changelog: other Signed-off-by: Adam Johnston --- .dictionary | 1 + conf/layer.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.dictionary b/.dictionary index 594596b..7fc8a1c 100644 --- a/.dictionary +++ b/.dictionary @@ -95,6 +95,7 @@ se sourceparams sp srcurifile +styhead suggestedvar tarbz2 TF-A diff --git a/conf/layer.conf b/conf/layer.conf index d3cec37..b57be8e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023, Linaro Limited. +# SPDX-FileCopyrightText: Copyright (c) 2023-2024, 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 = "scarthgap" +LAYERSERIES_COMPAT_meta-cassini-bsp = "styhead" # Root directory for the meta-cassini-bsp/meta-arm/meta-arm-bsp CASSINI_ARM_BSP_DYNAMIC_DIR := "${LAYERDIR}/meta-arm/meta-arm-bsp" -- GitLab