/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | 0004-nss-disable-Wvarargs-with-clang.patch | 3 Date: Sat, 7 Mar 2020 08:34:02 -0800 13 … that undergoes default argument promotion to 'va_start' has undefined behavior [-Werror,-Wvarargs] 20 https://www.securecoding.cert.org/confluence/display/cplusplus/EXP58-CPP.+Pass+an+object+of+the+cor… 23 Upstream-Status: Pending 25 Signed-off-by: Khem Raj <raj.khem@gmail.com> 26 --- 27 nss/coreconf/Werror.mk | 2 +- 28 1 file changed, 1 insertion(+), 1 deletion(-) 30 diff --git a/nss/coreconf/Werror.mk b/nss/coreconf/Werror.mk 32 --- a/nss/coreconf/Werror.mk [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | debian-no-Werror.patch | 4 Subject: [PATCH] Remove -Werror from compiler flags 6 -Werror seems like a bad idea on released/packaged code because a toolchain 10 Signed-off-by: martin f. krafft <madduck@debian.org> 12 Upstream-Status: Pending 13 --- 14 Makefile | 2 +- 15 1 file changed, 1 insertion(+), 1 deletion(-) 17 diff --git a/Makefile b/Makefile 19 --- a/Makefile 21 @@ -50,7 +50,7 @@ ifeq ($(origin CC),default) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/ |
H A D | 0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch | 4 Subject: [PATCH] CompilerChecks.cmake: drop -Wunused-variable flag 6 Drop -Wunused-variable flag to fix build with clang: 8 …threads/libgcrypt.c:29:1: error: unused variable 'gcry_threads_pthread' [-Werror,-Wunused-variable] 11 libssh/0.11.1/recipe-sysroot/usr/include/gcrypt.h:217:33: note: expanded from macro 'GCRY_THREAD_OP… 15 Upstream-Status: Inappropriate [embedded specific] 17 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 18 --- 19 CompilerChecks.cmake | 2 +- 20 1 file changed, 1 insertion(+), 1 deletion(-) 22 diff --git a/CompilerChecks.cmake b/CompilerChecks.cmake [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0009-Remove-Werror-flag.patch | 4 Subject: [PATCH] Remove Werror flag 6 Remove Werror flag due to compilation issues for TS in yocto 8 Upstream-Status: Inappropriate [Only for meta-arm] 9 Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com> 10 --- 11 deployments/smm-gateway/config/default-opteesp/CMakeLists.txt | 1 - 12 deployments/smm-gateway/config/default-sp/CMakeLists.txt | 1 - 13 environments/arm-linux/default_toolchain_file.cmake | 2 +- 14 environments/linux-pc/default_toolchain_file.cmake | 2 +- 15 environments/opteesp/default_toolchain_file.cmake | 2 +- [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0008-configure-Disable-incompatible-function-pointer-type.patch | 3 Date: Sun, 5 Mar 2023 14:13:25 -0800 4 Subject: [PATCH 3/3] configure: Disable incompatible-function-pointer-types 7 Upstream-Status: Pending 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 --- 13 --- a/configure.ac 15 @@ -105,6 +105,11 @@ AC_SUBST([AM_CFLAGS], [-fcommon]) 17 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C… 18 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C… 22 +AX_APPEND_COMPILE_FLAGS([-Wno-error=incompatible-function-pointer-types -Wno-error=incompatible-fu… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0006-configure-Disable-incompatible-function-pointer-type.patch | 3 Date: Sun, 5 Mar 2023 14:13:25 -0800 4 Subject: [PATCH 3/3] configure: Disable incompatible-function-pointer-types 7 Upstream-Status: Pending 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 --- 13 --- a/configure.ac 15 @@ -98,6 +98,11 @@ AS_IF([test -n "${with_binary_version}"] 17 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C… 18 …AX_APPEND_COMPILE_FLAGS([-Werror=unknown-warning-option -Werror=invalid-command-line-argument], [C… 22 +AX_APPEND_COMPILE_FLAGS([-Wno-error=incompatible-function-pointer-types -Wno-error=incompatible-fu… [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.extrawarn | 1 # SPDX-License-Identifier: GPL-2.0 10 KBUILD_CFLAGS += -Wall 11 KBUILD_CFLAGS += -Wundef 12 KBUILD_CFLAGS += -Werror=implicit-function-declaration 13 KBUILD_CFLAGS += -Werror=implicit-int 14 KBUILD_CFLAGS += -Werror=return-type 15 KBUILD_CFLAGS += -Werror=strict-prototypes 16 KBUILD_CFLAGS += -Wno-format-security 17 KBUILD_CFLAGS += -Wno-trigraphs 18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) [all …]
|
H A D | Makefile.clang | 1 # Individual arch/{arch}/Makefiles should use -EL/-EB to set intended 2 # endianness and -m32/-m64 to set word size based on Kconfigs instead of 4 CLANG_TARGET_FLAGS_arm := arm-linux-gnueabi 5 CLANG_TARGET_FLAGS_arm64 := aarch64-linux-gnu 6 CLANG_TARGET_FLAGS_hexagon := hexagon-linux-musl 7 CLANG_TARGET_FLAGS_loongarch := loongarch64-linux-gnusf 8 CLANG_TARGET_FLAGS_m68k := m68k-linux-gnu 9 CLANG_TARGET_FLAGS_mips := mipsel-linux-gnu 10 CLANG_TARGET_FLAGS_powerpc := powerpc64le-linux-gnu 11 CLANG_TARGET_FLAGS_riscv := riscv64-linux-gnu [all …]
|
H A D | Makefile.compiler | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # cc-cross-prefix 4 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 12 cc-cross-prefix = $(firstword $(foreach c, $(1), \ 13 $(if $(shell command -v -- $(c)gcc 2>/dev/null), $(c)))) 18 # try-run 19 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 22 try-run = $(shell set -e; \ 24 trap "rm -rf $(TMPOUT)" EXIT; \ 25 mkdir -p $(TMPOUT); \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
H A D | 0003-Remove-Werror-from-build.patch | 4 Subject: [PATCH 3/6] Remove -Werror from build 6 Upstream-Status: Pending 7 --- 8 src/Makefile.am | 2 +- 9 src/lib/src/Makefile.am | 2 +- 10 src/utilities/Makefile.am | 2 +- 11 3 files changed, 3 insertions(+), 3 deletions(-) 13 --- a/src/Makefile.am 15 @@ -13,7 +13,7 @@ AM_CPPFLAGS = \ 16 -I$(top_srcdir)/efi_runtime \ [all …]
|
/openbmc/openpower-sbe-interface/ |
H A D | configure.ac | 3 AC_INIT([openpower-sbe-interface],[1.0],[https://github.com/openbmc/openpower-sbe-interface/issues]) 6 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 18 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS]) 19 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0004-RH-use-rpm-optflags-if-present.patch | 10 Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> 12 Upstream-Status: Pending 15 Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> 18 Signed-off-by: Changqing Li <changqing.li@windriver.com> 21 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 22 --- 23 Makefile.inc | 12 ++++++++++-- 24 1 file changed, 10 insertions(+), 2 deletions(-) 26 diff --git a/Makefile.inc b/Makefile.inc 28 --- a/Makefile.inc [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/ |
H A D | 0001-meson.build-do-not-use-Werror.patch | 4 Subject: [PATCH] meson.build: do not use -Werror 6 Upstream-Status: Inappropriate [oe specific] 8 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 9 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 10 --- 11 meson.build | 2 +- 12 1 file changed, 1 insertion(+), 1 deletion(-) 14 diff --git a/meson.build b/meson.build 16 --- a/meson.build 18 @@ -4,7 +4,7 @@ project('netplan', 'c', [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/metacity/ |
H A D | metacity_3.52.0.bb | 3 LICENSE = "GPL-2.0-or-later" 10 gdk-pixbuf-native \ 12 gsettings-desktop-schemas \ 13 startup-notification \ 21 # depends on startup-notification which depends on virtual/libx11 25 inherit gnomebase gsettings gettext upstream-version-is-even features_check 28 SRC_URI += "file://0001-drop-zenity-detection.patch" 30 PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" 32 PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," 36 ${datadir}/gnome-control-center \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/ |
H A D | 0001-fix-build-with-clang.patch | 12 [-Werror,-Wmissing-field-initializers] 16 [-Werror,-Wmissing-field-initializers] 20 initializer [-Werror,-Wmissing-field-initializers] 24 initializer [-Werror,-Wmissing-field-initializers] 27 Upstream-Status: Submitted [https://github.com/intel/ledmon/pull/179] 28 Signed-off-by: alperak <alperyasinak1@gmail.com> 29 --- 30 src/amd_ipmi.c | 2 +- 31 src/dellssd.c | 2 +- 32 src/npem.c | 2 +- [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 2 From: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> 3 Date: Fri, 26 Jul 2019 17:34:26 -0400 10 the recipe already does lots of similar in-place fixups elsewhere, so 14 Signed-off-by: Ricardo Neri <ricardo.neri@linux.intel.com> 15 Upstream-Status: Inappropriate [needs to be converted to in-recipe fixups] 16 --- 17 BaseTools/Source/C/Makefiles/header.makefile | 15 +++++++-------- 18 1 file changed, 7 insertions(+), 8 deletions(-) 20 diff --git a/BaseTools/Source/C/Makefiles/header.makefile b/BaseTools/Source/C/Makefiles/header.mak… 22 --- a/BaseTools/Source/C/Makefiles/header.makefile [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-config-eu.am-do-not-force-Werror.patch | 4 Subject: [PATCH] config/eu.am: do not force -Werror 9 Upstream-Status: Inappropriate [oe-core specific] 10 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 11 --- 12 config/eu.am | 2 -- 13 1 file changed, 2 deletions(-) 15 diff --git a/config/eu.am b/config/eu.am 17 --- a/config/eu.am 19 @@ -99,7 +99,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \ 23 - $(if $($(*F)_no_Werror),,-Werror) \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/ |
H A D | 0001-Fix-missing-return-statements-in-module-stubs.patch | 6 * fixes build with -Werror=return-type 8 twofish.c:45:1: error: control reaches end of non-void function [-Werror=return-type] 12 twofish.c:46:1: error: control reaches end of non-void function [-Werror=return-type] 17 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 19 Upstream-Status: Submitted [https://github.com/keybase/python-twofish/pull/6] 20 --- 21 twofish.c | 4 ++-- 22 1 file changed, 2 insertions(+), 2 deletions(-) 24 diff --git a/twofish.c b/twofish.c 26 --- a/twofish.c [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0021-cmake-Disable-format-overflow-warning-as-error.patch | 3 Date: Tue, 31 Mar 2020 11:51:02 -0700 4 Subject: [PATCH] cmake: Disable format-overflow warning as error 8 …rface/vcos/vcos_logging.h:234:88: error: '%s' directive argument is null [-Werror=format-overflow=] 15 Upstream-Status: Pending 17 Signed-off-by: Khem Raj <raj.khem@gmail.com> 18 --- 19 host_applications/linux/libs/bcm_host/CMakeLists.txt | 2 +- 20 1 file changed, 1 insertion(+), 1 deletion(-) 22 diff --git a/host_applications/linux/libs/bcm_host/CMakeLists.txt b/host_applications/linux/libs/bc… 24 --- a/host_applications/linux/libs/bcm_host/CMakeLists.txt [all …]
|
/openbmc/openpower-dbus-interfaces/ |
H A D | configure.ac | 3 AC_INIT([openpower-dbus-interfaces], [1.0], [https://github.com/openbmc/openpower-dbus-interfaces]) 5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 20 AS_HELP_STRING([--disable-libopenpower_dbus], [Disable libopenpower_dbus])) 35 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS]) 36 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) 39 LT_INIT([dlopen disable-static shared]) 45 AC_CONFIG_FILES([openpower-dbus-interfaces.pc])
|
/openbmc/qemu/hw/block/ |
H A D | block.c | 7 * later. See the COPYING file in the top-level directory. 11 #include "block/block_int-common.h" 13 #include "sysemu/block-backend.h" 16 #include "qapi/qapi-types-block.h" 19 * Read the non-zeroes parts of @blk into @buf 22 * the non-zeroes block into @buf. 24 * Return 0 on success, non-zero on error. 33 bytes = MIN(size - offset, BDRV_REQUEST_MAX_BYTES); in blk_pread_nonzeroes() 71 error_setg_errno(errp, -blk_len, in blk_check_size_and_read_all() 94 error_setg_errno(errp, -ret, "can't read %s block backend" in blk_check_size_and_read_all() [all …]
|
/openbmc/ibm-dbus-interfaces/ |
H A D | configure.ac | 3 AC_INIT([ibm-dbus-interfaces], [1.0], [https://github.com/openbmc/ibm-dbus-interfaces]) 5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 20 AS_HELP_STRING([--disable-libibm_dbus], [Disable libibm_dbus])) 35 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CFLAGS]) 36 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) 45 LT_INIT([dlopen disable-static shared]) 51 AC_CONFIG_FILES([ibm-dbus-interfaces.pc])
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0001-configure-Check-for-Wno-error-format-truncation-comp.patch | 3 Date: Sat, 22 Apr 2017 11:54:57 -0700 4 Subject: [PATCH] configure: Check for -Wno-error=format-truncation compiler 8 Use -Werror to elevate the warning to an error in case compiler like clang 12 …t may be truncated writing up to 1023 bytes into a region of size 1010 [-Werror=format-truncation=] 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 16 --- 17 Upstream-Status: Pending 24 diff --git a/configure.ac b/configure.ac 26 --- a/configure.ac 28 @@ -7101,6 +7101,7 @@ if test "x$GCC" = "xyes"; then [all …]
|
/openbmc/phosphor-event/ |
H A D | configure.ac | 3 AC_INIT([phosphor-event], [1.0], [https://github.com/openbmc/phosphor-event/issues]) 5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 20 AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd develop… 24 AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CFLAGS]) 25 AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CXXFLAGS]) 28 LT_INIT # Removes 'unrecognized options: --with-libtool-sysroot' 31 AX_PTHREAD([GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=1"],[GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=0"]) 34 AC_ARG_ENABLE([oe-sdk], 35 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit… 41 AC_MSG_ERROR([OECORE_TARGET_SYSROOT must be set with --enable-oe-sdk]) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
H A D | 0001-Fix-return-type-errors.patch | 4 Subject: [PATCH] Fix return-type errors 6 Fix "control reaches end of non-void function" in code when -Werror=return-type 9 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:… 10 …-audio-processing-1.3/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc:45:1: … 13 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In function … 14 …c-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:117:1: error: cont… 17 …webrtc-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc: In lambda fu… 18 …-audio-processing-1.3/webrtc/modules/audio_processing/audio_processing_impl.cc:1853:13: error: con… 22 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> 23 --- [all …]
|