| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | deploy.py | 25 def _prepare_remote_script(deploy, verbose=False, dryrun=False, undeployall=False, nopreserve=False… argument 42 if not deploy: 66 if not deploy and not dryrun: 71 if deploy: 138 def deploy(args, config, basepath, workspace): function 232 shellscript = _prepare_remote_script(deploy=True, 299 … shellscript = _prepare_remote_script(deploy=False, dryrun=args.dry_run, undeployall=args.all) 349 parser_deploy.set_defaults(func=deploy)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 38 def deploy(self): member in BaseTarget 158 def deploy(self): member in QemuTarget 168 super(QemuTarget, self).deploy() 233 def deploy(self): member in SimpleRemoteTarget 234 super(SimpleRemoteTarget, self).deploy()
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | README.rockchip | 19 6. Run "bdeploy <pkg>" to deploy a package to the device through adb 21 7. Run "breconfig <pkg>" to perform an inplace reconfigure, build, install and deploy for a package
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | autobuilder-worker-prereq-tests | 54 mkdir -p tmp/deploy/images/qemux86-64 55 pushd tmp/deploy/images/qemux86-64
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | linux-dummy.bb | 12 inherit deploy linux-dummy 65 addtask deploy after do_install
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | signing-keys.bb | 8 inherit allarch deploy 71 # deploy.bbclass 73 addtask deploy after do_get_public_keys
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd-boot_250.5.bb | 9 inherit deploy 72 addtask deploy before do_build after do_compile
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/opensbi/ |
| H A D | opensbi_1.0.bb | 9 inherit autotools-brokensep deploy 39 addtask deploy before do_build after do_install
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | structure.rst | 389 .. _structure-build-tmp-deploy: 391 ``build/tmp/deploy/`` 396 to this directory. For more detail on the contents of the ``deploy`` 402 .. _structure-build-tmp-deploy-deb: argument 404 ``build/tmp/deploy/deb/`` 411 .. _structure-build-tmp-deploy-rpm: 413 ``build/tmp/deploy/rpm/`` 420 .. _structure-build-tmp-deploy-ipk: 422 ``build/tmp/deploy/ipk/`` 427 .. _structure-build-tmp-deploy-licenses: [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | license_image.bbclass | 229 deploy = {} 238 # the SSTATE_MANIFESTS for "deploy" task. 246 "manifest-%s-%s.deploy" % (arch, dep)) 248 deploy[dep] = sstate_manifest_file 251 return deploy
|
| H A D | uboot-config.bbclass | 39 # deploy directory. For those versions they can set the following variables 52 # deploy directory. Machine configurations needing one of these files should 84 # Options to deploy the u-boot device tree
|
| H A D | deploy.bbclass | 1 DEPLOYDIR = "${WORKDIR}/deploy-${PN}"
|
| H A D | image-artifact-names.bbclass | 18 if bb.data.inherits_class('deploy', d) and d.getVar("IMAGE_VERSION_SUFFIX") == "-${DATETIME}":
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/ |
| H A D | oe-selftest-image.bb | 3 # libudev is needed for deploy mdadm via devtool
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/ |
| H A D | controllerimage.py | 120 def deploy(self): member in ControllerImageHardwareTarget 122 super(ControllerImageHardwareTarget, self).deploy()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/ |
| H A D | grub-efi_2.06.bb | 42 inherit deploy 94 addtask deploy after do_install before do_build
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/serial-utils/ |
| H A D | pty-forward-native.bb | 20 addtask deploy before do_package after do_install
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/ |
| H A D | core-image-testcontroller.bb | 7 # the deploy code requires bash and
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.2.rst | 35 .. _migration-2.2-removal-of-old-images-from-tmp-deploy-now-enabled: 37 Removal of Old Images and Other Files in ``tmp/deploy`` Now Enabled 40 Removal of old images and other files in ``tmp/deploy/`` is now enabled 182 …$ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/im… 266 .. _migration-2.2-imgdeploydir-replaces-deploy-dir-image-for-most-use-cases:
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/multiconfig/ |
| H A D | multiconfig-image-packager_0.1.bb | 9 MC_DEPLOY_DIR_IMAGE = "${TOPDIR}/tmp-mc-${MCNAME}/deploy/images/${MCMACHINE}"
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | extensible.rst | 350 You can deploy your build output to that target hardware by using the 351 ``devtool deploy-target`` command: $ devtool deploy-target recipe 354 You can, of course, also deploy the image you build to actual 357 deploy the image to actual hardware. 545 You can deploy your build output to that target hardware by using the 546 ``devtool deploy-target`` command:: 548 $ devtool deploy-target recipe target 552 You can, of course, use other methods to deploy the image you built 554 ``devtool`` does not provide a specific command to deploy the image 716 You can deploy your build output to that target hardware by using the [all …]
|
| /OK3568_Linux_fs/buildroot/package/mongrel2/ |
| H A D | Config.in | 30 sockets, WebSockets, Long Polling, and many ways to deploy
|
| /OK3568_Linux_fs/buildroot/package/libspatialindex/ |
| H A D | Config.in | 14 should be easy to deploy and run.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-bsp/rk-binary/ |
| H A D | rk-binary-native.bb | 4 inherit local-git deploy native
|