Home
last modified time | relevance | path

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 Dsystemd_boot.py24 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__.py449 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 Dbbtests.py134 deploydir = bb_vars["DEPLOY_DIR_IMAGE"]
136 manifest = os.path.join(deploydir, imagename + ".manifest")
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py23 self.deploydir = self.d.getVar('IMGDEPLOYDIR')
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.2.rst205 .. _migration-3.2-deploydir-clean: