Skip to content

Commit

Permalink
meta-nuvoton: trusted-firmware-a: fix the version at v2.9.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: If652ee5478cc9c42e833dd4d2a203d7d5ebddca1
  • Loading branch information
timlee66 committed Feb 7, 2024
1 parent 206fa21 commit 5cf44f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions meta-nuvoton/conf/machine/include/npcm8xx.inc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ UBOOT_MKIMAGE:append:npcm8xx = " -E -B 8"

COMPATIBLE_MACHINE:npcm8xx = "npcm8xx"
TFA_PLATFORM = "npcm845x"
PREFERRED_VERSION_trusted-firmware-a ?= "2.9.%"

# Nuvoton prefers optee for BL32.
TFA_SPD = "opteed"
Expand Down

0 comments on commit 5cf44f5

Please sign in to comment.