Home
last modified time | relevance | path

Searched full:examples (Results 1 – 25 of 4157) sorted by relevance

12345678910>>...167

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D1024.patch11 examples/broadcast_server/SConscript | 2 +-
12 examples/debug_client/SConscript | 2 +-
13 examples/debug_server/SConscript | 2 +-
14 examples/dev/SConscript | 2 +-
15 examples/echo_client/SConscript | 2 +-
16 examples/echo_server/SConscript | 2 +-
17 examples/echo_server_both/SConscript | 2 +-
18 examples/echo_server_tls/SConscript | 2 +-
19 examples/external_io_service/SConscript | 2 +-
20 examples/iostream_server/SConscript | 2 +-
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/
H A Dlibusbgx_git.bb23 PACKAGECONFIG ??= "examples gadget-schemes libconfig"
25 PACKAGECONFIG[examples] = "--enable-examples,--disable-examples"
29 PACKAGE_BEFORE_PN = "${@bb.utils.contains('PACKAGECONFIG', 'examples', '${PN}-examples', '', d)}"
31 SYSTEMD_PACKAGES = "${PN}-examples"
32 SYSTEMD_SERVICE:${PN}-examples = "usbgx.service"
33 SYSTEMD_AUTO_ENABLE:${PN}-examples = "${@bb.utils.contains('PACKAGECONFIG', 'examples', 'enable', '…
35 INITSCRIPT_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'examples', '${PN}-examples', '', d)}"
38 INHIBIT_UPDATERCD_BBCLASS = "${@bb.utils.contains('PACKAGECONFIG', 'examples', '1', '0', d)}"
55 FILES:${PN}-examples = "${bindir}/* ${sysconfdir}/*"
56 RDEPENDS:${PN}-examples += "${@bb.utils.contains('PACKAGECONFIG', 'examples', 'libusbgx-config', ''…
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/bcm2835/
H A Dbcm2835_1.73.bb20 # Now compiling the examples provided by the package
21 mkdir -p ${B}/examples/spiram
22 for file in `ls ${S}/examples`; do
26 EXAMPLE_LDFLAGS="-L${B}/examples/spiram -lspiram"
28 …${CC} ${CFLAGS} -c ${S}/examples/spiram/spiram.c -o ${B}/examples/spiram/libspiram.o -I${S}/src -I…
29 …rm -f ${B}/examples/spiram/libspiram.a && ${BUILD_AR} crD ${B}/examples/spiram/libspiram.a ${B}/ex…
31 …${CC} ${LDFLAGS} ${S}/examples/${file}/${example}.c -o ${B}/examples/${example} -Bstatic -L${B}/sr…
37 for example in $(find ${B}/examples -type f -maxdepth 1)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-aws-iot-device-sdk-python_1.5.2.bb4 LICENSE:${PN}-examples = "Apache-2.0"
21 install -d -m0755 ${D}${datadir}/${BPN}/examples
22 cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples
24 rm -r ${D}${datadir}/${BPN}/examples/basicPubSub
27 PACKAGES =+ "${PN}-examples"
40 RDEPENDS:${PN}-examples += "${PN}"
42 FILES:${PN}-examples = "${datadir}/${BPN}/examples"
H A Dpython3-paho-mqtt_2.1.0.bb19 install -d -m0755 ${D}${datadir}/${BPN}/examples
20 cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples
23 PACKAGES =+ "${PN}-examples"
25 RDEPENDS:${PN}-examples += "${PN} python3-core"
27 FILES:${PN}-examples = "${datadir}/${BPN}/examples"
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md89 Examples:
193 Include real data examples wherever possible and applicable. Leave at least
214 - Put parentheses around your examples. Leave one space prior to the left
217 examples.
218 - Quote string examples.
219 - Include ", etc." after multiple examples.
229 Correct examples:
236 Incorrect examples:
250 Correct examples:
257 Incorrect examples:
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/aml/
H A Daml_git.bb16 PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
18 PACKAGE_BEFORE_PN += "${PN}-examples"
19 ALLOW_EMPTY:${PN}-examples = "1"
20 FILES:${PN}-examples = "${bindir}"
27 if ${@bb.utils.contains('PACKAGECONFIG', 'examples', 'true', 'false', d)}; then
30 install -m 0755 ${B}/examples/$bin ${D}${bindir}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0001-examples-Use-proper-function-prototype-for-main.patch4 Subject: [PATCH] examples: Use proper function prototype for main
9 examples/c-example1.c | 2 +-
12 diff --git a/examples/c-example1.c b/examples/c-example1.c
14 --- a/examples/c-example1.c
15 +++ b/examples/c-example1.c
H A D0001-Makefile-fix-parallel-build-of-examples.patch4 Subject: [PATCH] Makefile: fix parallel build of examples
6 Without the change examples fails to build as:
10 make -C examples
13 make[1]: Entering directory 'libb64/examples'
15 make[1]: Leaving directory 'libb64/examples'
41 $(MAKE) -C examples
H A D0001-example-Do-not-run-the-tests.patch9 examples/Makefile | 3 ---
12 diff --git a/examples/Makefile b/examples/Makefile
14 --- a/examples/Makefile
15 +++ b/examples/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/neatvnc/
H A Dneatvnc_0.8.1.bb18 PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false,libpng"
21 PACKAGE_BEFORE_PN += "${PN}-examples"
22 ALLOW_EMPTY:${PN}-examples = "1"
23 FILES:${PN}-examples = "${bindir}"
30 if ${@bb.utils.contains('PACKAGECONFIG', 'examples', 'true', 'false', d)}; then
33 install -m 0755 ${B}/examples/$bin ${D}${bindir}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/
H A Dlibcec_6.0.2.bb28 # Put client examples into separate packages
29 PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples"
30 FILES:${PN}-examples-python = "${bindir}/py*"
31 FILES:${PN}-examples = "${bindir}"
34 RDEPENDS:${PN}-examples = "${PN}"
35 RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/
H A Dnvmetcli_0.7.bb15 # nvmetcli-examples package.
30 cp -fr ${S}/examples ${D}${datadir}/nvmet/
37 # Examples package contains example json files used to configure nvmet.
38 PACKAGES += "${PN}-examples"
39 FILES:${PN}-examples = "${datadir}/nvmet/examples/*"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Dxmlsec1-examples-allow-build-in-separate-dir.patch4 Subject: [PATCH] examples: allow build in separate dir
10 examples/Makefile | 6 ++++--
13 diff --git a/examples/Makefile b/examples/Makefile
15 --- a/examples/Makefile
16 +++ b/examples/Makefile
H A Dmakefile-ptest.patch6 This enables the building of the examples directory
13 examples/Makefile | 12 ++++++++++--
16 diff --git a/examples/Makefile b/examples/Makefile
18 --- a/examples/Makefile
19 +++ b/examples/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-fix-incorrect-shebang-of-perl.patch13 nss/cmd/signver/examples/1/form.pl | 2 +-
14 nss/cmd/signver/examples/1/signedForm.pl | 2 +-
22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl
24 --- a/nss/cmd/signver/examples/1/form.pl
25 +++ b/nss/cmd/signver/examples/1/form.pl
32 diff --git a/nss/cmd/signver/examples/1/signedForm.pl b/nss/cmd/signver/examples/1/signedForm.pl
34 --- a/nss/cmd/signver/examples/1/signedForm.pl
35 +++ b/nss/cmd/signver/examples/1/signedForm.pl
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/
H A Dinstall-examples.patch1 Install the examples to $libdir/clutter/.
6 Index: clutter-1.26.2/examples/Makefile.am
8 --- clutter-1.26.2.orig/examples/Makefile.am
9 +++ clutter-1.26.2/examples/Makefile.am
15 +exampledir = $(pkglibdir)/examples
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/
H A D0002-automake-make-example-programs-installable.patch11 examples/Makefile.am | 2 +-
14 diff --git a/examples/Makefile.am b/examples/Makefile.am
16 --- a/examples/Makefile.am
17 +++ b/examples/Makefile.am
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/
H A D0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch4 Subject: [PATCH] Fix: Build examples when rpath is stripped from in-build-tree
15 '/home/xxx/src/efficios/lttng/master/src/lttng-ust/doc/examples/easy-ust'
58 make -C doc/examples clean
62 As the examples are not built with libtool, finding the libraries to
72 The current examples build with `-Wl,-rpath` for `liblttng-ust`, but
85 echo "PACKAGECONFIG:pn-lttng-ust = 'examples'" >>conf/local.conf
92 for both the standard and cmake examples. Similar changes were
98 allow the builds to complete, the examples will not work at
105 $ ./doc/examples/easy-ust/sample
106 ./doc/examples/easy-ust/sample: error while loading shared libraries: liblttng-ust-common.so.1: can…
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/
H A Dvsomeip_3.4.10.bb47 cmake_runcmake_build --target examples
52 install -d ${D}/opt/${PN}-test/examples
53 install -m 0755 ${B}/examples/*-sample ${D}/opt/${PN}-test/examples
54 install -d ${D}/opt/${PN}-test/examples/routingmanagerd
55 install -m 0755 ${B}/examples/routingmanagerd/routingmanagerd \
56 ${D}/opt/${PN}-test/examples/routingmanagerd
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/
H A D0001-Use-the-API-properly-in-the-example-format-security-.patch10 examples/helloworld1/mylog.h | 2 +-
13 diff --git a/examples/helloworld1/mylog.h b/examples/helloworld1/mylog.h
15 --- a/examples/helloworld1/mylog.h
16 +++ b/examples/helloworld1/mylog.h
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0/
H A D0001-Install-example-binary-needed-for-core-image-clutter.patch16 examples/Makefile.am | 2 +-
19 diff --git a/examples/Makefile.am b/examples/Makefile.am
21 --- a/examples/Makefile.am
22 +++ b/examples/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg/
H A D0001-Fix-out-of-tree-builds.patch12 examples/Makefile.am | 2 +-
16 diff --git a/examples/Makefile.am b/examples/Makefile.am
18 --- a/examples/Makefile.am
19 +++ b/examples/Makefile.am
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dexamples.rst6 Examples title
9 In the past, we used to have a set of examples here. However, those
10 examples got out of date and doesn't even compile nowadays.
16 for updated/recommended examples.
/openbmc/linux/include/linux/
H A Dcc_platform.h31 * Examples include SME, SEV and SEV-ES.
41 * Examples include SME.
51 * Examples include SEV and SEV-ES.
61 * Examples include SEV-ES.
72 * Examples include TDX guest & SEV.
90 * Examples include TDX Guest.

12345678910>>...167