Home
last modified time | relevance | path

Searched refs:checksums (Results 1 – 25 of 101) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2/
H A D0001-fix-for-buildroot-linux-breakage-ticket-342.patch10 src/checksums.c | 3 +++
13 diff --git a/src/checksums.c b/src/checksums.c
15 --- a/src/checksums.c
16 +++ b/src/checksums.c
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py114 checksums = []
130 checksums.extend(checksum_dir(f))
134 checksums.append((f, checksum))
137 checksums.extend(checksum_dir(pth))
141 checksums.append((pth, checksum))
143 checksums.sort(key=operator.itemgetter(1))
144 return checksums
H A Dsiggen.py359checksums = self.checksum_cache.get_checksums(dataCaches[mc].file_checksums[mcfn][task], recipenam…
361checksums = bb.fetch2.get_file_checksums(dataCaches[mc].file_checksums[mcfn][task], recipename, se…
362 for (f,cs) in checksums:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcreate-spdx-image-3.0.bbclass39 do_create_rootfs_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
57 do_create_image_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
80 do_create_image_sbom_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
H A Dcreate-spdx-sdk-3.0.bbclass11 do_populate_sdk[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
18 do_populate_sdk_ext[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
H A Dpopulate_sdk_base.bbclass424 do_populate_sdk[file-checksums] += "${TOOLCHAIN_SHAR_REL_TMPL}:True \
431 do_populate_sdk[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"
H A Dimage_types_wic.bbclass102 do_image_wic[file-checksums] += "${WKS_FILE_CHECKSUM}"
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py144 checksums = {}
203 checksums.update(event.checksums)
242 return checksums, tmpdir
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-keys/
H A Dima-evm-keys_1.0.bb17 do_install[file-checksums] += "${@'${IMA_EVM_X509}:%s' % os.path.exists('${IMA_EVM_X509}')}"
/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/
H A DREADME.md4 checksums based on the SPDX 3.0.1 SBoM.
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py196 checksums = {}
222checksums, ftmpdir = scriptutils.fetch_url(tinfoil, uri, rev, tmpdir, logger, preserve_tmp=keep_te…
315 return (revs, checksums, srcbranch, srcsubdir_rel)
336 def _create_new_recipe(newpv, checksums, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace… argument
411 for checksum in checksums:
440 newvalues['SRC_URI[%s%s]' % (nameprefix, checksum)] = checksums[checksum]
607 … rev2, checksums, srcbranch, srcsubdir2 = _extract_new_source(args.version, srctree, args.no_patch,
612 …rf, copied = _create_new_recipe(args.version, checksums, args.srcrev, srcbranch, srcsubdir1, srcsu…
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.2.rst71 .. _migration-4.2-rust-crate-checksums:
73 Rust: mandatory checksums for crates
76 This release now supports checksums for Rust crates and makes
83 to include such checksums. So, in case you need to add the list of checksums
91 #. Copy and paste the output of BitBake about the missing checksums into the
H A Dmigration-3.1.rst154 .. _migration-3.1-src-uri-checksums:
159 Previously, recipes by tradition included both SHA256 and MD5 checksums
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/
H A Dima-evm-utils_1.5.bb25 # blkid is called by evmctl when creating evm checksums.
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dmeta-ide-support.bb20 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
H A Dmeta-environment.bb51 d.appendVarFlag("do_generate_content", "file-checksums", " " + " ".join(searched))
/openbmc/openbmc/meta-security/recipes-security/libmhash/
H A Dlibmhash_0.9.9.9.bb5 algorithms. These algorithms can be used to compute checksums, \
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py249 checksums = _ObjectList(SPDXChecksum) variable in SPDXPackage
258 checksums = _ObjectList(SPDXChecksum) variable in SPDXFile
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddefault-distrovars.inc49 # Missing checksums should raise an error
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass42 # re-parsed so that the file-checksums function for do_compile is run every
126 d.setVarFlag('do_compile', 'file-checksums', '${@srctree_hash_files(d)}')
127 d.setVarFlag('do_configure', 'file-checksums', '${@srctree_configure_hash_files(d)}')
H A Dcreate-spdx-3.0.bbclass162 do_create_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
186 do_create_package_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
H A Dcreate-spdx-2.2.bbclass172 spdx_file.checksums.append(oe.spdx.SPDXChecksum(
176 spdx_file.checksums.append(oe.spdx.SPDXChecksum(
340 for checksum in spdx_file.checksums:
376 package.checksums.append(c)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py138 def __init__(self, url, **checksums): argument
140 self.checksums = checksums
710 checksums = verify_checksum(ud, d, precomputed_checksums)
713 if checksums != precomputed_checksums:
716 p.dump(checksums)
746 checksums = verify_checksum(ud, d)
750 p.dump(checksums)
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh39 Welcome to utility to compare sstate checksums between different MACHINEs.
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.85.1.bb317 # with the checksums for the rust snapshot associated with this rustc-src
346 # Match the pattern for checksums

12345