/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
H A D | 1024.patch | 11 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 D | libusbgx_git.bb | 23 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 D | bcm2835_1.73.bb | 20 # 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 D | python3-aws-iot-device-sdk-python_1.5.2.bb | 4 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 D | python3-pyais_2.9.2.bb | 18 install -d ${D}${PTEST_PATH}/examples/ 19 install -Dm 0644 ${S}/examples/*.py ${D}${PTEST_PATH}/examples/ 20 install -Dm 0644 ${S}/examples/*.nmea ${D}${PTEST_PATH}/examples/ 21 install -Dm 0644 ${S}/examples/*.ais ${D}${PTEST_PATH}/examples/
|
H A D | python3-paho-mqtt_2.1.0.bb | 19 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/meta-openembedded/meta-oe/recipes-devtools/pistache/ |
H A D | pistache_0.4.26.bb | 16 PACKAGECONFIG ?= "openssl brotli deflate zstd examples" 21 PACKAGECONFIG[examples] = "-DPISTACHE_BUILD_EXAMPLES=true, -DPISTACHE_BUILD_EXAMPLES=false" 25 if ${@bb.utils.contains("PACKAGECONFIG", "examples", "true", "false", d)}; then 27 rm -rf ${B}/examples/*.p/ 28 install -m 0755 ${B}/examples/run* ${D}${bindir}/ 32 PACKAGES += "${PN}-examples" 34 RDEPENDS:${PN}-examples += "${PN}" 35 FILES:${PN}-examples = "${bindir}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm/ |
H A D | 0001-fix-cstdint-error-with-gcc-15.0.1.patch | 8 …TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:7:5: error: 'uint16_… 11 …TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:3:1: note: 'uint16_t… 16 While this was backported from 6a96d1cec4(Explicitly included <cstdint> in examples and unit tests), 21 Upstream-Status: Backport [6a96d1c Explicitly included <cstdint> in examples and unit tests] 23 examples/synchronous.cpp | 11 ++++++----- 26 diff --git a/examples/synchronous.cpp b/examples/synchronous.cpp 28 --- a/examples/synchronous.cpp 29 +++ b/examples/synchronous.cpp
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 86 Examples: 187 Include real data examples wherever possible and applicable. Leave at least 207 - Put parentheses around your examples. Leave one space prior to the left 210 examples. 211 - Quote string examples. 212 - Include ", etc." after multiple examples. 222 Correct examples: 229 Incorrect examples: 242 Correct examples: 249 Incorrect examples: [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/ |
H A D | 0001-Make-player-examples-installable.patch | 4 Subject: [PATCH] Make player examples installable 7 Upstream-Status: Denied [Upstream considers these code examples, for now a least] 16 Index: gst-examples/playback/player/gst-play/meson.build 18 --- gst-examples.orig/playback/player/gst-play/meson.build 19 +++ gst-examples/playback/player/gst-play/meson.build 27 Index: gst-examples/playback/player/gtk/meson.build 29 --- gst-examples.orig/playback/player/gtk/meson.build 30 +++ gst-examples/playback/player/gtk/meson.build
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/aml/ |
H A D | aml_git.bb | 16 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 D | 0001-examples-Use-proper-function-prototype-for-main.patch | 4 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 D | 0001-Makefile-fix-parallel-build-of-examples.patch | 4 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 D | 0001-example-Do-not-run-the-tests.patch | 9 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-extended/libcec/ |
H A D | libcec_7.0.0.bb | 25 # Put client examples into separate packages 26 PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" 27 FILES:${PN}-examples-python = "${bindir}/py*" 28 FILES:${PN}-examples = "${bindir}" 31 RDEPENDS:${PN}-examples = "${PN}" 32 RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/neatvnc/ |
H A D | neatvnc_0.8.1.bb | 18 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-support/avro/avro-c/ |
H A D | 0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch | 4 Subject: [PATCH] AVRO-3957: [C] Fix typos in docs and examples (#2795) 15 …avro/lang/c/examples/quickstop.c:123:40: warning: incompatible pointer types passing 'int32_t **' … 27 Upstream-Status: Backport [52f051dbee AVRO-3957: [C] Fix typos in docs and examples (#2795)] 31 lang/c/examples/quickstop.c | 2 +- 47 diff --git a/lang/c/examples/quickstop.c b/lang/c/examples/quickstop.c 49 --- a/lang/c/examples/quickstop.c 50 +++ b/lang/c/examples/quickstop.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/ |
H A D | nvmetcli_0.8.bb | 15 # 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 D | xmlsec1-examples-allow-build-in-separate-dir.patch | 4 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 D | makefile-ptest.patch | 6 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-gnome/recipes-graphics/clutter/clutter-1.0/ |
H A D | install-examples.patch | 1 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 D | 0002-automake-make-example-programs-installable.patch | 11 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/meta-openembedded/meta-oe/recipes-support/log4c/log4c/ |
H A D | 0001-Use-the-API-properly-in-the-example-format-security-.patch | 10 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-oe/recipes-support/nss/nss/ |
H A D | 0003-nss-fix-incorrect-shebang-of-perl.patch | 13 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-gst-3.0/ |
H A D | 0001-Install-example-binary-needed-for-core-image-clutter.patch | 16 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
|