/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" 31 # enable as neccessary until new warnings are dealt with 32 PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," [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/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 …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | crossbuild-template.yml | 7 - ccache 12 - source scripts/ci/gitlab-ci-section 13 - section_start setup "Pre-script setup" 14 - JOBS=$(expr $(nproc) + 1) 15 - cat /packages.txt 16 - section_end setup 18 - export CCACHE_BASEDIR="$(pwd)" 19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache" 20 - export CCACHE_MAXSIZE="500M" 21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/ |
H A D | 0001-Ignore-Compiler-Warnings.patch | 2 From: Antonios Christidis <a-christidis@ti.com> 3 Date: Fri, 17 Jan 2025 15:05:39 -0600 9 Upstream-Status: Pending 10 Signed-off-by: Antonios Christidis <a-christidis@ti.com> 11 Signed-off-by: Khem Raj <raj.khem@gmail.com> 13 --- 14 CMakeLists.txt | 4 +++- 15 1 file changed, 3 insertions(+), 1 deletion(-) 17 --- a/CMakeLists.txt 19 @@ -19,6 +19,16 @@ add_definitions(-DCL_USE_DEPRECATED_OPEN [all …]
|
/openbmc/inarp/ |
H A D | configure.ac | 5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 19 AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Wextra -Werror], [CFLAGS]) 22 LT_INIT # Removes 'unrecognized options: --with-libtool-sysroot' 25 AX_PTHREAD([GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=1"],[GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=0"]) 28 AC_ARG_ENABLE([oe-sdk], 29 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit… 35 AC_MSG_ERROR([OECORE_TARGET_SYSROOT must be set with --enable-oe-sdk]) 37 AC_MSG_NOTICE([Enabling OE-SDK at $OECORE_TARGET_SYSROOT]) 39 testcase_flags="-Wl,-rpath,\${OECORE_TARGET_SYSROOT}/lib" 40 testcase_flags="${testcase_flags} -Wl,-rpath,\${OECORE_TARGET_SYSROOT}/usr/lib" [all …]
|
/openbmc/btbridge/ |
H A D | configure.ac | 5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 18 AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd develop… 19 AC_CHECK_HEADER(linux/bt-bmc.h,[HAVE_LINUX_BT_BMC_H=""],[HAVE_LINUX_BT_BMC_H="-I linux/bt-bmc.h"]) 21 … linux/bt-bmc.h: Attempting to download locally for building from https://raw.githubusercontent.co… 22 …([BT_BMC_DL],[`mkdir -p linux;wget https://raw.githubusercontent.com/torvalds/linux/master/include… 26 AX_APPEND_COMPILE_FLAGS([-fpic -Wall -Werror], [CFLAGS]) 29 LT_INIT # Removes 'unrecognized options: --with-libtool-sysroot' 32 AX_PTHREAD([GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=1"],[GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=0"]) 35 AC_ARG_ENABLE([oe-sdk], 36 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
H A D | 0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch | 3 Date: Fri, 3 Feb 2023 16:11:29 -0600 4 Subject: [PATCH] tcp: fix some compiler warnings with enable-tls-openssl 6 When --enable-tls=no and --enable-tls-openssl=yes, the following 10 …1: error: no previous declaration for 'relpTcpGetRtryDirection_gtls' [-Werror=missing-declarations] 13 | ../../git/src/tcp.c:3583:1: error: 'relpTcpChkPeerName' defined but not used [-Werror=unused-func… 22 3. Wrap relpTcpChkPeerName in gnutls-based ifdef. 25 Upstream-Status: Backport [https://github.com/rsyslog/librelp/pull/255] 26 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> 27 --- 28 src/tcp.c | 11 ++++------- [all …]
|
/openbmc/ibm-logging/ |
H A D | configure.ac | 2 AC_INIT([ibm-logging], [1.0], [https://github.com/openbmc/ibm-logging/issues]) 5 AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) 13 PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces]) 15 PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging]) 25 AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) 30 AX_PTHREAD([GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=1"],[GTEST_CPPFLAGS="-DGTEST_HAS_PTHREAD=0"]) 32 AC_ARG_ENABLE([oe-sdk], 33 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit… 39 AC_MSG_ERROR([OECORE_TARGET_SYSROOT must be set with --enable-oe-sdk]) 41 AC_MSG_NOTICE([Enabling OE-SDK at $OECORE_TARGET_SYSROOT]) [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3001-configure.ac-setup-for-OE-usage.patch | 3 Date: Fri, 9 Dec 2022 19:04:42 -0600 6 Upstream-Status: Inappropriate 8 RPI-Distro repo forks original vlc and applies patches to enable 30 Signed-off-by: Vincent Davis Jr <vince@underview.tech> 31 --- 32 configure.ac | 34 ++++++++++++++++++++++------------ 33 1 file changed, 22 insertions(+), 12 deletions(-) 35 diff --git a/configure.ac b/configure.ac 37 --- a/configure.ac 39 @@ -95,6 +95,13 @@ AS_IF([test -n "${with_binary_version}"],[ [all …]
|
/openbmc/linux/tools/virtio/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 7 try-run = $(shell set -e; \ 13 __cc-option = $(call try-run,\ 14 $(1) -Werror $(2) -c -x c /dev/null -o /dev/null,$(2),) 15 cc-option = $(call __cc-option, $(CC),$(1)) 17 …-g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer… 19 CFLAGS += -pthread 20 LDFLAGS += -pthread 23 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V} 30 OOT_KSRC=/lib/modules/$$(uname -r)/build [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0002-gcc-poison-system-directories.patch | 3 Date: Mon, 8 Mar 2021 16:04:20 -0800 4 Subject: [PATCH] gcc: poison-system-directories 7 zecke-no-host-includes.patch patch. The original patch checked for 12 wants this to be a failure, they can add "-Werror=poison-system-directories". 14 Upstream-Status: Inappropriate [OE configuration] 15 Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 16 Signed-off-by: Khem Raj <raj.khem@gmail.com> 17 Signed-off-by: sunil dora <sunilkumar.dora@windriver.com> 18 --- 24 gcc/gcc.cc | 9 +++++++-- [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 3 set -e 5 TARGET=microblaze-linux-musl 11 CROSS_SYSROOT=${TOOLCHAIN_INSTALL}/$TARGET/sys-root 13 …m/Xilinx/meta-xilinx/refs/tags/xlnx-rel-v2024.1/meta-microblaze/recipes-devtools/gcc/gcc-12/0009-P… 21 wget https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz 22 wget https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz 23 wget https://www.musl-libc.org/releases/musl-1.2.2.tar.gz 24 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.70.tar.xz 26 tar axf binutils-2.37.tar.xz 27 tar axf gcc-11.2.0.tar.xz [all …]
|
/openbmc/linux/arch/x86/kvm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 22 tristate "Kernel-based Virtual Machine (KVM) support" 67 bool "Compile KVM with -Werror" 76 Add -Werror to the build flags for KVM. 88 will be called kvm-intel. 106 Provides support for KVM on AMD processors equipped with the AMD-V 110 will be called kvm-amd. 119 with Encrypted State (SEV-ES) on AMD processors. 147 Enables runtime assertions in KVM's MMU that are too costly to enable 149 gates code that verifies a to-be-freed page table doesn't have any
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | build.sh | 1 #!/bin/bash -e 3 # OSS-Fuzz build script. See: 4 # https://google.github.io/oss-fuzz/getting-started/new-project-guide/#buildsh 7 # https://github.com/google/oss-fuzz/blob/master/projects/qemu/Dockerfiles 10 # the COPYING file in the top-level directory. 17 # make -j$(nproc) all 21 # $CXX $CXXFLAGS -std=c++11 -Iinclude \ 22 # /path/to/name_of_fuzzer.cc -o $OUT/name_of_fuzzer \ 23 # -fsanitize=fuzzer /path/to/library.a 30 OSS_FUZZ_BUILD_DIR="./build-oss-fuzz/" [all …]
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "Don't build arch/powerpc code with -Werror" 7 arch/powerpc with the -Werror flag (which means warnings 10 Only enable this if you are hitting a build failure in the 47 emulated by the in-kernel emulator. Counters for the various classes 51 powerpc/emulated_instructions/do_warn in debugfs), rate-limited 56 bool "Run self-tests of the code-patching code" 60 bool "Enable use of jump label for cpu/mmu_has_feature()" 78 bool "Run self-tests of the feature-fixup code" 82 bool "Run self-tests of the MSI bitmap code" [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 # Add a set of useful warning flags and enable -Werror for CI to prevent 8 # any patch that isn't warning clean, so turning on -Wall -Wextra (or W=1) we 12 # Note the danger in using -Wall -Wextra is that when CI updates gcc we 15 subdir-ccflags-y := -Wall -Wextra 16 subdir-ccflags-y += -Wno-format-security 17 subdir-ccflags-y += -Wno-unused-parameter 18 subdir-ccflags-y += -Wno-type-limits 19 subdir-ccflags-y += -Wno-missing-field-initializers 20 subdir-ccflags-y += -Wno-sign-compare [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: MIT 38 bool "Enable amdgpu support for SI parts" 41 Choose this option if you want to enable experimental support 51 bool "Enable amdgpu support for CIK parts" 54 Choose this option if you want to enable support for CIK (Sea 64 bool "Always enable userptr write support" 80 Add -Werror to the build flags for amdgpu.ko. 81 Only enable this if you are warning code for amdgpu.ko.
|
/openbmc/dbus-sensors/ |
H A D | meson.build | 2 'dbus-sensors', 4 default_options: ['warning_level=3', 'werror=true', 'cpp_std=c++23'], 5 license: 'Apache-2.0', 10 # Enable io_uring for all daemons with below flags. 11 # '-DBOOST_ASIO_HAS_IO_URING', 12 # '-DBOOST_ASIO_DISABLE_EPOLL', 15 # random file access. But we'd like to enable it for all daemons. 16 # https://github.com/openbmc/dbus-sensors/issues/19 19 '-Wno-psabi', 20 '-Wuninitialized', [all …]
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.py | 28 # Options with nonstandard names (e.g. --with/--without) or OS-dependent 40 "coroutine_backend": "with-coroutine", 41 "debug": "debug-info", 42 "malloc": "enable-malloc", 43 "pkgversion": "with-pkgversion", 45 "qemu_suffix": "with-suffix", 46 "trace_backends": "enable-trace-backends", 47 "trace_file": "with-trace-file", 53 "werror", 58 # via -D, because it's a mix of CFLAGS and --extra-cflags); for specific [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | pidgin-sipe_1.25.0.bb | 3 LICENSE = "GPL-2.0-only" 6 DEPENDS = "pidgin gmime intltool-native glib-2.0-native" 10 SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \ 11 file://0001-sipe-consider-64bit-time_t-when-printing.patch \ 12 file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \ 13 file://0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch \ 14 file://0001-Migrate-to-use-g_memdup2.patch \ 20 PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss" 21 PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl" 22 PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/ |
H A D | openocd_git.bb | 1 SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing" 2 LICENSE = "GPL-2.0-only" 4 DEPENDS = "libusb-compat libftdi" 23 inherit pkgconfig autotools-brokensep gettext 27 EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable… 31 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/jimtcl/autosetup 32 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/jimtcl/autosetup 38 if [ -e "${D}${infodir}" ]; then 39 rm -Rf ${D}${infodir} 41 if [ -e "${D}${mandir}" ]; then [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/ |
H A D | libcdio_2.1.0.bb | 1 SUMMARY = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM a… 4 LICENSE = "GPL-3.0-or-later" 8 file://0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch \ 9 file://Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch \ 16 PACKAGECONFIG ??= "cdda-player" 17 PACKAGECONFIG[cdda-player] = "--with-cdda-player,--without-cdda-player,ncurses" 18 PACKAGECONFIG[cddb] = "--enable-cddb,--disable-cddb,libcddb" 19 PACKAGECONFIG[vcd-info] = "--enable-vcd-info,--disable-vcd-info,vcdimager" 21 # add -D_LARGEFILE64_SOURCE for 32bit targets 22 CFLAGS += "${@['-D_LARGEFILE64_SOURCE',''][d.getVar('SITEINFO_BITS') != '32']}" [all …]
|
/openbmc/libmctp/ |
H A D | bootstrap.sh | 3 set -eu 5 autoreconf -f -i 9 if [ $# -gt 0 ]; 17 FLAGS="-O2 -Wall -Wextra -Wformat-security" 18 FLAGS="${FLAGS} -Wparentheses" 19 FLAGS="${FLAGS} -Wno-type-limits" 20 FLAGS="${FLAGS} -Werror" 21 # FLAGS="${FLAGS} -Wpedantic" 22 FLAGS="${FLAGS} -fsanitize=address,leak,undefined" 23 FLAGS="${FLAGS} -ggdb" [all …]
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | build.yml | 22 - @UPDATE_COMMAND@ 23 - @INSTALL_COMMAND@ @PKGS@ 24 …- if test -n "@PYPI_PKGS@" ; then PYLIB=$(@PYTHON@ -c 'import sysconfig; print(sysconfig.get_path(… 26 - git clone --depth 100 "$CI_REPOSITORY_URL" . 27 - git fetch origin "$CI_COMMIT_REF_NAME" 28 - git reset --hard "$CI_COMMIT_SHA" 30 - mkdir build 31 - cd build 32 - ../configure --enable-werror $CONFIGURE_ARGS 33 || { cat config.log meson-logs/meson-log.txt; exit 1; } [all …]
|