1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

arm/hafnium: build just the root target, not the tests

We don't run or package the tests, so there's no point to building them.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2025-11-13 14:01:38 +00:00
committed by Jon Mason
parent 62b9a84c4d
commit 0cbed483f2

View File

@@ -53,7 +53,7 @@ do_configure() {
do_configure[cleandirs] += "${B}"
do_compile() {
ninja -v ${PARALLEL_MAKE}
ninja -v ${PARALLEL_MAKE} root
}
do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"