Home
last modified time | relevance | path

Searched refs:deploy (Results 1 – 25 of 88) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dfu-util/
H A Ddfu-util-native_0.11.bb3 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 Ddeploy.py25 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 Dtargetcontrol.py38 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 DREADME.rockchip19 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 Dautobuilder-worker-prereq-tests54 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 Dlinux-dummy.bb12 inherit deploy linux-dummy
65 addtask deploy after do_install
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dsigning-keys.bb8 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 Dsystemd-boot_250.5.bb9 inherit deploy
72 addtask deploy before do_build after do_compile
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/opensbi/
H A Dopensbi_1.0.bb9 inherit autotools-brokensep deploy
39 addtask deploy before do_build after do_install
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dstructure.rst389 .. _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 Dlicense_image.bbclass229 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 Duboot-config.bbclass39 # 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 Ddeploy.bbclass1 DEPLOYDIR = "${WORKDIR}/deploy-${PN}"
H A Dimage-artifact-names.bbclass18 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 Doe-selftest-image.bb3 # libudev is needed for deploy mdadm via devtool
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py120 def deploy(self): member in ControllerImageHardwareTarget
122 super(ControllerImageHardwareTarget, self).deploy()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.06.bb42 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 Dpty-forward-native.bb20 addtask deploy before do_package after do_install
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/
H A Dcore-image-testcontroller.bb7 # the deploy code requires bash and
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.2.rst35 .. _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 Dmulticonfig-image-packager_0.1.bb9 MC_DEPLOY_DIR_IMAGE = "${TOPDIR}/tmp-mc-${MCNAME}/deploy/images/${MCMACHINE}"
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dextensible.rst350 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 DConfig.in30 sockets, WebSockets, Long Polling, and many ways to deploy
/OK3568_Linux_fs/buildroot/package/libspatialindex/
H A DConfig.in14 should be easy to deploy and run.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-bsp/rk-binary/
H A Drk-binary-native.bb4 inherit local-git deploy native

1234