Home
last modified time | relevance | path

Searched refs:manifest (Results 76 – 100 of 135) sorted by relevance

123456

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A DREADME8 i) audit the sources used (i.e. for license/manifest reasons)
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot65 [Documentation] Write header message to the report document manifest
/openbmc/linux/Documentation/dev-tools/
H A Dkcsan.rst223 manifest as data races. Race conditions occur if concurrently executing
226 properties of concurrent code where bugs would not manifest as data races.
238 manifest rarely), and (b) be able to actually observe them. We can accomplish
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c1502 struct snd_soc_tplg_manifest *manifest) in avs_manifest() argument
1504 struct snd_soc_tplg_vendor_array *tuples = manifest->priv.array; in avs_manifest()
1506 size_t remaining = le32_to_cpu(manifest->priv.size); in avs_manifest()
1672 .manifest = avs_manifest,
/openbmc/linux/sound/soc/sof/
H A Dipc4-topology.c2772 struct sof_manifest *manifest; in sof_ipc4_parse_manifest() local
2784 manifest = (struct sof_manifest *)man_ptr; in sof_ipc4_parse_manifest()
2788 le16_to_cpu(manifest->abi_major), le16_to_cpu(manifest->abi_minor), in sof_ipc4_parse_manifest()
2789 le16_to_cpu(manifest->abi_patch), in sof_ipc4_parse_manifest()
2798 manifest_tlv = manifest->items; in sof_ipc4_parse_manifest()
2800 for (i = 0; i < le16_to_cpu(manifest->count); i++) { in sof_ipc4_parse_manifest()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch85 # default is to install and don't append manifest
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust_1.75.0.bb265 rm ${D}${libdir}/rustlib/manifest*
288 rm ${D}${libdir}/rustlib/manifest*
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.5.rst154 The script-managed ``python-*-manifest.inc`` files that were previously
177 way the Python manifest file was created. For more information on this
H A Drelease-notes-3.4.4.rst38 - license_image.bbclass: close package.manifest file
H A Drelease-notes-4.3.3.rst40 - dev-manual: update license manifest path
H A Drelease-notes-4.0.11.rst27 - Revert "ipk: Decode byte data to string in manifest handling"
H A Drelease-notes-3.4.2.rst72 - package_manager: ipk: Fix host manifest generation
H A Drelease-notes-4.0.7.rst49 - cve-check: write the cve manifest to IMGDEPLOYDIR
H A Drelease-notes-4.0.9.rst102 - staging/multilib: Fix manifest corruption
H A Drelease-notes-4.1.4.rst118 - staging/multilib: Fix manifest corruption
H A Drelease-notes-4.1.2.rst149 - sstatesig: emit more helpful error message when not finding sstate manifest
/openbmc/phosphor-psu-code-mgmt/
H A DREADME.md144 3. After a successful update, the PSU image and the manifest is stored in BMC's
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass39 # Write manifest
40 IMAGE_MANIFEST = "${IMGDEPLOYDIR}/${IMAGE_NAME}.manifest"
383 manifest_link = deploy_dir + "/" + link_name + ".manifest"
H A Dpopulate_sdk_ext.bbclass88 SDK_EXT_TARGET_MANIFEST = "${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.target.manifest"
89 SDK_EXT_HOST_MANIFEST = "${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.host.manifest"
572 # Write manifest file
585 manifest_file = os.path.join(baseoutpath, 'conf', 'sdk-conf-manifest')
H A Dimage.bbclass204 from oe.manifest import create_manifest
255 # Generate the initial manifest
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c2391 struct mpi3_ci_manifest_mpi *manifest; in mpi3mr_print_pkg_ver() local
2437 manifest = (struct mpi3_ci_manifest_mpi *) data; in mpi3mr_print_pkg_ver()
2438 if (manifest->manifest_type == MPI3_CI_MANIFEST_TYPE_MPI) { in mpi3mr_print_pkg_ver()
2441 manifest->package_version.gen_major, in mpi3mr_print_pkg_ver()
2442 manifest->package_version.gen_minor, in mpi3mr_print_pkg_ver()
2443 manifest->package_version.phase_major, in mpi3mr_print_pkg_ver()
2444 manifest->package_version.phase_minor, in mpi3mr_print_pkg_ver()
2445 manifest->package_version.customer_id, in mpi3mr_print_pkg_ver()
2446 manifest->package_version.build_num); in mpi3mr_print_pkg_ver()
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst659 - *"protocol":* Protocol to fetch the repository manifest (default:
664 - *"manifest":* Name of the manifest file (default: ``default.xml``).
668 SRC_URI = "repo://REPOROOT;protocol=git;branch=some_branch;manifest=my_manifest.xml"
669 SRC_URI = "repo://REPOROOT;protocol=file;branch=some_branch;manifest=my_manifest.xml"
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py9 from oe.manifest import *
/openbmc/phosphor-bmc-code-mgmt/
H A Dmeson.build76 conf.set_quoted('MANIFEST_FILE_NAME', get_option('manifest-file-name'))
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1144 + $RM "$lt_outputfile.manifest";
3108 + $RM "$lt_outputfile.manifest";
5047 + $RM "$lt_outputfile.manifest";
6989 + $RM "$lt_outputfile.manifest";
8937 + $RM "$lt_outputfile.manifest";
11573 + $RM "$lt_outputfile.manifest";
14201 + $RM "$lt_outputfile.manifest";
17401 + $RM "$lt_outputfile.manifest";
19332 + $RM "$lt_outputfile.manifest";
22490 + $RM "$lt_outputfile.manifest";
[all …]

123456