Searched refs:target_rootfs (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 56 target_rootfs, argument 64 super(RpmPM, self).__init__(d, target_rootfs) 97 confdir = "%s/%s" %(self.target_rootfs, "etc/dnf/vars/") 106 with open(oe.path.join(self.target_rootfs, "etc/dnf/dnf.conf"), 'w') as f: 114 platformconfdir = "%s/%s" %(self.target_rootfs, "etc/rpm/") 115 rpmrcconfdir = "%s/%s" %(self.target_rootfs, "etc/") 134 cmd = [rpm_bin, '--root=%s' % self.target_rootfs, '--import', pubkey_path] 165 bb.utils.mkdirhier(oe.path.join(self.target_rootfs, "etc", "yum.repos.d")) 174 … with open(oe.path.join(self.target_rootfs, "etc", "yum.repos.d", repo_base + ".repo"), 'a') as f: 179 … with open(oe.path.join(self.target_rootfs, "etc", "yum.repos.d", repo_base + ".repo"), 'w') as f: [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 113 def __init__(self, d, target_rootfs): argument 117 super(OpkgDpkgPM, self).__init__(d, target_rootfs) 180 …def __init__(self, d, target_rootfs, archs, base_archs, apt_conf_dir=None, deb_repo_workdir="oe-ro… argument 181 super(DpkgPM, self).__init__(d, target_rootfs) 210 status_file = self.target_rootfs + "/var/lib/dpkg/status" 237 info_dir = self.target_rootfs + "/var/lib/dpkg/info" 242 status_file = self.target_rootfs + "/var/lib/dpkg/status" 254 os.environ['D'] = self.target_rootfs 255 os.environ['OFFLINE_ROOT'] = self.target_rootfs 256 os.environ['IPKG_OFFLINE_ROOT'] = self.target_rootfs [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | __init__.py | 92 def __init__(self, d, target_rootfs): argument 96 super(OpkgDpkgPM, self).__init__(d, target_rootfs) 161 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument 162 super(OpkgPM, self).__init__(d, target_rootfs) 171 …atile-cache -f %s -t %s -o %s " % (self.config_file, self.d.expand('${T}/ipktemp/') ,target_rootfs) 177 self.opkg_dir = oe.path.join(target_rootfs, self.d.getVar('OPKGLIBDIR'), "opkg") 248 cfg_file_name = os.path.join(self.target_rootfs, 302 % self.target_rootfs) 304 os.makedirs('%s/etc/opkg' % self.target_rootfs, exist_ok=True) 354 os.environ['D'] = self.target_rootfs [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 166 def __init__(self, d, target_rootfs): argument 168 self.target_rootfs = target_rootfs 174 bb.note("Initializing intercept dir for %s" % self.target_rootfs) 179 … (hashlib.sha256(self.target_rootfs.encode()).hexdigest())) 220 os.environ['D'] = self.target_rootfs 407 localedir = oe.path.join(self.target_rootfs, self.d.getVar("libdir"), "locale") 409 generate_locale_archive(self.d, self.target_rootfs, target_arch, localedir)
|