| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2/ |
| H A D | 0001-fix-for-buildroot-linux-breakage-ticket-342.patch | 10 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 D | checksum.py | 114 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 D | siggen.py | 359 …checksums = self.checksum_cache.get_checksums(dataCaches[mc].file_checksums[mcfn][task], recipenam… 361 …checksums = 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 D | create-spdx-image-3.0.bbclass | 39 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 D | create-spdx-sdk-3.0.bbclass | 11 do_populate_sdk[file-checksums] += "${SPDX3_LIB_DEP_FILES}" 18 do_populate_sdk_ext[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
|
| H A D | populate_sdk_base.bbclass | 424 do_populate_sdk[file-checksums] += "${TOOLCHAIN_SHAR_REL_TMPL}:True \ 431 do_populate_sdk[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"
|
| H A D | image_types_wic.bbclass | 102 do_image_wic[file-checksums] += "${WKS_FILE_CHECKSUM}"
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | scriptutils.py | 144 checksums = {} 203 checksums.update(event.checksums) 242 return checksums, tmpdir
|
| /openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-keys/ |
| H A D | ima-evm-keys_1.0.bb | 17 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 D | README.md | 4 checksums based on the SPDX 3.0.1 SBoM.
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 196 checksums = {} 222 …checksums, 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 D | migration-4.2.rst | 71 .. _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 D | migration-3.1.rst | 154 .. _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 D | ima-evm-utils_1.5.bb | 25 # blkid is called by evmctl when creating evm checksums.
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | meta-ide-support.bb | 20 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
|
| H A D | meta-environment.bb | 51 d.appendVarFlag("do_generate_content", "file-checksums", " " + " ".join(searched))
|
| /openbmc/openbmc/meta-security/recipes-security/libmhash/ |
| H A D | libmhash_0.9.9.9.bb | 5 algorithms. These algorithms can be used to compute checksums, \
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx.py | 249 checksums = _ObjectList(SPDXChecksum) variable in SPDXPackage 258 checksums = _ObjectList(SPDXChecksum) variable in SPDXFile
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | default-distrovars.inc | 49 # Missing checksums should raise an error
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | externalsrc.bbclass | 42 # 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 D | create-spdx-3.0.bbclass | 162 do_create_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}" 186 do_create_package_spdx[file-checksums] += "${SPDX3_LIB_DEP_FILES}"
|
| H A D | create-spdx-2.2.bbclass | 172 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__.py | 138 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 D | sstate-diff-machines.sh | 39 Welcome to utility to compare sstate checksums between different MACHINEs.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | rust_1.85.1.bb | 317 # with the checksums for the rust snapshot associated with this rustc-src 346 # Match the pattern for checksums
|