Message ID | 20201119084520.2718787-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
diff --git a/meta-arm-bsp/conf/machine/a5ds.conf b/meta-arm-bsp/conf/machine/a5ds.conf index a0fe029..8a4b36d 100644 --- a/meta-arm-bsp/conf/machine/a5ds.conf +++ b/meta-arm-bsp/conf/machine/a5ds.conf @@ -11,6 +11,8 @@ PREFERRED_VERSION_linux-yocto ?= "5.3%" KBUILD_DEFCONFIG = "multi_v7_defconfig" KCONFIG_MODE = "--alldefconfig" +PREFERRED_VERSION_trusted-firmware-a ?= "2.3%" + EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot" SERIAL_CONSOLES = "115200;ttyAMA0"
This BSP doesn't select a version of trusted-firmware-a, for clarity and allow smooth upgrades explictly select 2.3. Change-Id: I4e7ca6ff8322e22406040ba2f220d36e1bde4cae Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-arm-bsp/conf/machine/a5ds.conf | 2 ++ 1 file changed, 2 insertions(+) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1392): https://lists.yoctoproject.org/g/meta-arm/message/1392 Mute This Topic: https://lists.yoctoproject.org/mt/78360760/1003190 Group Owner: meta-arm+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-