| /openbmc/qemu/scripts/ |
| H A D | git-submodule.sh | 4 # the COPYING file in the top-level directory. 6 substat=".git-submodule-status" 12 test -z "$maybe_modules" && exit 0 13 test -z "$GIT" && GIT=$(command -v git) 18 if ! test -e ".git"; then 20 elif test -z "$GIT"; then 25 test -z "$no_git_error" 31 echo "Unable to automatically checkout GIT submodules '$modules'." 33 echo "enable use of a transparent proxy), please disable automatic" 36 echo " $ ./configure --disable-download" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/ |
| H A D | libcanberra_0.30.bb | 3 LICENSE = "LGPL-2.1-or-later" 9 inherit autotools gtk-doc 12 http://0pointer.de/lennart/projects/${BPN}/${BPN}-${PV}.tar.xz \ 13 file://0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch \ 14 file://0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch \ 15 file://0001-remove-dropped-templates.patch \ 16 file://0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch \ 21 --enable-null \ 22 --disable-oss \ 23 --disable-tdb \ [all …]
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | dm644x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * SoC-specific code for tms320dm644x chips 30 /* Enable UART0 MUX lines */ in davinci_enable_uart0() 41 /* Enable GIO3.3V cells used for EMAC */ in davinci_enable_emac() 44 /* Enable EMAC. */ in davinci_enable_emac() 54 /* Enable I2C pin Mux */ in davinci_enable_i2c() 73 * low priority modules can occupy the bus and prevent high priority in davinci_errata_workarounds() 74 * modules like the VPSS from getting the required DDR2 throughput. in davinci_errata_workarounds() 77 * modules. in davinci_errata_workarounds()
|
| /openbmc/openbmc/poky/meta/recipes-extended/iptables/ |
| H A D | iptables_1.8.11.bb | 6 LICENSE = "GPL-2.0-or-later" 11 SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.xz \ 26 EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR}" 28 CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0" 31 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 33 # libnfnetlink recipe is in meta-networking layer 34 …FIG[libnfnetlink] = "--enable-libnfnetlink --enable-connlabel,--disable-libnfnetlink --disable-con… 36 # libnftnl recipe is in meta-networking layer(previously known as libnftables) 37 PACKAGECONFIG[libnftnl] = "--enable-nftables,--disable-nftables,libnftnl" 41 # Keep ax_check_linker_flags.m4 which belongs to autoconf-archive. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
| H A D | fix-host-contamination-when-enable-static-daq.patch | 4 Subject: [PATCH] snort: enable static daq 6 Upstream-Status: Inappropriate [embedded specific] 8 When enable static daq for snort, it calls to daq-modules-config to get link 12 Signed-off-by: Kai Kang <kai.kang@windriver.com> 14 --- 15 configure.in | 2 +- 16 1 file changed, 1 insertion(+), 1 deletion(-) 18 diff --git a/configure.in b/configure.in 20 --- a/configure.in 22 @@ -658,7 +658,7 @@ fi [all …]
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3004-use-GLESv2-headers-over-GL-headers.patch | 3 Date: Fri, 9 Dec 2022 00:21:43 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 14 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 15 --- 16 modules/video_output/opengl/converter.h | 12 +++--------- 17 modules/visualization/glspectrum.c | 4 +++- 18 2 files changed, 6 insertions(+), 10 deletions(-) 20 diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h 22 --- a/modules/video_output/opengl/converter.h [all …]
|
| H A D | 2002-use-vorbisidec.patch | 3 Date: Sun, 4 Dec 2022 16:09:51 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 13 Signed-off-by: Tim Orling <TicoTimo@gmail.com> 14 --- 15 modules/codec/Makefile.am | 2 +- 16 1 file changed, 1 insertion(+), 1 deletion(-) 18 diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am 20 --- a/modules/codec/Makefile.am 21 +++ b/modules/codec/Makefile.am [all …]
|
| H A D | 3007-remove-xorg-related-link-libs.patch | 3 Date: Fri, 9 Dec 2022 20:04:27 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches 9 to enable raspiberry pi support. 13 in recipe-sysroot resulting in compilation 16 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 17 --- 18 modules/hw/mmal/Makefile.am | 2 +- 19 1 file changed, 1 insertion(+), 1 deletion(-) 21 diff --git a/modules/hw/mmal/Makefile.am b/modules/hw/mmal/Makefile.am [all …]
|
| H A D | 3006-codec-omxil_core.h-fix-multiple-definition-of.patch | 3 Date: Fri, 9 Dec 2022 19:58:11 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches 9 to enable raspiberry pi support. 19 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 20 --- 21 modules/codec/omxil/omxil_core.h | 6 +++--- 22 1 file changed, 3 insertions(+), 3 deletions(-) 24 diff --git a/modules/codec/omxil/omxil_core.h b/modules/codec/omxil/omxil_core.h 26 --- a/modules/codec/omxil/omxil_core.h [all …]
|
| H A D | 3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch | 3 Date: Thu, 8 Dec 2022 23:38:36 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo clones original VLC and applies patches to enable 14 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 15 --- 16 modules/codec/omxil/omxil_core.c | 4 ++-- 17 1 file changed, 2 insertions(+), 2 deletions(-) 19 diff --git a/modules/codec/omxil/omxil_core.c b/modules/codec/omxil/omxil_core.c 21 --- a/modules/codec/omxil/omxil_core.c 22 +++ b/modules/codec/omxil/omxil_core.c [all …]
|
| H A D | 3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch | 3 Date: Fri, 9 Dec 2022 23:31:33 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 14 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 15 --- 16 modules/video_output/opengl/converter_vaapi.c | 27 +++++++++++++++++++ 19 diff --git a/modules/video_output/opengl/converter_vaapi.c b/modules/video_output/opengl/converter_… 21 --- a/modules/video_output/opengl/converter_vaapi.c 22 +++ b/modules/video_output/opengl/converter_vaapi.c 23 @@ -55,6 +55,33 @@ [all …]
|
| H A D | 0007-armv6.patch | 1 Upstream-Status: Inappropriate 3 RPI-Distro repo forks original vlc and applies patches 4 to enable raspiberry pi support. 6 --- a/modules/hw/mmal/blend_rgba_neon.S 7 +++ b/modules/hw/mmal/blend_rgba_neon.S 8 @@ -1,10 +1,10 @@ 9 - .syntax unified 10 - .arm 11 -// .thumb 12 - .text [all …]
|
| H A D | 3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch | 5 Upstream-Status: Inappropriate 7 RPI-Distro repo forks original vlc and applies patches to enable 13 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 14 diff --git a/modules/hw/mmal/converter_mmal.c b/modules/hw/mmal/converter_mmal.c 16 --- a/modules/hw/mmal/converter_mmal.c 17 +++ b/modules/hw/mmal/converter_mmal.c 18 @@ -28,6 +28,34 @@ 53 @@ -199,7 +227,7 @@ static tex_context_t * get_tex_context(const opengl_tex_converter_t * const tc, 57 - const EGLImage image = tc->gl->egl.createImageKHR(tc->gl, EGL_LINUX_DMA_BUF_EXT, NULL, att… 58 + const EGLImageKHR image = tc->gl->egl.createImageKHR(tc->gl, EGL_LINUX_DMA_BUF_EXT, NULL, … [all …]
|
| H A D | 0006-mmal_chain.patch | 1 Upstream-Status: Inappropriate 3 RPI-Distro repo forks original vlc and applies patches 4 to enable raspiberry pi support. 6 --- a/modules/video_chroma/chain.c 7 +++ b/modules/video_chroma/chain.c 8 @@ -280,8 +280,9 @@ static int BuildTransformChain( filter_t 12 - msg_Dbg( p_filter, "Trying to build chroma+resize" ); 13 - EsFormatMergeSize( &fmt_mid, &p_filter->fmt_out, &p_filter->fmt_in ); 15 + es_format_Copy( &fmt_mid, &p_filter->fmt_out ); 16 + video_format_TransformTo(&fmt_mid.video, p_filter->fmt_in.video.orientation);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
| H A D | openldap_2.6.9.bb | 4 # The OpenLDAP Public License - see the HOMEPAGE - defines 9 LICENSE = "OLDAP-2.8" 17 SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \ 20 file://remove-user-host-pwd-from-version.patch \ 21 file://0001-build-top.mk-unset-STRIP_OPTS.patch \ 26 DEPENDS = "util-linux groff-native" 28 inherit autotools-brokensep update-rc.d systemd pkgconfig 39 EXTRA_OECONF += "--with-yielding-select=yes" 41 EXTRA_OECONF += "--enable-dynamic" 43 PACKAGECONFIG ??= "asyncmeta gnutls modules \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/ |
| H A D | softhsm_2.6.1.bb | 3 LICENSE = "BSD-2-Clause & ISC" 8 SRC_URI = "https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz \ 9 file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \ 10 file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \ 16 EXTRA_OECONF += " --with-sqlite3=${STAGING_DIR_HOST}/usr" 17 EXTRA_OECONF += " --with-objectstore-backend-db" 18 EXTRA_OECONF += "${@oe.utils.conditional('SITEINFO_BITS', '64', ' --enable-64bit', '', d)}" 22 PACKAGECONFIG[npm] = ",--disable-non-paged-memory" 23 PACKAGECONFIG[ecc] = "--enable-ecc,--disable-ecc" 24 PACKAGECONFIG[gost] = "--enable-gost,--disable-gost" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/ |
| H A D | wireplumber_0.5.10.bb | 9 DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \ 10 ….utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-nati… 16 file://90-OE-disable-session-dbus-dependent-features.lua \ 21 inherit meson pkgconfig gobject-introspection systemd 26 # Enable system-lua to let wireplumber use OE's lua. 27 # Documentation needs python-sphinx, which is not in oe-core or meta-python2 for now. 30 -Ddoc=disabled \ 31 -Dsystem-lua=true \ 32 -Delogind=disabled \ 33 -Dsystemd-system-unit-dir=${systemd_system_unitdir} \ [all …]
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | Kconfig | 4 bool "Enable reset controllers using Driver Model" 7 Enable support for the reset controller driver class. Many hardware 8 modules are equipped with a reset signal, typically driven by some 9 reset controller hardware module within the chip. In U-Boot, reset 16 bool "Enable the sandbox reset test driver" 19 Enable support for a test reset controller implementation, which 20 simply accepts requests to reset various HW modules without actually 24 bool "Enable the STi reset" 32 bool "Enable the STM32 reset" 39 bool "Enable Tegra CAR-based reset driver" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/ |
| H A D | syslog-ng_4.8.2.bb | 2 DESCRIPTION = "syslog-ng, as the name shows, is a syslogd replacement, \ 5 syslog-ng adds the possibility to filter based on message contents using \ 10 HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system" 12 LICENSE = "GPL-2.0-only & LGPL-2.1-only" 15 # util-linux added to get libuuid 16 DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native curl json-c" 18 SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \ 19 file://syslog-ng.conf.systemd \ 20 file://syslog-ng.conf.sysvinit \ 22 file://volatiles.03_syslog-ng \ [all …]
|
| /openbmc/u-boot/board/toradex/colibri_imx6/ |
| H A D | Kconfig | 32 default "-512" 35 bool "Enable factory testing commands for Toradex iMX 6 modules" 38 pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100 39 If executed on already fused modules it doesn't change any fuse setting.
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | gtk-doc.bbclass | 4 # SPDX-License-Identifier: MIT 7 # Helper class to pull in the right gtk-doc dependencies and configure 8 # gtk-doc to enable or disable documentation building (which requries the 11 # This variable is set to True if api-documentation is in 12 # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise. 14 # It should be used in recipes to determine whether gtk-doc based documentation should be built, 16 GTKDOC_ENABLED:class-native = "False" 17 GTKDOC_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', \ 18 … bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}" 20 # meson: default option name to enable/disable gtk-doc. This matches most [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfconf/ |
| H A D | xfconf_4.20.0.bb | 3 LICENSE = "GPL-2.0-or-later" 5 DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" 7 inherit xfce gtk-doc gobject-introspection bash-completion vala 9 EXTRA_OECONF += "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen" 14 ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ 15 ${datadir}/dbus-1/services/org.xfce.Xfconf.service \ 19 FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" 21 PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend,"
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/ |
| H A D | apache2_2.4.63.bb | 6 LICENSE = "Apache-2.0" 8 SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \ 9 file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ 10 file://0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch \ 11 file://0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch \ 12 file://0004-apache2-log-the-SELinux-context-at-startup.patch \ 13 file://0005-replace-lynx-to-curl-in-apachectl-script.patch \ 14 file://0006-apache2-fix-the-race-issue-of-parallel-installation.patch \ 15 file://0007-apache2-allow-to-disable-selinux-support.patch \ 16 file://0008-Fix-perl-install-directory-to-usr-bin.patch \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/ |
| H A D | vlock-no_tally.patch | 6 Upstream-Status: Pending 9 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 11 --- 14 src/vlock-main.c | 8 ++++++++ 17 diff --git a/Makefile b/Makefile 19 --- a/Makefile 21 @@ -126,6 +126,10 @@ ifeq ($(AUTH_METHOD),shadow) 22 vlock-main : override LDLIBS += $(CRYPT_LIB) 26 +vlock-main.o : override CFLAGS += -DNO_FAIL_COUNT 30 vlock-main: plugins.o plugin.o module.o process.o script.o tsort.o list.o [all …]
|
| /openbmc/u-boot/board/toradex/apalis_imx6/ |
| H A D | Kconfig | 32 default "-512" 35 bool "Enable factory testing commands for Toradex iMX 6 modules" 38 pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100 39 If executed on already fused modules it doesn't change any fuse setting.
|