From 945fb594eb299a3ff69255942a55e72c3076ec58 Mon Sep 17 00:00:00 2001 From: Abdellatif El Khlifi Date: Wed, 20 Oct 2021 16:25:19 +0100 Subject: [PATCH] arm/trusted-firmware-m: enabling PACKAGECONFIG when using CMake In case of CMake, PACKAGECONFIG configs take effect when passing PACKAGECONFIG_CONFARGS to the configure task. Change-Id: I126ba089c9a5db8e895b8a9545e96ef9fa98ce0d Signed-off-by: Abdellatif El Khlifi Signed-off-by: Jon Mason --- .../recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.3.0.bb b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.3.0.bb index 7c850b01..de007c10 100644 --- a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.3.0.bb +++ b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.3.0.bb @@ -101,7 +101,7 @@ do_patch[postfuncs] += "apply_local_patches" do_configure[cleandirs] = "${B}" do_configure() { - cmake -G"Unix Makefiles" -S ${S} -B ${B} ${EXTRA_OECMAKE} + cmake -G"Unix Makefiles" -S ${S} -B ${B} ${EXTRA_OECMAKE} ${PACKAGECONFIG_CONFARGS} } # Invoke install here as there's no point in splitting compile from install: the