| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-configure.ac.in-not-check-clang-on-host.patch | 4 Subject: [PATCH] configure.ac.in: not check clang on host 6 Don't check clang on host to avoid host contamination. 8 Upstream-Status: Inappropriate [OE specific] 10 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 11 --- 12 configure.ac.in | 16 ---------------- 13 1 file changed, 16 deletions(-) 15 diff --git a/configure.ac.in b/configure.ac.in 17 --- a/configure.ac.in 19 @@ -90,22 +90,6 @@ if test $SYSTEM = "FreeBSD" || test $SYSTEM = "Darwin"; then [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
| H A D | fix-attribute-issue-with-gcc.patch | 1 Upstream-Status: Pending 3 Description: remove clang-ism 4 Forwarded: not-needed 6 --- a/system/core/base/include/android-base/logging.h 7 +++ b/system/core/base/include/android-base/logging.h 8 @@ -451,10 +451,7 @@ 9 // -Wno-user-defined-warnings to CPPFLAGS. 10 #pragma clang diagnostic push 11 #pragma clang diagnostic ignored "-Wgcc-compat" 12 -#define OSTREAM_STRING_POINTER_USAGE_WARNING \ [all …]
|
| H A D | Nonnull.patch | 1 Upstream-Status: Pending 3 Description: Bring Clang's _Nonnull keyword to GCC 4 Author: Kai-Chung Yan 5 Forwarded: not-needed 6 --- a/system/core/adb/sysdeps.h 7 +++ b/system/core/adb/sysdeps.h 8 @@ -40,11 +40,12 @@ 17 // Clang-only nullability specifiers 18 -#define _Nonnull 19 -#define _Nullable
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
| H A D | fix-attribute-issue-with-gcc.patch | 1 Upstream-Status: Pending 3 Description: remove clang-ism 4 Forwarded: not-needed 6 --- a/system/core/base/include/android-base/logging.h 7 +++ b/system/core/base/include/android-base/logging.h 8 @@ -451,10 +451,7 @@ 9 // -Wno-user-defined-warnings to CPPFLAGS. 10 #pragma clang diagnostic push 11 #pragma clang diagnostic ignored "-Wgcc-compat" 12 -#define OSTREAM_STRING_POINTER_USAGE_WARNING \ [all …]
|
| H A D | Nonnull.patch | 1 Upstream-Status: Pending 3 Description: Bring Clang's _Nonnull keyword to GCC 4 Author: Kai-Chung Yan 5 Forwarded: not-needed 6 --- a/system/core/adb/sysdeps.h 7 +++ b/system/core/adb/sysdeps.h 8 @@ -40,11 +40,12 @@ 17 // Clang-only nullability specifiers 18 -#define _Nonnull 19 -#define _Nullable
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
| /openbmc/qemu/ |
| H A D | .travis.yml | 5 - gcc 9 # - OS name (currently only linux) 10 # - OS distribution (e.g. "jammy" for Linux) 11 # - Names and values of visible environment variables set in .travis.yml or Settings panel 19 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu" 23 …- secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1K… 30 - SRC_DIR=".." 31 - BUILD_DIR="build" 32 - BASE_CONFIG="--disable-docs --disable-tools" 33 - TEST_BUILD_CMD="" [all …]
|
| /openbmc/u-boot/doc/ |
| H A D | README.clang | 1 The biggest problem when trying to compile U-Boot with clang is that 2 almost all archs rely on storing gd in a global register and clang user 3 manual states: "clang does not support global register variables; this 20 -------------- 22 sudo apt-get install clang 25 CROSS_COMPILE. To compile U-Boot with clang on linux without IAS use e.g.: 26 make HOSTCC=clang rpi_2_defconfig 27 make HOSTCC=clang CROSS_COMPILE=arm-linux-gnueabi- \ 28 CC="clang -target arm-linux-gnueabi" -j8 31 make HOSTCC=clang sandbox_defconfig [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/ |
| H A D | perfetto.bb | 1 LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" 12 # Dependencies from perfetto/tools/install-build-deps 15 …git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;de… 16 …git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https… 17 …git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https… 18 …/android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix=git/… 19 …android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuffix=git… 20 …/android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix=git/… 21 …ndroid.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsuffix=gi… 22 …://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=git/b… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc.inc | 5 LICENSE = "BSD-3-Clause & GPL-2.0-only & MIT & Zlib" 7 DEPENDS = "linux-libc-headers perl-native" 9 SRC_URI = "${KERNELORG_MIRROR}/linux/libs/klibc/2.0/klibc-${PV}.tar.xz \ 11 file://klcc-consider-sysroot.patch \ 12 file://klcc-cross-accept-clang-options.patch \ 13 file://0001-Define-in_-structs-for-non-glibc-system-libs.patch \ 14 file://0001-include-linux-sysinfo.h-directly.patch \ 15 file://0001-mkfifo-Implement-mkfifo.patch \ 16 file://0001-always-use-bfd-linker.patch \ 17 file://0001-arm-Do-not-set-a-fallback-march-and-mtune.patch \ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0010-clang-Define-releative-gcc-installation-dir.patch | 3 Date: Sat, 20 Mar 2021 16:09:16 -0700 4 Subject: [PATCH] clang: Define / releative gcc installation dir 12 In OE we use same clang for native and cross builds, therefore we need 15 this is especially troublesome when libcxx-native is staged along with 20 Under OpenEmbedded Host, while building with clang-native, it cannot find 23 compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang 24 -target x86_64-linux 25 -isystem/path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/include 26 -O2 -pipe 27 /path/to/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/CMakeCComp… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/ |
| H A D | 0001-Fix-initialization-in-test-1140.patch | 2 From: d-winsor <danwin@microsoft.com> 3 Date: Mon, 26 Feb 2024 13:17:12 -0800 6 * Suppress unsafe-buffer-usage 8 Upstream-Status: Backport [https://github.com/microsoft/GSL/commit/1b4d42ca2e97061042ec44a0b34ceb17… 10 Signed-off-by: Peter Marko <peter.marko@siemens.com> 11 --- 15 tests/span_tests.cpp | 2 +- 16 4 files changed, 31 insertions(+), 1 deletion(-) 18 diff --git a/include/gsl/span b/include/gsl/span 20 --- a/include/gsl/span [all …]
|
| /openbmc/dbus-sensors/ |
| H A D | .clang-tidy | 1 Checks: '-*, 2 bugprone-argument-comment, 3 bugprone-assert-side-effect, 4 bugprone-assignment-in-if-condition, 5 bugprone-bad-signal-to-kill-thread, 6 bugprone-bool-pointer-implicit-conversion, 7 bugprone-branch-clone, 8 bugprone-casting-through-void, 9 bugprone-chained-comparison, 10 bugprone-compare-pointer-to-member-virtual-function, [all …]
|
| /openbmc/entity-manager/ |
| H A D | .clang-tidy | 1 Checks: '-*, 2 boost-use-to-string, 3 bugprone-argument-comment, 4 bugprone-assert-side-effect, 5 bugprone-assignment-in-if-condition, 6 bugprone-bad-signal-to-kill-thread, 7 bugprone-bool-pointer-implicit-conversion, 8 bugprone-branch-clone, 9 bugprone-casting-through-void, 10 bugprone-chained-comparison, [all …]
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 189 if path[-1] == name: 199 from_name = path[-1] 204 Return post-order list of node names. 217 Print pre-order node names with indentation denoting node depth level. 276 cmd = ["make", "-n", target] 287 "-j", 290 "-l", 293 "-O", 309 check_call_cmd("sudo", "-n", "--", "ldconfig") 343 raise Exception(f"Unable to find build system for {name}.") [all …]
|
| /openbmc/libcper/tests/ |
| H A D | meson.build | 6 test_sources = files('base64_test.c', 'test-utils.c') 11 'cper-tests', 12 'ir-tests.c', 23 test('test-cper-tests', cper_tests) 27 # Fuzzing only works on linux at this moment. osx clang doesn't have leak detector 28 is_darwin = host_machine.system().startswith('darwin') 29 if (cc.get_id() == 'clang') and get_option('fuzz').allowed() and not is_darwin 32 '-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION', 33 '-fsanitize=fuzzer,address,leak', 39 …[fuzzer_test + '.c'] + libcper_parse_sources + edk_sources + 'test-utils.c' + libcper_generate_sou… [all …]
|
| /openbmc/qemu/.gitlab-ci.d/custom-runners/ |
| H A D | ubuntu-22.04-s390x.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 5 ubuntu-22.04-s390x-all-linux: 10 - ubuntu_22.04 11 - s390x 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 14 - if: "$S390X_RUNNER_AVAILABLE" 16 - mkdir build 17 - cd build 18 - ../configure --enable-debug --disable-system --disable-tools --disable-docs [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/ |
| H A D | mongodb_git.bb | 2 LICENSE = "SSPL-1 & Apache-2.0 & Zlib" 3 LIC_FILES_CHKSUM = "file://LICENSE-Community.txt;md5=3a865f27f11f43ecbe542d9ea387dcf1 \ 4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 7 python3-setuptools-native \ 8 python3-pyyaml-native python3-cheetah-native \ 9 python3-psutil-native python3-regex-native \ 18 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ 19 file://0001-Use-long-long-instead-of-int64_t.patch \ 20 file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \ 21 file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \ [all …]
|
| /openbmc/bmcweb/ |
| H A D | .clang-tidy | 1 Checks: '-*, 2 bugprone-argument-comment, 3 bugprone-assert-side-effect, 4 bugprone-assignment-in-if-condition, 5 bugprone-bad-signal-to-kill-thread, 6 bugprone-bool-pointer-implicit-conversion, 7 bugprone-branch-clone, 8 bugprone-casting-through-void, 9 bugprone-chained-comparison, 10 bugprone-compare-pointer-to-member-virtual-function, [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]) 16 dnl Prevent clang from accepting unknown flags with a mere warning 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… [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}"] 16 dnl Prevent clang from accepting unknown flags with a mere warning 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… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 0001-Correct-clang-compiler-flags.patch | 3 Date: Fri, 10 Jan 2020 21:54:39 -0800 4 Subject: [PATCH] Correct clang compiler flags 7 Remove demanding libc++, clang can link with both libc++ and libstdc++ 11 Upstream-Status: Submitted [https://github.com/zaphoyd/websocketpp/pull/859] 12 Signed-off-by: Khem Raj <raj.khem@gmail.com> 13 --- 14 CMakeLists.txt | 2 +- 15 1 file changed, 1 insertion(+), 1 deletion(-) 17 diff --git a/CMakeLists.txt b/CMakeLists.txt 19 --- a/CMakeLists.txt [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.17.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.0.17 (Kirkstone) 4 ------------------------------------------ 6 Security Fixes in Yocto-4.0.17 9 - bind: Fix :cve_nist:`2023-4408`, :cve_nist:`2023-5517`, :cve_nist:`2023-5679`, :cve_nist:`2023-5… 10 - binutils: Fix :cve_nist:`2023-39129` and :cve_nist:`2023-39130` 11 - curl: Fix :cve_nist:`2023-46219` 12 - curl: Ignore :cve_nist:`2023-42915` 13 - gcc: Ignore :cve_nist:`2023-4039` 14 - gdb: Fix :cve_nist:`2023-39129` and :cve_nist:`2023-39130` [all …]
|
| /openbmc/qemu/plugins/ |
| H A D | meson.build | 6 input: files('../include/qemu/qemu-plugin.h'), 7 output: 'qemu-plugin.symbols', 9 command: [files('../scripts/qemu-plugin-symbols.py'), '@INPUT@']) 11 # Modules need more symbols than just those in plugins/qemu-plugins.symbols 16 output: 'qemu-plugins-ld64.symbols', 18 command: ['sed', '-ne', 's/^[[:space:]]*\\(qemu_.*\\);/_\\1/p', '@INPUT@']) 19 emulator_link_args += ['-Wl,-exported_symbols_list,plugins/qemu-plugins-ld64.symbols'] 20 elif host_os == 'windows' and meson.get_compiler('c').get_id() == 'clang' 24 emulator_link_args += ['-Xlinker', '--dynamic-list=' + qemu_plugin_symbols.full_path()] 36 …command: [python, '-c', 'import fileinput, re; print("EXPORTS", end=""); [print(re.sub(r"[{};]", "… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/ |
| H A D | valkey_8.1.1.bb | 1 SUMMARY = "Valkey key-value store" 2 DESCRIPTION = "A flexible distributed key-value datastore that supports both caching and beyond cac… 5 LICENSE = "BSD-3-Clause" 10 git://github.com/valkey-io/valkey.git;branch=8.1;protocol=https \ 12 file://init-valkey-server \ 14 file://hiredis-use-default-CC-if-it-is-set.patch \ 15 file://lua-update-Makefile-to-use-environment-build-setting.patch \ 16 file://oe-use-libc-malloc.patch \ 17 file://0001-src-Do-not-reset-FINAL_LIBS.patch \ 18 file://GNU_SOURCE-7.patch \ [all …]
|