Lines Matching refs:rootfs_dir
81 rootfs_dir = ''
83 rootfs_dir += ' '
84 rootfs_dir += '='.join([key, val])
85 return rootfs_dir.strip()
98 (key, rootfs_dir) = value.split('=')
101 rootfs_dir = value
103 namespace.__dict__['rootfs_dir'][key] = rootfs_dir
116 for val, opt in [(options.rootfs_dir, 'rootfs-dir'),
149 rootfs_dir = get_bitbake_var("IMAGE_ROOTFS", options.image_name)
183 rootfs_dir = ''
184 if 'ROOTFS_DIR' in options.rootfs_dir:
185 rootfs_dir = options.rootfs_dir['ROOTFS_DIR']
189 if rootfs_dir and not os.path.isdir(rootfs_dir):
199 if not os.path.isdir(rootfs_dir):
200 (not_found, not_found_dir) = ("rootfs-dir", rootfs_dir)
214 krootfs_dir = options.rootfs_dir
217 krootfs_dir['ROOTFS_DIR'] = rootfs_dir
219 rootfs_dir = rootfs_dir_to_args(krootfs_dir)
222 engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,