Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpartition.py125 bootimg_dir, kernel_dir, native_sysroot, updated_fstab_path): argument
144 native_sysroot)
158 method(rootfs, oe_builddir, native_sysroot)
181 kernel_dir, native_sysroot)
184 kernel_dir, native_sysroot)
187 kernel_dir, rootfs_dir, native_sysroot)
190 kernel_dir, rootfs_dir, native_sysroot)
205 native_sysroot, real_rootfs = True, pseudo_dir = None): argument
218 p_prefix = os.environ.get("PSEUDO_PREFIX", "%s/usr" % native_sysroot)
260 method(rootfs, cr_workdir, oe_builddir, rootfs_dir, native_sysroot, pseudo)
[all …]
H A Dengine.py144 native_sysroot, options): argument
188 native_sysroot, oe_builddir, options)
225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument
227 self.native_sysroot = native_sysroot
244 if native_sysroot:
246 self.paths = "%s%s:%s" % (native_sysroot, path, self.paths)
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)
[all …]
H A Dmisc.py127 def exec_native_cmd(cmd_and_args, native_sysroot, pseudo=""): argument
146 (native_sysroot, native_sysroot,
147 native_sysroot, native_sysroot, target_sys,
148 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
/OK3568_Linux_fs/yocto/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
137 pseudo_cmd = "%s -B -m %s -M %s" % (cls.__get_pseudo(native_sysroot,
141 exec_native_cmd(pseudo_cmd, native_sysroot)
166 exec_native_cmd(tar_cmd, native_sysroot)
173 pseudo = cls.__get_pseudo(native_sysroot, include_path,
180 exec_native_cmd(tar_cmd, native_sysroot, pseudo)
192 pseudo = cls.__get_pseudo(native_sysroot, new_rootfs, new_pseudo)
195 exec_native_cmd(untar_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.py200 native_sysroot): argument
234 rootfs_dir, native_sysroot): argument
370 exec_native_cmd(dosfs_cmd, native_sysroot)
373 exec_native_cmd(mmd_cmd, native_sysroot)
377 exec_native_cmd(mcopy_cmd, native_sysroot)
426 exec_native_cmd(mkisofs_cmd, native_sysroot)
439 bootimg_dir, kernel_dir, native_sysroot): argument
452 exec_native_cmd(isohybrid_cmd, native_sysroot)
H A Dbootimg-efi.py199 native_sysroot): argument
273 rootfs_dir, native_sysroot): argument
342 exec_native_cmd(objcopy_cmd, native_sysroot)
400 exec_native_cmd(dosfs_cmd, native_sysroot)
403 exec_native_cmd(mcopy_cmd, native_sysroot)
H A Dbootimg-partition.py37 native_sysroot): argument
166 rootfs_dir, native_sysroot): argument
194 native_sysroot, False)
H A Dempty.py27 rootfs_dir, native_sysroot): argument
H A Drawcopy.py65 rootfs_dir, native_sysroot): argument
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dwic119 (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):
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dminidebuginfo.py27 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", binutils)
32 paths = [os.path.join(native_sysroot, "usr", "bin", target_sys)]
43 native_sysroot = native_sysroot, env = env)
47 native_sysroot = native_sysroot, env = env)
H A Dwic.py797 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
801 % (image, imgenvdir, native_sysroot,
809 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
816 % (image, imgenvdir, native_sysroot,
891 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument
907 if not native_sysroot:
908 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
912 native_sysroot=native_sysroot)
946 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "wic-tools")
955 _, partlns = self._get_wic_partitions(tempf.name, native_sysroot)
[all …]
H A Dreproducible.py90 …r = runCmd(['cmp', '--quiet', reference, test], native_sysroot=diffutils_sysroot, ignore_status=Tr…
115 native_sysroot=diffoscope_sysroot, cwd=self.diffoscope_test_files)
121native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=self.diffoscope_test_files)
310 native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=package_dir)
H A Druntime_test.py154 …g_home, self.gpg_home, os.path.join(signing_key_dir, 'key.secret')), native_sysroot=get_bb_var("RE…
191 …g_home, self.gpg_home, os.path.join(signing_key_dir, 'key.secret')), native_sysroot=get_bb_var("RE…
H A Dsigning.py34 …--import %s %s' % (self.gpg_dir, self.pub_key_path, self.secret_key_path), native_sysroot=nsysroot)
H A Dimagefeatures.py155 native_sysroot=sysroot)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py44 native_sysroot, oe_builddir, options): argument
54 self.native_sysroot = native_sysroot
80 self.parts, self.native_sysroot,
208 self.kernel_dir, self.native_sysroot)
214 python = os.path.join(self.native_sysroot, 'usr/bin/python3-native/python3')
215 bmaptool = os.path.join(self.native_sysroot, 'usr/bin/bmaptool')
217 (python, bmaptool, full_path, full_path), self.native_sysroot)
249 msg += ' NATIVE_SYSROOT: %s\n' % self.native_sysroot
302 def __init__(self, path, ptable_format, partitions, native_sysroot=None, extra_space=0): argument
321 self.native_sysroot = native_sysroot
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Dtoolchain-shar-relocate.sh7 native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep 'OECORE_NATIVE_SYSROOT='|cut -d'=' -f2|tr -…
8 dl_path=$($SUDO_EXEC find $native_sysroot/lib -maxdepth 1 -name "ld-linux*")
13 executable_files=$($SUDO_EXEC find $native_sysroot -type f \
55 for replace in "$target_sdk_dir -maxdepth 1" "$native_sysroot"; do
74 for l in $($SUDO_EXEC find $native_sysroot -type l); do
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dcommands.py171 native_sysroot=None, limit_exc_output=0, output_log=None, **options): argument
174 if native_sysroot:
176 (native_sysroot, native_sysroot, native_sysroot)
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst5682 -k kernel_dir -n native_sysroot
5771 rootfs_dir, native_sysroot):