From 945f8a788f8b30983aa6b2ce7275551a8a60efc8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 19 Mar 2022 10:49:39 +0100 Subject: [PATCH] boot/optee-os: fix version choice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit c5d441b7f2ee (boot/optee-os: bump to version 3.16.0) forgot to propagate the rustc arch dependency from the new version, to the default clause of the choice. This leaves only the custom git tree as a posible source for building OP-TEE OS in case the host can't have a rustc compiler. Signed-off-by: Yann E. MORIN Reported-by: Thomas Petazzoni Cc: Clément Léger Cc: Etienne Carriere Acked-by: Etienne Carriere Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- boot/optee-os/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/optee-os/Config.in b/boot/optee-os/Config.in index 18e1efee55..30b6f62434 100644 --- a/boot/optee-os/Config.in +++ b/boot/optee-os/Config.in @@ -13,7 +13,7 @@ if BR2_TARGET_OPTEE_OS choice prompt "OP-TEE OS version" - default BR2_TARGET_OPTEE_OS_LATEST + default BR2_TARGET_OPTEE_OS_LATEST if BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS help Select the version of OP-TEE OS you want to use