From ad01ab114dd83edda61c06aa01fd899c80ee0a68 Mon Sep 17 00:00:00 2001 From: Kostiantyn Bushko Date: Fri, 17 Jan 2020 13:37:14 +0200 Subject: build and run image without ostree support for qemux86-64 Signed-off-by: Kostiantyn Bushko --- scripts/run-qemu-ota | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/run-qemu-ota') diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota index 5652797..59301a4 100755 --- a/scripts/run-qemu-ota +++ b/scripts/run-qemu-ota @@ -13,6 +13,9 @@ def main(): parser = ArgumentParser(description='Run meta-updater image in qemu') parser.add_argument('imagename', default='core-image-minimal', nargs='?', help="Either the name of the bitbake image target, or a path to the image to run") + parser.add_argument('--uboot-enable', default='yes', + help='(yes/no). Determines whether or not to use U-Boot loader for running image, ' + 'if yes then u-boot binary file will be passed as -bios option into QEMU cmd line.') parser.add_argument('mac', default=None, nargs='?') parser.add_argument('--dir', default=DEFAULT_DIR, help='Path to build directory containing the image and u-boot-qemux86-64.rom') -- cgit v1.2.3-54-g00ecf