summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/imagefeatures.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-23 20:02:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-27 15:11:47 +0100
commit06413d33b30b7a058f20f065eb8c095070708fca (patch)
tree1fedf493e195e9a5203a394a40b12315e4d12430 /meta/lib/oeqa/selftest/cases/imagefeatures.py
parent377a73d5b72b7c2c400519d9dc8e4b2fcd1348ac (diff)
downloadpoky-06413d33b30b7a058f20f065eb8c095070708fca.tar.gz
oeqa/selftest: transition to weston images
For readonly rootfs tests core-image-weston is appended; everywhere else it replaces core-image-sato. (From OE-Core rev: 75e042db853b9bf9a70ff8a5abe6d45ebb0b77a9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/imagefeatures.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/imagefeatures.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py
index 6723a8198f..5d4330b48f 100644
--- a/meta/lib/oeqa/selftest/cases/imagefeatures.py
+++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py
@@ -240,8 +240,8 @@ USERADD_GID_TABLES += "files/static-group"
240 240
241 def test_no_busybox_base_utils(self): 241 def test_no_busybox_base_utils(self):
242 config = """ 242 config = """
243# Enable x11 243# Enable wayland
244DISTRO_FEATURES_append += "x11" 244DISTRO_FEATURES_append += "pam opengl wayland"
245 245
246# Switch to systemd 246# Switch to systemd
247DISTRO_FEATURES += "systemd" 247DISTRO_FEATURES += "systemd"
@@ -262,7 +262,7 @@ PNBLACKLIST[busybox] = "Don't build this"
262""" 262"""
263 self.write_config(config) 263 self.write_config(config)
264 264
265 bitbake("--graphviz core-image-sato") 265 bitbake("--graphviz core-image-weston")
266 266
267 def test_image_gen_debugfs(self): 267 def test_image_gen_debugfs(self):
268 """ 268 """