Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
config.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/config.json b/config.json
index 72b7af2..8a98c30 100644
--- a/config.json
+++ b/config.json
@@ -752,6 +752,20 @@
]
}
},
+ "only-x11" : {
+ "MACHINE" : "qemux86-64",
+ "BBTARGETS" : "core-image-sato core-image-sato:do_populate_sdk core-image-sato:do_populate_sdk_ext core-image-sato-sdk",
+ "SANITYTARGETS" : "core-image-sato:do_testimage core-image-sato:do_testsdk core-image-sato:do_testsdkext core-image-sato-sdk:do_testimage"
+ "step1" : {
+ "shortname" : "Keep both wayland and opengl"
+ },
+ "step2" : {
+ "shortname" : "Remove wayland and opengl",
+ "extravars" : [
+ "DISTRO_FEATURES_remove = 'opengl wayland'"
+ ]
+ }
+ },
"musl-qemux86" : {
"MACHINE" : "qemux86",
"SDKMACHINE" : "x86_64",
--
2.31.1