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 <[email protected]> --- meta/classes/testimage.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 3c689aec9139..82dceedf067f 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" -- 2.20.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156191): https://lists.openembedded.org/g/openembedded-core/message/156191 Mute This Topic: https://lists.openembedded.org/mt/85742376/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
