mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
testimage: remove aarch64 xorg exclusion
aarch64/qemuarm64 has had graphics support for some time. Remove this exclusion and allow graphics tests to be against qemuarm64. (From OE-Core rev: 1b436e4894663fa76865636b0b41c0c1503cc3bf) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
689097cdf3
commit
23cf785f0c
@@ -64,8 +64,6 @@ BASICTESTSUITE = "\
|
||||
|
||||
DEFAULT_TEST_SUITES = "${BASICTESTSUITE}"
|
||||
|
||||
# aarch64 has no graphics
|
||||
DEFAULT_TEST_SUITES:remove:aarch64 = "xorg"
|
||||
# musl doesn't support systemtap
|
||||
DEFAULT_TEST_SUITES:remove:libc-musl = "stap"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user