Searched refs:apt_conf_dir (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
H A D | __init__.py | 14 bb.utils.mkdirhier(self.apt_conf_dir) 15 bb.utils.mkdirhier(os.path.join(self.apt_conf_dir, "lists", "partial")) 16 bb.utils.mkdirhier(os.path.join(self.apt_conf_dir, "apt.conf.d")) 17 bb.utils.mkdirhier(os.path.join(self.apt_conf_dir, "preferences.d")) 19 with open(os.path.join(self.apt_conf_dir, "preferences"), 22 with open(os.path.join(self.apt_conf_dir, "sources.list"), 31 line = re.sub(r"#APTCONF#", self.apt_conf_dir, line) 35 self.apt_conf_dir = os.path.join(self.d.expand("${APTCONF_TARGET}"), 37 self.apt_conf_file = os.path.join(self.apt_conf_dir, "apt.conf") 117 …def __init__(self, d, target_rootfs, archs, base_archs, apt_conf_dir=None, deb_repo_workdir="oe-ro… argument [all …]
|