Home
last modified time | relevance | path

Searched refs:get_bitbake_var (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py19 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
73 kernel = get_bitbake_var("KERNEL_IMAGETYPE")
74 if get_bitbake_var("INITRAMFS_IMAGE_BUNDLE") == "1":
75 if get_bitbake_var("INITRAMFS_IMAGE"):
77 (get_bitbake_var("KERNEL_IMAGETYPE"), get_bitbake_var("INITRAMFS_LINK_NAME"))
122 kernel = get_bitbake_var("KERNEL_IMAGETYPE")
123 if get_bitbake_var("INITRAMFS_IMAGE_BUNDLE") == "1":
124 if get_bitbake_var("INITRAMFS_IMAGE"):
126 … (get_bitbake_var("KERNEL_IMAGETYPE"), get_bitbake_var("INITRAMFS_LINK_NAME"))
148 initrd = get_bitbake_var("INITRD_LIVE") or get_bitbake_var("INITRD")
[all …]
H A Dbootimg-efi.py25 get_bitbake_var, BOOTDD_EXTRA_SPACE)
58 bootimg_dir = get_bitbake_var("DEPLOY_DIR_IMAGE")
80 kernel = get_bitbake_var("KERNEL_IMAGETYPE")
81 if get_bitbake_var("INITRAMFS_IMAGE_BUNDLE") == "1":
82 if get_bitbake_var("INITRAMFS_IMAGE"):
84 … (get_bitbake_var("KERNEL_IMAGETYPE"), get_bitbake_var("INITRAMFS_LINK_NAME"))
131 bootimg_dir = get_bitbake_var("DEPLOY_DIR_IMAGE")
163 kernel = get_bitbake_var("KERNEL_IMAGETYPE")
164 if get_bitbake_var("INITRAMFS_IMAGE_BUNDLE") == "1":
165 if get_bitbake_var("INITRAMFS_IMAGE"):
[all …]
H A Dbootimg-pcbios.py21 get_bitbake_var, BOOTDD_EXTRA_SPACE)
37 staging_datadir = get_bitbake_var("STAGING_DATADIR")
152 kernel = get_bitbake_var("KERNEL_IMAGETYPE")
153 if get_bitbake_var("INITRAMFS_IMAGE_BUNDLE") == "1":
154 if get_bitbake_var("INITRAMFS_IMAGE"):
156 (get_bitbake_var("KERNEL_IMAGETYPE"), get_bitbake_var("INITRAMFS_LINK_NAME"))
H A Dbootimg-partition.py22 from wic.misc import exec_cmd, get_bitbake_var
46 kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE")
57 boot_files = get_bitbake_var("IMAGE_BOOT_FILES" + var)
177 kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE")
H A Drawcopy.py12 from wic.misc import exec_cmd, get_bitbake_var
71 kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE")
H A Drootfs.py24 from wic.misc import get_bitbake_var, exec_native_cmd
56 image_rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", rootfs_dir)
70 pseudo += "%s " % get_bitbake_var("FAKEROOTCMD")
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dmisc.py121 provided = get_bitbake_var("ASSUME_PROVIDED")
142 hosttools_dir = get_bitbake_var("HOSTTOOLS_DIR")
143 target_sys = get_bitbake_var("TARGET_SYS")
260 def get_bitbake_var(var, image=None, cache=True): function
H A Dksparser.py24 from wic.misc import get_bitbake_var
36 val = get_bitbake_var(key)
288 append_var = get_bitbake_var("APPEND")
H A Dpluginbase.py19 from wic.misc import get_bitbake_var
41 layers = get_bitbake_var("BBLAYERS") or ''
H A Dpartition.py18 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
222 ignore_paths = [rootfs] + (get_bitbake_var("PSEUDO_IGNORE_PATHS") or "").split(",")
235 pseudo += "%s " % get_bitbake_var("FAKEROOTCMD")
242 rsize_bb = get_bitbake_var('ROOTFS_SIZE')
243 rdir = get_bitbake_var('IMAGE_ROOTFS')
H A Dengine.py30 from wic.misc import get_bitbake_var, exec_cmd
51 layers_path = get_bitbake_var("BBLAYERS")
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dwic56 from wic.misc import get_bitbake_var, BB_VARS
149 rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", options.image_name)
150 kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE", options.image_name)
151 bootimg_dir = get_bitbake_var("STAGING_DATADIR", options.image_name)
155 native_sysroot = get_bitbake_var("RECIPE_SYSROOT_NATIVE", options.image_name)
168 native_sysroot = get_bitbake_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py28 from wic.misc import get_bitbake_var, exec_cmd, exec_native_cmd
181 rsize_bb = get_bitbake_var('ROOTFS_SIZE', image_name)
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst5820 ``get_bitbake_var()`` allows you to access non-standard variables that