| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 302 | 60 with tarfile.open(tar_file, "w") as tar: 67 tar.addfile(ovf, io.BytesIO(ovf_data)) 71 offset = tar.fileobj.tell() + 512 76 tar.fileobj.truncate(offset + measure["required"]) 122 buf = disk.tobuf(tar.format, tar.encoding, tar.errors) 123 tar.fileobj.write(buf) 124 tar.members.append(disk) 128 tar.offset = offset + (disk.size + 511) & ~511 129 tar.fileobj.seek(tar.offset) 133 tar.fileobj.truncate(tar.offset) [all …]
|
| /openbmc/openbmc-tools/ipkdbg/ |
| H A D | build-opkg | 20 [ -f libarchive-3.5.2.tar.gz ] || wget http://libarchive.org/downloads/libarchive-3.5.2.tar.gz 21 [ -d libarchive-3.5.2 ] || tar -xvf libarchive-3.5.2.tar.gz 48 [ -f curl-7.79.1.tar.bz2 ] || wget https://curl.haxx.se/download/curl-7.79.1.tar.bz2 49 [ -d curl-7.79.1 ] || tar -xvf curl-7.79.1.tar.bz2 58 [ -f opkg-0.6.3.tar.gz ] || wget http://downloads.yoctoproject.org/releases/opkg/opkg-0.6.3.tar.gz 59 [ -d opkg-0.6.3 ] || tar -xvf opkg-0.6.3.tar.gz
|
| H A D | Makefile | 24 bin.tar.gz: $(STRIPPED_BINS) 25 tar \ 34 bin.tar.gz.b64: bin.tar.gz 37 ipkdbg: ipkdbg.in bin.tar.gz.b64 44 $(RM) bin.tar.gz bin.tar.gz.b64 ipkdbg
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-testsuite-check-uudecode-before-using-it.patch | 6 The unzip and tar test cases use uudecode command, so also 13 testsuite/tar.tests | 2 +- 17 diff --git a/testsuite/tar.tests b/testsuite/tar.tests 19 --- a/testsuite/tar.tests 20 +++ b/testsuite/tar.tests 21 @@ -339,7 +339,7 @@ cd .. || exit 1; rm -rf tar.tempdir 2>/d 24 mkdir tar.tempdir && cd tar.tempdir || exit 1 27 testing "tar Symlink attack: create symlink and then write through it" '\ 29 uudecode -o input && tar xvf input; echo $?
|
| /openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
| H A D | build-toolchain.sh | 21 wget https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz 22 wget https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz 23 wget https://www.musl-libc.org/releases/musl-1.2.2.tar.gz 24 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.70.tar.xz 26 tar axf binutils-2.37.tar.xz 27 tar axf gcc-11.2.0.tar.xz 28 tar axf musl-1.2.2.tar.gz 29 tar axf linux-5.10.70.tar.xz
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | code_update.md | 11 For BMC code update, download the system type \*.ubi.mdt.tar image from 20 ….x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ubi.mtd.tar --include Redfish_C… 25 ….x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ubi.mtd.tar --include Redfish_C… 28 For host code update, download the system type \*.pnor.squashfs.tar image from 37 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in… 42 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in… 53 For BMC code update, download the system type \*.ubi.mdt.tar image from 60 ….x -v IMAGE_FILE_PATH:<image path>/obmc-phosphor-image-witherspoon.ubi.mtd.tar --include REST_BMC_… 63 For host code update, download the system type \*.pnor.squashfs.tar image from 70 …$ robot -v OPENBMC_HOST:x.x.x.x -v IMAGE_FILE_PATH:<image path>/witherspoon.pnor.squashfs.tar --in… [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
| H A D | build-oldlibc | 11 if [ ! -e $i-nativesdk-libc.tar.xz ]; then 12 wget http://downloads.yoctoproject.org/releases/uninative/3.2/$i-nativesdk-libc.tar.xz 14 tar -xf $i-nativesdk-libc.tar.xz --wildcards \*/lib/libpthread\* \*/lib/libdl\* 20 tar -cJf pseudo-prebuilt-2.33.tar.xz *-linux
|
| /openbmc/openbmc/poky/meta/recipes-extended/tar/ |
| H A D | tar_1.35.bb | 2 DESCRIPTION = "GNU tar saves many files together into a single tape \ 4 HOMEPAGE = "http://www.gnu.org/software/tar/" 9 SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2" 27 ln -s tar ${D}${bindir}/gtar 33 mv ${D}${bindir}/tar ${D}${base_bindir}/tar 81 ALTERNATIVE:${PN} = "tar" 86 ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" 89 PROVIDES:append:class-native = " tar-replacement-native" 94 # Avoid false positives from CVEs in node-tar package 96 CVE_PRODUCT = "gnu:tar"
|
| /openbmc/openbmc/poky/meta/recipes-extended/tar/tar/ |
| H A D | 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch | 8 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/tar.git/commit/?id=4f814e0e4c673f86dc6… 25 +# Test suite for GNU tar. 28 +# This file is part of GNU tar. 30 +# GNU tar is free software; you can redistribute it and/or modify 35 +# GNU tar is distributed in the hope that it will be useful, 76 +tar -cf gitrepo.tar gitrepo 80 +tar -xvf gitrepo.tar --exclude-vcs | sort 84 +tar -tf gitrepo.tar --exclude-vcs | sort 88 +tar -dvf gitrepo.tar --exclude-vcs gitrepo | sort
|
| H A D | 0002-tests-check-for-recently-fixed-bug.patch | 8 Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/tar.git/commit/?id=0f0722df45ec520d0da… 25 +# Test suite for GNU tar. 28 +# This file is part of GNU tar. 30 +# GNU tar is free software; you can redistribute it and/or modify 35 +# GNU tar is distributed in the hope that it will be useful, 50 +tar -cf - --exclude-vcs-ignores . | tar -tf -
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | export.py | 25 def add_metadata(tar): argument 30 tar.add(metadata) 33 def add_recipe(tar, recipe, data): argument 47 tar.add(name, arcname=arcname) 81 with tarfile.open(name, 'w:gz') as tar: 84 add_recipe(tar, recipe, workspace[recipe]) 89 add_recipe(tar, recipe, data) 92 add_metadata(tar)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-build.c-ignore-return-of-1-from-tar-cf.patch | 4 Subject: [PATCH] build.c: ignore return of 1 from tar -cf 9 has changes and tar can notice this, e.g.: 13 | tar: ./usr/lib/sed/ptest/testsuite/tst-regex2: file changed as we read it 14 | dpkg-deb: error: subprocess tar -cf returned error exit status 1 18 code of 1 from tar. The files don't really change (and we have locking in 40 /* Fork off a tar. We will feed it a list of filenames on stdin later. */ 43 /* All done, clean up wait for tar and <compress> to finish their job. */ 45 subproc_reap(pid_comp, _("<compress> from tar -cf"), 0); 46 - subproc_reap(pid_tar, "tar -cf", 0); 47 + rc = subproc_reap(pid_tar, "tar -cf", SUBPROC_RETERROR); [all …]
|
| H A D | 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch | 4 Subject: [PATCH] dpkg-deb/build.c: Remove usage of --clamp-mtime in tar 9 Recently dpkg added --clamp-mtime to tar to create reproducible 12 But host tools doesn't support this option because is new on tar 20 [2] https://lists.gnu.org/archive/html/help-tar/2016-01/msg00000.html 35 command_init(&cmd, TAR, "tar -cf"); 36 command_add_args(&cmd, "tar", "-cf", "-", "--format=gnu",
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu-extract-sdk | 46 if [[ "$ROOTFS_TARBALL" =~ tar\.xz$ ]]; then 49 if [[ "$ROOTFS_TARBALL" =~ tar\.bz2$ ]]; then 52 if [[ "$ROOTFS_TARBALL" =~ tar\.gz$ ]]; then 55 if [[ "$ROOTFS_TARBALL" =~ \.tar$ ]]; then 88 $PSEUDO $PSEUDO_OPTS tar -C "$SDK_ROOTFS_DIR" $TAR_OPTS "$ROOTFS_TARBALL"
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | runqemu-extract-sdk | 46 if [[ "$ROOTFS_TARBALL" =~ tar\.xz$ ]]; then 49 if [[ "$ROOTFS_TARBALL" =~ tar\.bz2$ ]]; then 52 if [[ "$ROOTFS_TARBALL" =~ tar\.gz$ ]]; then 55 if [[ "$ROOTFS_TARBALL" =~ \.tar$ ]]; then 88 $PSEUDO $PSEUDO_OPTS tar -C "$SDK_ROOTFS_DIR" $TAR_OPTS "$ROOTFS_TARBALL"
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_redfish_image_upload.robot | 5 ... bmc_bad_manifest.ubi.mtd.tar 6 ... bmc_nokernel_image.ubi.mtd.tar 7 ... bmc_invalid_key.ubi.mtd.tar 8 ... pnor_bad_manifest.pnor.squashfs.tar 9 ... pnor_nokernel_image.pnor.squashfs.tar 10 ... pnor_invalid_key.pnor.squashfs.tar 51 bmc_bad_manifest.ubi.mtd.tar 60 bmc_nokernel_image.ubi.mtd.tar 69 pnor_bad_manifest.pnor.squashfs.tar 78 pnor_nokernel_image.pnor.squashfs.tar [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
| H A D | donnot-extract-gdb-during-do-compile.patch | 34 - @if [ ! -f ${GDB}.tar.gz ] && [ ! -f /usr/bin/wget ]; then \ 35 - echo /usr/bin/wget is required to download ${GDB}.tar.gz; echo; exit 1; fi 36 - @if [ ! -f ${GDB}.tar.gz ] && [ -f /usr/bin/wget ]; then \ 38 - wget $$WGET_OPTS http://ftp.gnu.org/gnu/gdb/${GDB}.tar.gz; fi 39 - @tar --exclude-from gdb.files -xzmf ${GDB}.tar.gz
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | README.md | 6 curl -L -O http://www.cpan.org/src/5.0/perl-5.24.1.tar.gz 7 curl -L -O https://github.com/arsv/perl-cross/releases/download/1.1.3/perl-cross-1.1.3.tar.gz 10 tar -zxf perl-5.24.1.tar.gz 12 tar --strip-components=1 -zxf ../perl-cross-1.1.3.tar.gz
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | build-qemu-robot-docker.sh | 100 … -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/112.0.2/l… 102 && tar -C /opt -xjf /tmp/firefox.tar.bz2 \ 143 …tps://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux64.tar.gz \ 144 && tar xvzf geckodriver-*.tar.gz \
|
| /openbmc/phosphor-objmgr/subprojects/ |
| H A D | tinyxml2.wrap | 3 source_url = https://github.com/leethomason/tinyxml2/archive/11.0.0.tar.gz 4 source_filename = tinyxml2-11.0.0.tar.gz 6 …l = https://github.com/mesonbuild/wrapdb/releases/download/tinyxml2_11.0.0-2/tinyxml2-11.0.0.tar.gz
|
| /openbmc/bmcweb/subprojects/ |
| H A D | cli11.wrap | 3 source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.1.tar.gz 4 source_filename = CLI11-2.4.1.tar.gz 6 …lback_url = https://github.com/mesonbuild/wrapdb/releases/download/cli11_2.4.1-1/CLI11-2.4.1.tar.gz
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/ |
| H A D | 0001-bluepy-Fix-username-issue-with-tarballs.patch | 21 - tar xzf $< 22 + tar xzf $< --no-same-owner 28 - (cd ..; tar czf bluepy/bluez-src.tgz $(BLUEZ_PATH)) 29 + (cd ..; tar czf bluepy/bluez-src.tgz $(BLUEZ_PATH) --no-same-owner)
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/faenza-icon-theme/ |
| H A D | faenza-icon-theme_1.3.bb | 17 for theme in `find -name 'Faenza*.tar.gz'`; do 18 tar -xf ${theme} -C ${D}${datadir}/icons 20 tar -xf emesene-faenza-theme.tar.gz -C ${D}${datadir}
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.20.rst | 73 ….yoctoproject.org/releases/yocto/yocto-4.0.20/poky-6bd3969d32730538608e680653e032e66958fe84.tar.bz2 74 …//mirrors.kernel.org/yocto/yocto/yocto-4.0.20/poky-6bd3969d32730538608e680653e032e66958fe84.tar.bz2 85 …octoproject.org/releases/yocto/yocto-4.0.20/oecore-5d97b0576e98a2cf402abab1a1edcab223545d87.tar.bz2 86 …mirrors.kernel.org/yocto/yocto/yocto-4.0.20/oecore-5d97b0576e98a2cf402abab1a1edcab223545d87.tar.bz2 97 …project.org/releases/yocto/yocto-4.0.20/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2 98 …ors.kernel.org/yocto/yocto/yocto-4.0.20/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2 109 …project.org/releases/yocto/yocto-4.0.20/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 110 …ors.kernel.org/yocto/yocto/yocto-4.0.20/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 121 …ctoproject.org/releases/yocto/yocto-4.0.20/bitbake-734b0ea3dfe45eb16ee60f0c2c388e22af4040e0.tar.bz2 122 …irrors.kernel.org/yocto/yocto/yocto-4.0.20/bitbake-734b0ea3dfe45eb16ee60f0c2c388e22af4040e0.tar.bz2
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-lmbench-Point-webpage-lm-to-target-directory.patch | 6 As webpage-lm.tar has been copied to ${datadir}\lmbench. 34 -then (cd ../../src && tar xf webpage-lm.tar) 36 +then (cd /usr/share/lmbench && tar xf webpage-lm.tar) 61 - $RCP $SERVERS lmhttp ../../src/webpage-lm.tar ${remote}:/tmp 62 + $RCP $SERVERS lmhttp /usr/share/lmbench/webpage-lm.tar ${remote}:/tmp
|