Home
last modified time | relevance | path

Searched refs:archive_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env216 archive_name=$1
219 log_path="$archive_name.log"
344 if test -z "$archive_name"; then
354archive_name=`for i in $target_files; do test -f $tempdir/$i && $md5sum $tempdir/$i; done | sed -e…
360 mydir="`dirname "$archive_name"`"
370 print_output "creating $archive_name"
377 tar -czf "$mydir/$archive_name" . || {
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpypi.bbclass27 archive_name = d.expand('${PYPI_PACKAGE}-${PV}.${PYPI_PACKAGE_EXT}')
28 archive_downloadname = d.getVar('PYPI_ARCHIVE_NAME_PREFIX') + archive_name
29 …packages/source/%s/%s/%s;downloadfilename=%s' % (package[0], package, archive_name, archive_downlo…
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpostactions.py72 archive_name = os.path.join(outputdir, "tests_artifacts.tar.gz")
73 with open(archive_name, "wb") as f:
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass213 archive_name = "local-host-env"
221 archive_name = prefix + distro + "-" + target_sys + "-" + float
223 archive_name += "-kernel"
228 archive=archive_name,
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py768 def new_archive(self, archive_name): argument
771 _id=self.new_spdxid("archive", str(archive_name)),
773 name=str(archive_name),