Home
last modified time | relevance | path

Searched refs:krootfs_dir (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py76 krootfs_dir, native_sysroot): argument
83 if not 'ROOTFS_DIR' in krootfs_dir:
86 rootfs_dir = krootfs_dir['ROOTFS_DIR']
88 if part.rootfs_dir in krootfs_dir:
89 rootfs_dir = krootfs_dir[part.rootfs_dir]
168 if include_path in krootfs_dir:
169 include_path = krootfs_dir[include_path]
/openbmc/openbmc/poky/scripts/
H A Dwic77 def rootfs_dir_to_args(krootfs_dir): argument
82 for key, val in krootfs_dir.items():
214 krootfs_dir = options.rootfs_dir
215 if krootfs_dir is None:
216 krootfs_dir = {}
217 krootfs_dir['ROOTFS_DIR'] = rootfs_dir
219 rootfs_dir = rootfs_dir_to_args(krootfs_dir)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic77 def rootfs_dir_to_args(krootfs_dir): argument
82 for key, val in krootfs_dir.items():
214 krootfs_dir = options.rootfs_dir
215 if krootfs_dir is None:
216 krootfs_dir = {}
217 krootfs_dir['ROOTFS_DIR'] = rootfs_dir
219 rootfs_dir = rootfs_dir_to_args(krootfs_dir)