Searched refs:build_image (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build_sdk.py | 10 from devtool import build_image 26 result, outputdir = build_image.build_image_task(config, 32 except build_image.TargetNotImageError:
|
H A D | build_image.py | 35 def build_image(args, config, basepath, workspace): function 164 parser.set_defaults(func=build_image)
|
/openbmc/qemu/tests/vm/ |
H A D | ubuntuvm.py | 25 def build_image(self, img): member in UbuntuVM
|
H A D | haiku.x86_64 | 96 def build_image(self, img): member in HaikuVM
|
H A D | centos.aarch64 | 75 def build_image(self, img): member in CentosAarch64VM
|
H A D | basevm.py | 265 def build_image(self, img): member in BaseVM 640 if not args.commands and not args.build_qemu and not args.build_image: 647 if args.build_image: 652 return vm.build_image(args.image)
|
H A D | freebsd | 47 def build_image(self, img): member in FreeBSDVM
|
H A D | openbsd | 78 def build_image(self, img): member in OpenBSDVM
|
H A D | netbsd | 85 def build_image(self, img): member in NetBSDVM
|
/openbmc/u-boot/tools/ |
H A D | imx8mimage.c | 394 void build_image(int ofd) in build_image() function 602 build_image(outfd); in imx8mimage_copy_image()
|
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 301 def build_image(self, tag, docker_dir, dockerfile, member in Docker 493 dkr.build_image(tag, docker_dir, dockerfile,
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 836 Most importantly, create a subclass of BaseVM and implement ``build_image()`` 840 * Usually in ``build_image()``, a template image is downloaded from a
|