| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | partition.py | 125 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 D | engine.py | 144 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 D | misc.py | 127 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 D | pluginbase.py | 90 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 D | rootfs.py | 65 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 D | bootimg-biosplusefi.py | 121 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 D | bootimg-pcbios.py | 52 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 D | isoimage-isohybrid.py | 200 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 D | bootimg-efi.py | 199 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 D | bootimg-partition.py | 37 native_sysroot): argument 166 rootfs_dir, native_sysroot): argument 194 native_sysroot, False)
|
| H A D | empty.py | 27 rootfs_dir, native_sysroot): argument
|
| H A D | rawcopy.py | 65 rootfs_dir, native_sysroot): argument
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | wic | 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): [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | minidebuginfo.py | 27 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 D | wic.py | 797 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 D | reproducible.py | 90 …r = runCmd(['cmp', '--quiet', reference, test], native_sysroot=diffutils_sysroot, ignore_status=Tr… 115 native_sysroot=diffoscope_sysroot, cwd=self.diffoscope_test_files) 121 … native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=self.diffoscope_test_files) 310 native_sysroot=diffoscope_sysroot, ignore_status=True, cwd=package_dir)
|
| H A D | runtime_test.py | 154 …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 D | signing.py | 34 …--import %s %s' % (self.gpg_dir, self.pub_key_path, self.secret_key_path), native_sysroot=nsysroot)
|
| H A D | imagefeatures.py | 155 native_sysroot=sysroot)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 44 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 D | toolchain-shar-relocate.sh | 7 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 D | commands.py | 171 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 D | common-tasks.rst | 5682 -k kernel_dir -n native_sysroot 5771 rootfs_dir, native_sysroot):
|