From: Jon Mason Date: Mon, 20 Sep 2021 14:42:20 +0000 (-0400) Subject: testimage: remove aarch64 xorg exclusion X-Git-Tag: yocto-3.4~101 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b436e4894663fa76865636b0b41c0c1503cc3bf;p=openembedded-core.git 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. Signed-off-by: Jon Mason Signed-off-by: Richard Purdie --- diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 8fd04c99e7..a76e773853 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass @@ -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"