Home
last modified time | relevance | path

Searched refs:files (Results 251 – 275 of 5407) sorted by relevance

1...<<11121314151617181920>>...217

/openbmc/libpldm/include/libpldm/
H A Dmeson.build1 libpldm_headers = files(
22 libpldm_headers += files(
33 libpldm_headers += files(
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py31 files = FileList()
32 f = FileInfo(files, of.name)
71 files = FileList()
72 f = FileInfo(files, of.name)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmanpages.bbclass15 # usually manual files are packaged to ${PN}-doc except man-pages
18 # only add man-db to RDEPENDS when manual files are built and installed
22 # only update manual page index caches when manual files are built and installed
37 # only update manual page index caches when manual files are built and installed
/openbmc/openpower-hw-diags/analyzer/
H A Dinitialize_isolator.cpp114 std::map<libhei::ChipType_t, fs::path> files; in initializeIsolator() local
115 __getChipDataFiles(files); in initializeIsolator()
133 auto itr = files.find(chipType); in initializeIsolator()
136 assert(files.end() != itr); in initializeIsolator()
/openbmc/openbmc/meta-openembedded/meta-networking/
H A DMAINTAINERS19 A trailing slash includes all files and subdirectory files.
20 F: recipes-devtools/ all files in and below recipes-devtools
21 F: recipes-selinux/* all files in recipes-selinux, but not below
/openbmc/linux/kernel/gcov/
H A DKconfig17 for the entire kernel. To enable profiling for specific files or
24 For all files in one directory:
27 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
52 larger and run slower. Also be sure to exclude files from profiling
/openbmc/linux/Documentation/kbuild/
H A Dheaders_install.rst5 The "make headers_install" command exports the kernel's header files in a
8 The linux kernel's exported header files describe the API for user space
9 programs attempting to use kernel services. These kernel header files are
12 system calls. The C library's header files include the kernel header files
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A Dzsh1 Unless otherwise noted in the header of specific files, files in this
6 binary including those files needs to take account of this. Search
8 None of the core functions are affected by this, so those files may
19 the following licence; any provisions made in individual files take
/openbmc/openbmc/poky/meta/lib/oe/
H A Dreproducible.py94 for root, dirs, files in os.walk(workdir, topdown=True):
130 for root, dirs, files in os.walk(sourcedir, topdown=True):
131 files = [f for f in files if not f[0] == '.']
133 for fname in files:
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dtasks.rst7 Tasks are units of execution for BitBake. Recipes (``.bb`` files) use
75 Writes output files that are to be deployed to
281 to locate and apply patch files to the source code.
288 Patch files, by default, are ``*.patch`` and ``*.diff`` files created
296 This recipe has two patch files located here::
301 and patch files needed to build the package.
372 Stages (copies) a subset of the files installed by the
438 Removes all output files for a target from the
462 Removes all output files, shared state
467 with the added removal of downloaded source files.
[all …]
/openbmc/qemu/qapi/
H A Dmeson.build1 util_ss.add(files(
14 util_ss.add(files('qapi-type-helpers.c'))
17 util_ss.add(files(
94 qapi_inputs += [ files(module + '.json') ]
117 qapi_files = custom_target('shared QAPI source files',
119 input: [ files('qapi-schema.json') ],
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtripwire.txt2 … sign these files. This script walks you through the processes of setting passphrases and signing …
19 Tripwire files are signed or encrypted using site or local keys. These keys are protected by passph…
22 …cy files. Assign a unique passphrase for the local key. The local key signs Tripwire database file…
24 …ed file if you forget your passphrase. If you forget the passphrases, the files are unusable. In t…
54 System objects are the files and directories you wish to monitor. Each object is identified by an o…
58 When you perform an integrity check, Tripwire software produces report files. Report files summariz…
60files. Tripwire software generates some of the configuration file information during installation.…
/openbmc/qemu/target/mips/tcg/
H A Dmeson.build11 mips_ss.add(files(
27 mips_ss.add(when: 'TARGET_MIPS64', if_true: files(
31 ), if_false: files(
/openbmc/linux/Documentation/devicetree/bindings/
H A Dwriting-schema.rst6 Devicetree bindings are written using json-schema vocabulary. Schema files are
24 references to other files specified in schema "$ref" properties. A $ref value
28 local files, but there may not actually be files present at those locations.
86 validation of DT files.
98 boilerplate. The tools process the schema files to produce the final schema for
124 binding documents and validate DTS files using the DT schema. The DT schema
129 Note that 'dtschema' installation requires 'swig' and Python development files
149 In order to perform validation of DT source files, use the ``dtbs_check`` target::
153 Note that ``dtbs_check`` will skip any binding schema files with errors. It is
155 binding schema files.
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py73 for f in files:
77 for f in files:
192 for root, dirs, files in os.walk(d):
193 for name in files:
405 for root, dirs, files in os.walk(d):
538 for name in files:
583 for name in files:
635 for name in files:
643 for k in files:
672 first, rest = files[:max_sigfiles_to_compare], files[max_sigfiles_to_compare:]
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh43 nerrs=`grep --binary-files=text '!!!' $file |
67 grep --binary-files=text 'torture:.*ver:' $file |
68 grep -E --binary-files=text -v '\(null\)|rtc: 000000000* ' |
111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/openbmc/u-boot/doc/device-tree-bindings/
H A DREADME7 adding the files here, U-Boot patches can clearly show thees additions.
11 The intent IS to commit these files to U-Boot. Hopefully at some point
12 the files will be stored in another repo (shared with Linux) which is
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-fru-merge-config-native.bb1 SUMMARY = "To merge the Host and BMC config files generated from MRW "
4 files generated by gen-ipmi-fru.pl into a single config file. \
7 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mm-common/
H A Dmm-common_1.0.4.bb1 SUMMARY = "Common GNOME build files for C++ bindings"
8 # All the recipe does is stage python and shell script, some autotools files; nothing is compiled.
16 # These files aren't very usefull on target image, package them all in nnPN-dev
/openbmc/qemu/target/riscv/
H A Dmeson.build1 # FIXME extra_args should accept files()
11 riscv_ss.add(files(
29 riscv_system_ss.add(files(
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/
H A Dlibid3tag_0.15.1b.bb1 SUMMARY = "Library for interacting with ID3 tags in MP3 files"
19 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/mad/files/libid3tag/"
20 UPSTREAM_CHECK_REGEX = "/projects/mad/files/libid3tag/(?P<pver>.*)/$"
/openbmc/qemu/tests/qtest/
H A Dmeson.build280 qos_test_ss.add(files('virtio-serial-test.c'))
284 qos_test_ss.add(files('e1000e-test.c'))
287 qos_test_ss.add(files('virtio-9p-test.c'))
290 qos_test_ss.add(files('vhost-user-test.c'))
293 qos_test_ss.add(files('vhost-user-blk-test.c'))
298 migration_files = [files('migration-helpers.c')]
310 'cdrom-test': files('boot-sector.c'),
312 'erst-test': files('erst-test.c'),
315 'pxe-test': files('boot-sector.c'),
324 'virtio-net-failover': files('migration-helpers.c'),
[all …]
/openbmc/linux/scripts/package/
H A Dkernel.spec28 Summary: Header files for the Linux kernel for use by glibc
33 Kernel-headers includes the C header files that specify the interface
35 header files define structures and constants that are needed for
99 %files
105 %files headers
110 %files devel
/openbmc/linux/Documentation/input/devices/
H A Dedt-ft5x06.rst15 The driver allows configuration of the touch screen via a set of sysfs files:
31 For debugging purposes the driver provides a few files in the debug
33 you'll find the following files:
49 files triggers a new readout. It is recommended to provide a buffer
53 mode. The same happens when reading/writing to the parameter files when the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch25 2. Have all your boot files in a single directory tree (usually called
30 you want clients to be able to create files use
58 -r ^[^/] /tftpboot/\0 # Convert non-absolute files
59 +r ^[^/] /var/lib/tftpboot/\0 # Convert non-absolute files
60 a \.pvt$ # Reject requests for private files

1...<<11121314151617181920>>...217