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:
@@ -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+"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user