/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | buildtools-docs-tarball.bb | 1 require recipes-core/meta/buildtools-tarball.bb 3 DESCRIPTION = "SDK type target for building a standalone tarball containing the tools needed to bui… 4 SUMMARY = "SDK type target for building a standalone tarball containing the tools needed to build t… 17 SDK_TITLE = "Docs Build tools tarball"
|
H A D | testexport-tarball.bb | 1 DESCRIPTION = "SDK type target for standalone tarball containing packages defined by TEST_EXPORT_TO… 2 … tarball can be used to run missing programs on testing systems which don't have such tools.\ 3 This recipe is almost the same as buildtools-tarball" 4 SUMMARY = "Standalone tarball for test systems with missing software" 51 # However, testexport-tarball is inherently a tool set instead of a fully functional SDK, 65 # testexport-tarball doesn't need config site
|
H A D | buildtools-extended-tarball.bb | 1 require recipes-core/meta/buildtools-tarball.bb 3 DESCRIPTION = "SDK type target for building a standalone tarball containing build-essentials, pytho… 4 … make, git and tar. The tarball can be used to run bitbake builds on systems which don't meet the \ 6 SUMMARY = "Standalone tarball for running builds on systems with inadequate software and ancient co…
|
H A D | buildtools-make-tarball.bb | 1 require recipes-core/meta/buildtools-tarball.bb 3 DESCRIPTION = "SDK type target for building a standalone make binary. The tarball can be used to ru… 5 SUMMARY = "Standalone tarball for running builds on systems with inadequate make"
|
H A D | buildtools-tarball.bb | 1 DESCRIPTION = "SDK type target for building a standalone tarball containing python3, chrpath, make,… 2 …tarball can be used to run bitbake builds on systems which don't meet the usual version requiremen… 3 SUMMARY = "Standalone tarball for running builds on systems with inadequate software" 106 # buildtools-tarball doesn't need config site
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | generate-ubi | 39 tarball="$1" 45 if [ ! -f "${tarball}" ]; then 54 outfile=$(pwd)/${tarball%".squashfs.tar"}.ubi.mtd 75 tar -xvf "${tarball}" -C "${scratch_dir}" ${squashfs_file_name} ${manifest_file_name}
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 29 tarball = os.path.join(workdir, archive) 30 subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT) 32 shutil.copyfile(tarball, archive_tarball) 33 return tarball
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | npm.bbclass | 80 tarball = os.path.join(workdir, "%s-%s.tgz" % (base, j['version'])); 84 subprocess.run(['tar', 'czf', tarball, 92 return (tarball, j) 125 def _npm_cache_add(tarball, pkg): 126 """Add tarball to local registry and register it in the 128 registry.add_pkg(tarball, pkg) 130 def _npm_integrity(tarball): 131 """Return the npm integrity of a specified tarball""" 132 sha512 = bb.utils.sha512_file(tarball) 178 (tarball, pkg) = npm_pack(env, destdir, tmpdir) [all …]
|
/openbmc/openbmc-tools/witherspoon-debug/ |
H A D | README.md | 3 The OpenBMC debugtools tarball clashes with the filesystem layout of witherspoon 17 ./debug root@my-witherspoon obmc-phosphor-debug-tarball-witherspoon.tar.xz 26 2. Deploy the debugtools tarball to `/usr/local`
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/ |
H A D | obmc-phosphor-debug-tarball.bb | 1 DESCRIPTION = "Debug tools tarball for use with OpenBMC Phosphor" 3 inherit obmc-phosphor-debug-tarball
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/ |
H A D | buildtools-imagemagick.bb | 1 require recipes-core/meta/buildtools-tarball.bb 3 SUMMARY = "Standalone tarball of imagemagick binaries"
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | uninative.bbclass | 29 This event fires on the parent and will try to fetch the tarball if the 52 tarball = d.getVar("UNINATIVE_TARBALL") 54 tarballpath = os.path.join(tarballdir, tarball) 122 bb.warn("Disabling uninative as unable to fetch uninative tarball: %s" % str(exc)) 123 …bb.warn("To build your own uninative loader, please bitbake uninative-tarball and set UNINATIVE_TA… 125 bb.warn("Disabling uninative as unable to install uninative tarball: %s" % str(exc)) 126 …bb.warn("To build your own uninative loader, please bitbake uninative-tarball and set UNINATIVE_TA…
|
H A D | retain.bbclass | 1 # Creates a tarball of the work directory for a recipe when one of its 25 # If you wish to use a different tarball name prefix than the default of 29 # the tarball of ${T} you would do this: 47 # * The tarballs have the tarball name as a top-level directory so that 74 # Prefix paths within the tarball with the tarball name so that
|
/openbmc/qemu/tests/vm/ |
H A D | haiku.x86_64 | 98 tarball = self._download_with_cache(self.link, sha256sum=self.csum) 102 subprocess.check_call(["tar", "xzf", tarball, "box.img", "-O"],
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | autotools.py | 27 … tarball = self.fetch(testdir, self.td["DL_DIR"], "https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz") 34 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | makefile.py | 24 …tarball = self.fetch(testdir, self.td["DL_DIR"], "http://downloads.yoctoproject.org/mirror/sources… 31 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | meson.py | 31 …tarball = self.fetch(testdir, self.td["DL_DIR"], "https://github.com/anholt/libepoxy/releases/down… 38 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | cmake.py | 32 …tarball = self.fetch(testdir, self.td["DL_DIR"], "https://github.com/assimp/assimp/archive/v5.4.1.… 39 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
H A D | gtk3.py | 34 …tarball = self.fetch(testdir, self.td["DL_DIR"], "http://galculator.mnim.org/downloads/galculator-… 41 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-library.bb | 13 # The FVP Library tarball cannot be downloaded directly, so download the it 15 # to the directory that contains the tarball (for example, "file:///home/user/").
|
/openbmc/openbmc/poky/meta/recipes-extended/bash/ |
H A D | bash_5.2.37.bb | 7 SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ 18 SRC_URI[tarball.sha256sum] = "9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 227 --results-tarball) 236 --src-tarball) 303 echo --update-tools-only --docker is incompatible with --src-tarball. 388 --srcdir /qemu --src-tarball /work/qemu-sources.tgz
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | system-requirements.rst | 298 you can resolve this by installing a :term:`buildtools` tarball that 299 contains these tools. You can either download a pre-built tarball or 308 resolve this by installing a :term:`buildtools-extended` tarball that 314 tarball instead. 336 During execution, the :term:`buildtools` tarball will be downloaded, the 347 in the :term:`buildtools-extended` tarball, you can instead execute the 369 :term:`buildtools-extended` tarball, additional working versions of tools 410 :term:`buildtools-extended` tarball, additional working versions of tools 430 #. Run the BitBake command to build the tarball:: 432 $ bitbake buildtools-tarball [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
H A D | donnot-extract-gdb-during-do-compile.patch | 4 Subject: [PATCH] Makefile: Put gdb source tarball in SRC_URI 6 Put gdb source tarball in SRC_URI and don't fetch and extract it during
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_ipmi_flash.robot | 147 # image_file_path Path to the image tarball. 162 # image_file_path Path to the image tarball. 164 # Extract the version from the image tarball on our local system. 178 # image_file_path Path to the image tarball. 215 # image_file_path Path to the image tarball.
|