|
@@ -32,7 +32,9 @@ class TestGlxinfo(infra.basetest.BRTest):
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
- """
|
|
|
|
|
|
+ BR2_ROOTFS_OVERLAY="{}"
|
|
|
|
+ """.format(
|
|
|
|
+ infra.filepath("tests/package/test_glxinfo/rootfs-overlay"))
|
|
|
|
|
|
def wait_for_xserver(self):
|
|
def wait_for_xserver(self):
|
|
# xserver takes some time to start up
|
|
# xserver takes some time to start up
|