/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | deploy.py | 1 # Development tool - deploy/undeploy command plugin 7 """Devtool plugin containing the deploy subcommands""" 25 def _prepare_remote_script(deploy, verbose=False, dryrun=False, undeployall=False, nopreserve=False… argument 28 deploy/undeploy files. We have to be careful what we put in this 42 if not deploy: 66 if not deploy and not dryrun: 71 if deploy: 136 def deploy(args, config, basepath, workspace): function 137 """Entry point for the devtool 'deploy' subcommand""" 179 raise DevtoolError('No files to deploy - have you built the %s ' [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/ |
H A D | dfu-util-native_0.11.bb | 3 inherit deploy native 17 addtask deploy before do_package after do_install 19 # cleandirs should possibly be in deploy.bbclass but we need it 22 # deploy.bbclass
|
/openbmc/openbmc/poky/scripts/ |
H A D | test-reexec | 40 package_write_ipk) sstask="deploy-ipk" 42 package_write_deb) sstask="deploy-deb" 44 package_write_rpm) sstask="deploy-rpm" 48 deploy) sstask="deploy"
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros.inc | 17 inherit nopackages deploy rootfs-postcommands ${IMAGE_CLASSES} 38 # Deploy the iso and installation target disk image to the deploy folder 44 addtask deploy after do_install before do_image_complete
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
H A D | juno.md | 19 tmp/deploy/images/juno/firmware-image-juno.tar.gz 29 ```bash$ sudo tar --no-same-owner -xzf tmp/deploy/images/juno/firmware-image-juno.tar.gz -C /mnt/``` 41 tmp/deploy/images/juno/core-image-minimal-juno.tar.bz2 46 - untar tmp/deploy/images/juno/core-image-minimal-juno.tar.bz2 on to the
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/boot-wrapper-aarch64/ |
H A D | boot-wrapper-aarch64_git.bb | 16 inherit autotools deploy 26 # This should point to a file in the deploy image directory 30 # This should point to a file in the deploy image directory 95 addtask deploy before do_build after do_compile
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/images/ |
H A D | firmware-deploy-image.bb | 5 inherit deploy nopackages 19 firmware_loc="${firmware_loc}_${MACHINE}/deploy/images/${MACHINE}" 32 addtask deploy after do_prepare_recipe_sysroot
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
H A D | firmware-image-juno.bb | 29 inherit deploy nopackages 76 # Deploy the compressed archive to the deploy folder 80 addtask deploy after do_install
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
H A D | ts-sp-fwu_git.bb | 9 inherit deploy 26 # Deploy the secure flash image. 30 addtask deploy after do_compile
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-bootfiles.bb | 6 inherit deploy nopackages 42 # Add stamp in deploy directory 48 addtask deploy before do_build after do_install
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | test_basic.py | 111 deploy_dir = os.path.join(tmp_dir, 'esdk-deploy') 116 'deploy', 'eSDK deploy') 119 self.measure_disk_usage(deploy_dir, 'deploy_dir', 'deploy dir',
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/ |
H A D | arm-systemready-acs.bbclass | 1 # This class contains the common logic to deploy the SystemReady ACS pre-built 15 inherit nopackages deploy rootfs-postcommands ${IMAGE_CLASSES} python3native testimage 21 # Deploy with this suffix so it is picked up in the machine configuration 36 # Install the image file in the deploy directory 65 addtask deploy after do_install before do_image_complete
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | bmaptool.rst | 44 image resides in the :term:`Build Directory`'s ``deploy/images/`` area: 48 $ sudo bmaptool copy build-directory/tmp/deploy/images/machine/image.wic /dev/sdX 53 …$ oe-run-native bmaptool-native bmaptool copy build-directory/tmp/deploy/images/machine/image.wic …
|
H A D | sbom.rst | 36 ``tmp/deploy/images/MACHINE/`` inside the :term:`Build Directory`. 58 ``tmp/deploy/images/MACHINE/`` inside the :term:`Build Directory`, ancillary 59 generated files are available in ``tmp/deploy/spdx/MACHINE`` too, such as:
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm8xx-bootloader_04.03.00.bb | 6 from deploy folder, put them to IGPS input folder, and run script." 21 inherit python3native deploy 92 addtask deploy before do_build after do_compile
|
H A D | npcm8xx-tip-fw.inc | 13 inherit deploy 19 addtask deploy before do_build after do_compile
|
H A D | npcm7xx-bootblock_10.10.19.bb | 21 inherit deploy 27 addtask deploy before do_build after do_compile
|
/openbmc/webui-vue/.github/workflows/ |
H A D | deploy-docs-to-gh-pages.yml | 1 name: Deploy documentation to GitHub pages 26 git commit -m 'deploy'
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | signing-keys.bb | 8 inherit allarch deploy 73 # deploy.bbclass 75 addtask deploy after do_get_public_keys
|
H A D | meta-ide-support.bb | 9 inherit toolchain-scripts nopackages deploy testsdk 39 addtask deploy before do_build
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | controllerimage.py | 5 # This module adds support to testimage.bbclass to deploy images and run 8 # with no interaction; we can then use it to deploy the image to be tested 120 def deploy(self): member in ControllerImageHardwareTarget 122 super(ControllerImageHardwareTarget, self).deploy() 188 # from now on, every deploy cmd should return 0
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 34 def deploy(self): member in BaseTarget 151 def deploy(self): member in QemuTarget 161 super(QemuTarget, self).deploy() 226 def deploy(self): member in SimpleRemoteTarget 227 super(SimpleRemoteTarget, self).deploy()
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity.txt | 14 Ideally this should enable a person to build and deploy an image on one of 81 tmp/deploy/images/<MACHINE>/ now have suffixes like "rootfs.ext4.verity" 97 This file is copied into tmp/deploy/images/<MACHINE>/ with bitbake 114 KERNEL_DIR: /home/paul/poky/build-bbb-verity/tmp/deploy/images/beaglebone-yocto
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/ |
H A D | armstubs.bb | 6 inherit deploy nopackages 33 addtask deploy before do_build after do_install
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/ |
H A D | phosphor-hostfw-image.bb | 8 inherit deploy 19 addtask deploy before do_build after do_compile
|