From a1e5b5336a810a8057650911e2a704f590dd1b12 Mon Sep 17 00:00:00 2001 From: Andreas Egeberg Date: Fri, 7 Oct 2022 15:29:15 +0200 Subject: [PATCH] Added platform name Envoy to config To get the right name of the created executable we have to add a translation of BR2_aarch64 to envoy. Signed-off-by: Andreas Egeberg --- Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.in b/Config.in index 9b3dcf1..f5d8141 100644 --- a/Config.in +++ b/Config.in @@ -3,6 +3,7 @@ config DEMO_PLATFORM default "coronet" if BR2_powerpc default "dagger" if BR2_arm default "zero" if BR2_x86_64 + default "envoy" if BR2_aarch64 default BR2_ARCH config DEMO_VENDOR_ID