Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/openbmc/qemu/tests/functional/qemu_test/
H A Darchive.py19 def tar_extract(archive, dest_dir, member=None): argument
20 with tarfile.open(archive) as tf:
29 def cpio_extract(archive, output_path): argument
34 if type(archive) == str:
35 run(['cpio', '-i', '-F', archive],
39 input=archive.read(),
43 def zip_extract(archive, dest_dir, member=None): argument
44 with zipfile.ZipFile(archive, 'r') as zf:
50 def deb_extract(archive, dest_dir, member=None): argument
54 proc = run(['ar', 't', archive],
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-common/
H A Dgnome-common_3.18.0.bb12 SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053"
13 SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf"
18 # Default to enable autoconf-archive to avoid conflicts
19 PACKAGECONFIG ??= "autoconf-archive"
20 PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-ar…
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0002-add-install-targets-to-Makefiles.patch44 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
71 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -pthread -Wl,--no-whole-archive -rdynamic
86 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -pthread -Wl,--no-whole-archive -rdynamic
101 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
116 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
131 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
146 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
161 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
176 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
191 $(CC) -o $@ -Wl,--whole-archive $(OBJS) $(LDFLAGS) -Wl,--no-whole-archive -rdynamic
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/
H A D0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch10 magic/Magdir/archive | 50 +++++++++++++++++++++++---------------------
13 diff --git a/magic/Magdir/archive b/magic/Magdir/archive
15 --- a/magic/Magdir/archive
16 +++ b/magic/Magdir/archive
19 -# $File: archive,v 1.206 2024/11/26 19:39:14 christos Exp $
20 +# $File: archive,v 1.207 2024/11/27 15:37:46 christos Exp $
21 # archive: file(1) magic for archive formats (see also "msdos" for self-
49 ->>>26 string !\x8\0\0\0mimetype Zip archive data
64 !:mime application/vnd.android.package-archive
80 +>>>>>4 beshort x Zip archive data, at least
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dretain.py99 for archive in archives:
101 archive_prefix = os.path.basename(archive).split('.tar')[0]
104 …ve %s name does not start with expected prefix "%s"' % (os.path.basename(archive), expected_prefix…
105 with tarfile.open(archive) as tf:
108 …e without tarball-named subdirectory within tarball %s: %s' % (os.path.basename(archive), ti.name))
112 … self.fail('Did not find log.do_compile in output archive %s' % os.path.basename(archive))
222 for archive in archives:
224 archive_prefix = os.path.basename(archive).split('.tar')[0]
229 with tarfile.open(archive, 'r:bz2') as tf:
232 …e without tarball-named subdirectory within tarball %s: %s' % (os.path.basename(archive), ti.name))
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dbuildproject.py20 self.archive = os.path.basename(uri)
25 self.localarchive = os.path.join(tmpdir, self.archive)
30 self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive)
37 if self.dl_dir and os.path.exists(os.path.join(self.dl_dir, self.archive)):
38 shutil.copyfile(os.path.join(self.dl_dir, self.archive), self.localarchive)
H A Dtargetbuild.py21 self.archive = os.path.basename(uri)
28 self.localarchive = os.path.join(tmpdir, self.archive)
32 self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive)
37 if dl_dir and os.path.exists(os.path.join(dl_dir, self.archive)):
38 bb.utils.copyfile(os.path.join(dl_dir, self.archive), self.localarchive)
95 …(status, output) = self.target.run('tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targe…
125 cmd = 'tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targetdir)
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/
H A Dxarchiver_0.5.4.21.bb1 SUMMARY = "Lightweight, desktop independent GTK+ archive manager"
19 # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
31 FILES:${PN} += "${libdir}/thunar-archive-plugin"
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass8 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
9 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20250101T023759Z/pool \
10 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
11 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
12 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
18 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \
19 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
20 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
25 ${APACHE_MIRROR} http://archive.apache.org/dist \
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/
H A Dthunar-archive-plugin_0.5.2.bb1 DESCRIPTION = "Thunar Archive Plugin allows you to create and extract archive files using file cont…
2 HOMEPAGE = "https://docs.xfce.org/xfce/thunar/archive"
10 # install tap files in ${libdir}/thunar-archive-plugin
/openbmc/phosphor-snmp/
H A Dsnmp_serialize.cpp34 void save(Archive& archive, const Client& manager, in save() argument
37 archive(manager.address(), manager.port()); in save()
48 void load(Archive& archive, Client& manager, const std::uint32_t /*version*/) in load() argument
53 archive(ipaddress, port); in load()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_serialize.cpp30 void save(Archive& archive, const LDAPMapperEntry& entry, in save() argument
33 archive(entry.groupName(), entry.privilege()); in save()
45 void load(Archive& archive, LDAPMapperEntry& entry, in load() argument
51 archive(groupName, privilege); in load()
H A Dldap_config.cpp642 void Config::save(Archive& archive, const std::uint32_t /*version*/) const in save() argument
644 archive(this->enabled()); in save()
645 archive(ldapServerURI()); in save()
646 archive(ldapBindDN()); in save()
647 archive(ldapBaseDN()); in save()
648 archive(ldapSearchScope()); in save()
649 archive(ldapBindPassword); in save()
650 archive(userNameAttribute()); in save()
651 archive(groupNameAttribute()); in save()
655 void Config::load(Archive& archive, const std::uint32_t /*version*/) in load() argument
[all …]
/openbmc/bios-settings-mgr/src/
H A Dmanager_serialize.cpp26 void save(Archive& archive, const Manager& entry, in save() argument
29 archive(entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save()
44 void load(Archive& archive, Manager& entry, const std::uint32_t /*version*/) in load() argument
49 archive(baseTable, pendingAttrs); in load()
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py77 def fetch(self, workdir, dl_dir, url, archive=None): argument
78 if not archive:
80 archive = os.path.basename(urlparse(url).path)
83 archive_tarball = os.path.join(dl_dir, archive)
87 tarball = os.path.join(workdir, archive)
/openbmc/phosphor-dbus-monitor/src/
H A Devent_serialize.cpp30 void save(Archive& archive, const Entry& event, in save() argument
33 archive(event.timestamp(), event.message(), event.additionalData()); in save()
44 void load(Archive& archive, Entry& event, const std::uint32_t /* version */) in load() argument
52 archive(timestamp, message, additionalData); in load()
/openbmc/bios-settings-mgr/include/
H A Dsecureboot.hpp82 void save(Archive& archive, const std::uint32_t version) const in save() argument
86 archive(sdbusplus::xyz::openbmc_project::BIOSConfig::server:: in save()
100 void load(Archive& archive, const std::uint32_t version) in load() argument
108 archive(currentBootValue, enableValue, modeValue); in load()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/
H A Dclutter-gst-3.0_3.0.27.bb6 SRC_URI[archive.md5sum] = "2bf9d7ca146c9d71e86c45cd00e9a28e"
7 SRC_URI[archive.sha256sum] = "fe69bd6c659d24ab30da3f091eb91cd1970026d431179b0724f13791e8ad9f9d"
H A Dclutter-gtk-1.0_1.8.4.bb6 SRC_URI[archive.md5sum] = "b363ac9878e2337be887b8ee9e1da00e"
7 SRC_URI[archive.sha256sum] = "521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06"
H A Dclutter-1.0_1.26.4.bb5 SRC_URI[archive.md5sum] = "624dd776a5159de0267587b1df6b97b2"
6 SRC_URI[archive.sha256sum] = "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/
H A Dgnome-themes-extra_3.28.bb18 SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
19 SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
20 SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
32 # The libtool archive file is unneeded with shared libs on modern Linux
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-autoar/
H A Dgnome-autoar_0.4.5.bb1 SUMMARY = "GNOME archive library"
16 SRC_URI[archive.sha256sum] = "838c5306fc38bfaa2f23abe24262f4bf15771e3303fb5dcb74f5b9c7a615dabe"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-menus/
H A Dgnome-menus_3.36.0.bb12 SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829"
13 SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f"
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch36 /* Nothing in the archive. Set the default path to search below. */
50 /* Name of the locale archive file. */
51 -static const char archfname[] = COMPLOCALEDIR "/locale-archive";
52 …ar archfname[4096] __attribute__ ((section (".gccrelocprefix"))) = COMPLOCALEDIR "/locale-archive";
94 - printf ("locale: %-15.15s archive: " ARCHIVE_NAME "\n%s\n",
96 + printf ("locale: %-15.15s archive: %s\n%s\n",
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/dconf/
H A Ddconf-editor_45.0.1.bb16 SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/45/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
17 SRC_URI[archive.sha256sum] = "1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd"

12345678910>>...20