Update buildroot to 2020.11-rc2 (#995)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -91,7 +91,6 @@ class TestInitSystemSystemdRwIfupdown(InitSystemSystemdBase):
|
||||
"""
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
# BR2_PACKAGE_SYSTEMD_NETWORKD is not set
|
||||
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
"""
|
||||
|
||||
@@ -106,7 +105,7 @@ class TestInitSystemSystemdRoFull(InitSystemSystemdBase):
|
||||
"""
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
|
||||
BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY=y
|
||||
BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE=y
|
||||
BR2_PACKAGE_SYSTEMD_BACKLIGHT=y
|
||||
BR2_PACKAGE_SYSTEMD_BINFMT=y
|
||||
BR2_PACKAGE_SYSTEMD_COREDUMP=y
|
||||
@@ -136,7 +135,7 @@ class TestInitSystemSystemdRwFull(InitSystemSystemdBase):
|
||||
config = InitSystemSystemdBase.config + \
|
||||
"""
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY=y
|
||||
BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE=y
|
||||
BR2_PACKAGE_SYSTEMD_BACKLIGHT=y
|
||||
BR2_PACKAGE_SYSTEMD_BINFMT=y
|
||||
BR2_PACKAGE_SYSTEMD_COREDUMP=y
|
||||
|
||||
@@ -50,6 +50,7 @@ class TestSELinuxSystemd(infra.basetest.BRTest):
|
||||
self.assertEqual(ret, 0)
|
||||
self.assertEqual(out[0], "system_u:system_r:init_t\0")
|
||||
|
||||
|
||||
class TestSELinuxSystemdExt4(TestSELinuxSystemd):
|
||||
config = TestSELinuxSystemd.config + \
|
||||
"""
|
||||
@@ -61,6 +62,7 @@ class TestSELinuxSystemdExt4(TestSELinuxSystemd):
|
||||
def test_run(self):
|
||||
self.run_tests("ext4")
|
||||
|
||||
|
||||
class TestSELinuxSystemdSquashfs(TestSELinuxSystemd):
|
||||
config = TestSELinuxSystemd.config + \
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user