[PATCH 3/3] arm/hafnium: build just the root target, not the tests
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
We don't run or package the tests, so there's no point to building them. Signed-off-by: Ross Burton <[email protected]> --- meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb b/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb index 72b7801073..d62ea363db 100644 --- a/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb +++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.13.0.bb @@ -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+" -- 2.43.0