Lines Matching refs:native_sysroot
119 (options.native_sysroot, 'native-sysroot')]:
153 native_sysroot = options.native_sysroot
154 if options.vars_dir and not native_sysroot:
155 native_sysroot = get_bitbake_var("RECIPE_SYSROOT_NATIVE", options.image_name)
160 native_sysroot = options.native_sysroot
165 if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)):
168 native_sysroot = get_bitbake_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
170 if not native_sysroot:
188 native_sysroot = options.native_sysroot
195 if not os.path.isdir(native_sysroot):
203 elif not os.path.isdir(native_sysroot):
204 (not_found, not_found_dir) = ("native-sysroot", native_sysroot)
223 native_sysroot, options)
240 engine.wic_ls(args, args.native_sysroot)
247 engine.wic_cp(args, args.native_sysroot)
254 engine.wic_rm(args, args.native_sysroot)
261 engine.wic_write(args, args.native_sysroot)