Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 25 of 1466) sorted by relevance

12345678910>>...59

/openbmc/sdbusplus/tools/sdbusplus/
H A Dinterface.py44 includes = []
51 includes.append(f"{n}/error.hpp")
56 includes.append(f"{n}/event.hpp")
57 return sorted(set(includes))
66 includes = []
68 includes.extend(e.enum_headers())
69 return sorted(set(includes))
H A Devent.py55 includes = []
57 includes.extend(m.enum_headers(interface))
58 return sorted(set(includes))
191 includes = []
193 includes.extend(e.cpp_includes(self.name))
195 includes.extend(e.cpp_includes(self.name))
196 return sorted(set(includes))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/
H A D0001-Reverts-the-include.h-change-in-46883f8a1a02fe42040d.patch13 includes.h | 5 -----
16 diff --git a/includes.h b/includes.h
18 --- a/includes.h
19 +++ b/includes.h
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddevicetree.bbclass9 # device tree compilation process, this includes being able to include sources
23 # The default inclusion of kernel device tree includes and headers means that
47 # Default kernel includes, these represent what are normally used for in-kernel
83 includes = set()
84 # expand all includes with glob
88 includes.add(g)
89 return includes
99 def devicetree_compile(dtspath, includes, d):
108 for i in includes:
123 for i in includes:
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/
H A Dsuricata_7.0.0.bb34 --with-libhtp-includes=${STAGING_INCDIR} --with-libhtp-libraries=${STAGING_LIBDIR} \
48 PACKAGECONFIG[pcre2] = "--with-libpcre2-includes=${STAGING_INCDIR} --with-libpcre2-libraries=${STAG…
49 PACKAGECONFIG[yaml] = "--with-libyaml-includes=${STAGING_INCDIR} --with-libyaml-libraries=${STAGING…
50 PACKAGECONFIG[pcap] = "--with-libpcap-includes=${STAGING_INCDIR} --with-libpcap-libraries=${STAGING…
51 PACKAGECONFIG[cap-ng] = "--with-libcap_ng-includes=${STAGING_INCDIR} --with-libcap_ng-libraries=${S…
52 PACKAGECONFIG[net] = "--with-libnet-includes=${STAGING_INCDIR} --with-libnet-libraries=${STAGING_LI…
53 PACKAGECONFIG[nfnetlink] = "--with-libnfnetlink-includes=${STAGING_INCDIR} --with-libnfnetlink-libr…
56 PACKAGECONFIG[jansson] = "--with-libjansson-includes=${STAGING_INCDIR} --with-libjansson-libraries=…
58 PACKAGECONFIG[nss] = "--with-libnss-includes=${STAGING_INCDIR} --with-libnss-libraries=${STAGING_LI…
59 PACKAGECONFIG[nspr] = "--with-libnspr-includes=${STAGING_INCDIR} --with-libnspr-libraries=${STAGING…
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/
H A DKconfig9 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
28 HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS
30 functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of
39 HD camera, touchpad, wifi and Bluetooth. It includes a Chrome OS
41 functions. It includes 2 or 4GB of SDRAM and 16GB of internal MMC.
50 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
59 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
68 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
94 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
120 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Fix-upstream-CFLAGS-override.patch22 -CFLAGS=`python-config --includes`
27 -CFLAGS=`python3-config --includes`
34 +PYTHON_INCLUDES=`$python3_config_path --includes`
36 + AC_MSG_ERROR([Cannot get Python includes via python3-config], 6)
57 -#CFLAGS=`(python-config --includes)`
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/
H A Dsnort_2.9.20.bb40 --with-dnet-includes=${STAGING_INCDIR} \
42 --with-libpcre-includes=${STAGING_INCDIR} \
44 --with-daq-includes=${STAGING_INCDIR} \
50 # is called even with --without-openssl-includes
52 …[openssl] = "--with-openssl-includes=${STAGING_INCDIR} --with-openssl-libraries=${STAGING_LIBDIR},…
53 …AGECONFIG[lzma] = "--with-lzma-includes=${STAGING_INCDIR} --with-lzma-libraries=${STAGING_LIBDIR},…
/openbmc/qemu/scripts/
H A Dclean-includes194 $GITSUBJ: Clean up includes
196 This commit was created with scripts/clean-includes.
202 * Including it in a .h is redundant, since the .c already includes
204 * Likewise, including headers qemu/osdep.h includes is redundant.
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A DKconfig9 This includes alert interrupts generation and also the TSHUT
19 This includes trip points definitions, extrapolation rules and
48 This includes alert interrupts generation and also the TSHUT
60 This includes alert interrupts generation and also the TSHUT
72 This includes alert interrupts generation and also the TSHUT
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dimages.rst61 for development work using the host. The image includes headers and
67 - ``core-image-lsb-sdk``: A ``core-image-lsb`` that includes everything
68 in the cross-toolchain but also includes development headers and
79 for development work using the host. The image includes headers and
97 - ``core-image-rt-sdk``: A ``core-image-rt`` image that includes
98 everything in the cross-toolchain. The image also includes
108 development using the host. The image includes libraries needed to
112 - ``core-image-sato-sdk``: A ``core-image-sato`` image that includes
113 everything in the cross-toolchain. The image also includes
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOpenSSL-standalone17 "This product includes software developed by the OpenSSL Project
31 "This product includes software developed by the OpenSSL Project
48 This product includes cryptographic software written by Eric Young
49 (eay@cryptsoft.com). This product includes software written by Tim
H A DOpenSSL21 "This product includes software developed by the OpenSSL Project
35 "This product includes software developed by the OpenSSL Project
52 This product includes cryptographic software written by Eric Young
53 (eay@cryptsoft.com). This product includes software written by Tim
91 "This product includes cryptographic software written by
97 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A DKconfig21 Host AP driver configuration and tools. This site includes
25 This option includes the base Host AP driver code that is shared by
65 driver and its help text includes more information about the Host AP
78 driver and its help text includes more information about the Host AP
91 driver and its help text includes more information about the Host AP
/openbmc/qemu/docs/system/
H A Dtarget-m68k.rst9 The M5208EVB emulation includes the following devices:
17 The AN5206 emulation includes the following devices:
/openbmc/qemu/docs/system/arm/
H A Dstellaris.rst4 The Luminary Micro Stellaris LM3S811EVB emulation includes the following
16 The Luminary Micro Stellaris LM3S6965EVB emulation includes the
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/files/
H A D0001-OPTEE-Private-Includes.patch6 Change the optee module includes to be private instead of public, so they don't get used
23 # Those includes are needed for mutex definitnion that is used in optee_smt
36 # Those includes are needed for mutex defifitnion that is used in optee_smt
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dtftpy_0.8.2.bb1 SUMMARY = "Tftpy is a TFTP library for the Python programming language. It includes client and serv…
3 includes client and server classes, with sample implementations. Hooks are \
/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/
H A Dphal-devtree.bb3 modelling mainly includes the host hardware topology and attributes, \
4 which includes the configuration data"
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.7.7.bb42 CPPFLAGS += "-I${WORKDIR}/extra-includes"
44 do_configure[cleandirs] += "${WORKDIR}/extra-includes"
48 cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A D0001-Makefile.am-only-build-dhcrelay.patch23 -SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server
24 +SUBDIRS = @BINDSUBDIR@ includes common omapip relay
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/
H A Dstreamripper_1.64.6.bb25 --with-ogg-includes=${STAGING_INCDIR} \
27 --with-vorbis-includes=${STAGING_INCDIR} \
/openbmc/u-boot/board/google/
H A DKconfig17 WiFi and Bluetooth. It also includes a 720p webcam, USB SD
39 includes a USB SD reader, four USB3 ports, display port and HDMI
48 LPDDR3 SDRAM. It has PCIe WiFi and Bluetooth. It also includes a
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/
H A D0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch4 Subject: [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes
6 This header is not needed, moreover it includes linux/mount.h which is
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/
H A Dlibdns_conf_fix.patch40 - AC_MSG_CHECKING(what are the ldns includes)
48 - AC_MSG_CHECKING(what are the ldns includes)
109 - AC_MSG_CHECKING(what are the ldns includes)
117 - AC_MSG_CHECKING(what are the ldns includes)

12345678910>>...59