Home
last modified time | relevance | path

Searched refs:native_sysroot (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py272 native_sysroot, pseudo): argument
348 native_sysroot, pseudo): argument
371 native_sysroot, pseudo): argument
392 exec_native_cmd(dosfs_cmd, native_sysroot)
395 exec_native_cmd(mcopy_cmd, native_sysroot)
417 native_sysroot, pseudo): argument
430 native_sysroot): argument
446 exec_native_cmd(mkfs_cmd, native_sysroot)
466 exec_native_cmd(mkfs_cmd, native_sysroot)
487 exec_native_cmd(dosfs_cmd, native_sysroot)
[all …]
H A Dmisc.py128 def exec_native_cmd(cmd_and_args, native_sysroot, pseudo=""): argument
147 (native_sysroot, native_sysroot,
148 native_sysroot, native_sysroot, target_sys,
149 native_sysroot, hosttools_dir)
H A Dpluginbase.py90 bootimg_dir, kernel_dir, native_sysroot): argument
101 native_sysroot): argument
118 native_sysroot): argument
129 native_sysroot): argument
139 native_sysroot): argument
H A Dengine.py144 native_sysroot, options): argument
227 self.native_sysroot = native_sysroot
244 if native_sysroot:
557 def wic_ls(args, native_sysroot): argument
559 disk = Disk(args.path.image, native_sysroot)
571 def wic_cp(args, native_sysroot): argument
577 disk = Disk(args.src.image, native_sysroot)
579 disk = Disk(args.dest.image, native_sysroot)
583 def wic_rm(args, native_sysroot): argument
588 disk = Disk(args.path.image, native_sysroot)
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py65 def __get_pseudo(native_sysroot, rootfs, pseudo_dir): argument
66 pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot
76 krootfs_dir, native_sysroot): argument
141 exec_native_cmd(pseudo_cmd, native_sysroot)
166 exec_native_cmd(tar_cmd, native_sysroot)
180 exec_native_cmd(tar_cmd, native_sysroot, pseudo)
195 exec_native_cmd(untar_cmd, native_sysroot, pseudo)
215 exec_native_cmd(rm_cmd, native_sysroot, pseudo)
219 exec_native_cmd(rm_cmd, native_sysroot, pseudo)
232 exec_native_cmd(install_cmd, native_sysroot, pseudo)
[all …]
H A Dbootimg-biosplusefi.py121 bootimg_dir, kernel_dir, native_sysroot): argument
138 native_sysroot)
148 native_sysroot)
153 native_sysroot): argument
169 native_sysroot)
179 native_sysroot)
184 rootfs_dir, native_sysroot): argument
202 native_sysroot)
213 native_sysroot)
H A Dbootimg-pcbios.py52 bootimg_dir, kernel_dir, native_sysroot): argument
77 exec_cmd(dd_cmd, native_sysroot)
82 native_sysroot): argument
140 rootfs_dir, native_sysroot): argument
193 exec_native_cmd(dosfs_cmd, native_sysroot)
196 exec_native_cmd(mcopy_cmd, native_sysroot)
199 exec_native_cmd(syslinux_cmd, native_sysroot)
H A Disoimage-isohybrid.py202 native_sysroot): argument
236 rootfs_dir, native_sysroot): argument
372 exec_native_cmd(dosfs_cmd, native_sysroot)
375 exec_native_cmd(mmd_cmd, native_sysroot)
379 exec_native_cmd(mcopy_cmd, native_sysroot)
428 exec_native_cmd(mkisofs_cmd, native_sysroot)
441 bootimg_dir, kernel_dir, native_sysroot): argument
454 exec_native_cmd(isohybrid_cmd, native_sysroot)
H A Dbootimg-efi.py209 native_sysroot): argument
285 rootfs_dir, native_sysroot): argument
347 ret, align_str = exec_native_cmd(objdump_cmd, native_sysroot)
352 ret, output = exec_native_cmd(objdump_cmd, native_sysroot)
401 exec_native_cmd(objcopy_cmd, native_sysroot)
494 exec_native_cmd(dosfs_cmd, native_sysroot)
497 exec_native_cmd(mcopy_cmd, native_sysroot)
H A Dbootimg-partition.py40 native_sysroot): argument
169 rootfs_dir, native_sysroot): argument
197 native_sysroot, False)
H A Dempty.py49 rootfs_dir, native_sysroot): argument
H A Drawcopy.py72 rootfs_dir, native_sysroot): argument
/openbmc/openbmc/poky/scripts/
H A Dwic153 native_sysroot = options.native_sysroot
160 native_sysroot = options.native_sysroot
165 if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)):
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):
223 native_sysroot, options)
240 engine.wic_ls(args, args.native_sysroot)
247 engine.wic_cp(args, args.native_sysroot)
[all …]
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic153 native_sysroot = options.native_sysroot
160 native_sysroot = options.native_sysroot
165 if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)):
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):
223 native_sysroot, options)
240 engine.wic_ls(args, args.native_sysroot)
247 engine.wic_cp(args, args.native_sysroot)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dminidebuginfo.py29 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", binutils)
38 native_sysroot = native_sysroot, target_sys = target_sys)
42 native_sysroot = native_sysroot, target_sys = target_sys)
H A Dgdbserver.py32 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", gdb_recipe)
33 … r = runCmd("%s --version" % gdb_binary, native_sysroot=native_sysroot, target_sys=target_sys)
55 r = runCmd(cmd, native_sysroot=native_sysroot, target_sys=target_sys)
H A Ddebuginfod.py69 native_sysroot = pathlib.Path(get_bb_var("RECIPE_SYSROOT_NATIVE", "elfutils-native"))
70 native_bindir = native_sysroot / "usr" / "bin"
H A Dwic.py887 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
891 % (image, imgenvdir, native_sysroot,
899 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
906 % (image, imgenvdir, native_sysroot,
999 if not native_sysroot:
1000 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
1004 native_sysroot=native_sysroot)
1038 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
1047 _, partlns = self._get_wic_partitions(tempf.name, native_sysroot)
1060 _, partlns = self._get_wic_partitions(tempf.name, native_sysroot)
[all …]
H A Dreproducible.py91 …r = runCmd(['cmp', '--quiet', reference, test], native_sysroot=diffutils_sysroot, ignore_status=Tr…
116 native_sysroot=diffoscope_sysroot, cwd=self.diffoscope_test_files)
122native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=self.diffoscope_test_files)
334 native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=package_dir)
H A Druntime_test.py172 …g_home, self.gpg_home, os.path.join(signing_key_dir, 'key.secret')), native_sysroot=get_bb_var("RE…
209 …g_home, self.gpg_home, os.path.join(signing_key_dir, 'key.secret')), native_sysroot=get_bb_var("RE…
H A Dsigning.py36 …--import %s %s' % (self.gpg_dir, self.pub_key_path, self.secret_key_path), native_sysroot=nsysroot)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py44 native_sysroot, oe_builddir, options): argument
54 self.native_sysroot = native_sysroot
325 self.native_sysroot = native_sysroot
516 return exec_native_cmd(cmd, self.native_sysroot)
531 self.native_sysroot)
632 self.native_sysroot)
640 self.native_sysroot)
644 self.native_sysroot)
648 self.native_sysroot)
655 self.native_sysroot)
[all …]
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-relocate.sh10 native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep 'OECORE_NATIVE_SYSROOT='|cut -d'=' -f2|tr -…
11 dl_path=$($SUDO_EXEC find $native_sysroot/lib/ -maxdepth 1 -name "ld-linux*")
16 executable_files=$($SUDO_EXEC find $native_sysroot -type f \
58 for replace in "$target_sdk_dir -maxdepth 1" "$native_sysroot"; do
77 for l in $($SUDO_EXEC find $native_sysroot -type l); do
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py169 native_sysroot=None, target_sys=None, limit_exc_output=0, output_log=None, **options): argument
172 if native_sysroot:
176 os.path.join(native_sysroot, "bin"),
177 os.path.join(native_sysroot, "sbin"),
178 os.path.join(native_sysroot, "usr", "bin"),
179 os.path.join(native_sysroot, "usr", "sbin"),
182 paths = [os.path.join(native_sysroot, "usr", "bin", target_sys)] + paths
/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dsyzkaller.py124 …runCmd(cmd, native_sysroot = self.syz_native_sysroot, timeout=self.syz_fuzztime, output_log=self.l…

12