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 D | isoimage-isohybrid.py | 19 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 D | bootimg-efi.py | 25 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 D | bootimg-pcbios.py | 21 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 D | bootimg-partition.py | 22 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 D | rawcopy.py | 12 from wic.misc import exec_cmd, get_bitbake_var 71 kernel_dir = get_bitbake_var("DEPLOY_DIR_IMAGE")
|
| H A D | rootfs.py | 24 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 D | misc.py | 121 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 D | ksparser.py | 24 from wic.misc import get_bitbake_var 36 val = get_bitbake_var(key) 288 append_var = get_bitbake_var("APPEND")
|
| H A D | pluginbase.py | 19 from wic.misc import get_bitbake_var 41 layers = get_bitbake_var("BBLAYERS") or ''
|
| H A D | partition.py | 18 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 D | engine.py | 30 from wic.misc import get_bitbake_var, exec_cmd 51 layers_path = get_bitbake_var("BBLAYERS")
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | wic | 56 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 D | direct.py | 28 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 D | common-tasks.rst | 5820 ``get_bitbake_var()`` allows you to access non-standard variables that
|