Searched refs:deploydir (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/ |
| H A D | systemd_boot.py | 24 deploydir = get_bb_var('DEPLOY_DIR_IMAGE', "core-image-minimal") 25 systemdbootfile = os.path.join(deploydir, 'systemd-bootx64.efi') 53 systemdbootimage = os.path.join(deploydir, 'core-image-minimal-genericx86-64.wic') 54 imagebootfile = os.path.join(deploydir, 'bootx64.efi')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 449 def create_packages_dir(d, subrepo_dir, deploydir, taskname, filterbydependencies): argument 470 oe.path.symlink(deploydir, subrepo_dir, True) 508 deploydir = os.path.normpath(deploydir) 510 dest = l.replace(deploydir + "-prediff", "") 512 dest = l.replace(deploydir, "")
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bbtests.py | 134 deploydir = bb_vars["DEPLOY_DIR_IMAGE"] 136 manifest = os.path.join(deploydir, imagename + ".manifest")
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | rootfs.py | 23 self.deploydir = self.d.getVar('IMGDEPLOYDIR')
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.2.rst | 205 .. _migration-3.2-deploydir-clean:
|