[Buildroot] [git commit branch/2021.02.x] support/testing: test_ubi: add image format on the qemu command line
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-10-25 09:55:42
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=d26e5632fe14e6f5f990c983763c90c10936b2fa branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x Adding the Image format on the Qemu command line avoid this warning: "WARNING: Image format was not specified for 'output/TestUbi/images/rootfs.ubi' and probing guessed raw. Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted. Specify the 'raw' format explicitly to remove the restrictions." Signed-off-by: Romain Naour <redacted> Signed-off-by: Yann E. MORIN <redacted> (cherry picked from commit 1ab2dd6aa5cf5170aee0bc761d05c387b8c69040) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- support/testing/tests/fs/test_ubi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/testing/tests/fs/test_ubi.py b/support/testing/tests/fs/test_ubi.py
index 8148e5f336..eeb55b1d59 100644
--- a/support/testing/tests/fs/test_ubi.py
+++ b/support/testing/tests/fs/test_ubi.py@@ -32,7 +32,7 @@ class TestUbi(infra.basetest.BRTest): kernel_cmdline=["root=ubi0:rootfs", "ubi.mtd=0", "rootfstype=ubifs"], - options=["-drive", "file={},if=pflash".format(img)]) + options=["-drive", "file={},if=pflash,format=raw".format(img)]) self.emulator.login() cmd = "mount | grep 'ubi0:rootfs on / type ubifs'" _, exit_code = self.emulator.run(cmd)
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot