summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2024-02-01 06:53:13 +0300
committerTim Lee <chli30@nuvoton.com>2024-02-07 23:55:09 +0300
commit5cf44f50d84321dfc6d9ced55567528a8104e763 (patch)
tree83f752af368d2a824059f2bb3f251367d1f40fb6 /meta-evb/meta-evb-nuvoton
parent206fa2169cc7c722fa10073ff3e76f7edef486f5 (diff)
downloadopenbmc-5cf44f50d84321dfc6d9ced55567528a8104e763.tar.xz
meta-nuvoton: trusted-firmware-a: fix the version at v2.9.0
Currently, openbmc upstream already update tfa to version v2.10.0 For compatibling with latest openbmc, we need to fix the version at v2.9.0. Otherwise, we will meet this kind of build error from upstream. ERROR: No recipes in default available for: openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-bsp/ trusted-firmware-a/trusted-firmware-a_2.9.%.bbappend Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: If652ee5478cc9c42e833dd4d2a203d7d5ebddca1
Diffstat (limited to 'meta-evb/meta-evb-nuvoton')
-rw-r--r--meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample b/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample
index 1d4d4a570a..0640c1160d 100644
--- a/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample
+++ b/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample
@@ -13,6 +13,7 @@ BBLAYERS ?= " \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-arm/meta-arm \
##OEROOT##/meta-arm/meta-arm-toolchain \
+ ##OEROOT##/meta-arm/meta-arm-bsp \
##OEROOT##/meta-nuvoton \
##OEROOT##/meta-nuvoton/meta-evb-npcm845 \
##OEROOT##/meta-evb \