mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 19:37:04 +00:00
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 <abdellatif.elkhlifi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
b4f52f2642
commit
ab574b084e
@@ -101,7 +101,7 @@ do_patch[postfuncs] += "apply_local_patches"
|
|||||||
|
|
||||||
do_configure[cleandirs] = "${B}"
|
do_configure[cleandirs] = "${B}"
|
||||||
do_configure() {
|
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
|
# Invoke install here as there's no point in splitting compile from install: the
|
||||||
|
|||||||
Reference in New Issue
Block a user