mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
arm-toolchain/arm-binary-toolchain: more QA skipping
When building nativesdk or target forms of these recipes more QA tests are executed, which produce more warnings. As these recipes are quite special, skip more tests: - arch, as we ship ilp32 binaries in aarch64 packages - dev-so, as the entire toolchain is put into a single package Change-Id: Ib72b224749642c912278f0d5601fe04b30afc25f Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -13,7 +13,7 @@ do_install() {
|
||||
done
|
||||
}
|
||||
|
||||
INSANE_SKIP_${PN} = "already-stripped libdir staticdev file-rdeps"
|
||||
INSANE_SKIP_${PN} = "already-stripped libdir staticdev file-rdeps arch dev-so"
|
||||
|
||||
INHIBIT_SYSROOT_STRIP = "1"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
Reference in New Issue
Block a user