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 D | icecc-create-env | 216 archive_name=$1 219 log_path="$archive_name.log" 344 if test -z "$archive_name"; then 354 …archive_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 D | pypi.bbclass | 27 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 D | postactions.py | 72 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 D | icecc.bbclass | 213 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 D | sbom30.py | 768 def new_archive(self, archive_name): argument 771 _id=self.new_spdxid("archive", str(archive_name)), 773 name=str(archive_name),
|