Searched refs:build_image (Results 1 – 11 of 11) 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 | freebsd | 49 def build_image(self, img): 47 def build_image(self, img): global() member in FreeBSDVM
|
| H A D | basevm.py | 265 def build_image(self, img): member in BaseVM 642 if not args.commands and not args.build_qemu and not args.build_image: 649 if args.build_image: 654 return vm.build_image(args.image)
|
| 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,
|