/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | unzip_optimization.patch | 3 Remove -O3 optimizations to use bitbake default optimization levels. 5 Upstream-Status: Inappropriate [configuration] 7 Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> 9 diff -rup unix-orig/configure unix/configure 10 --- a/unix-orig/configure 2021-04-16 10:25:03.120858292 +0000 11 +++ b/unix/configure 2021-04-16 10:46:43.292546138 +0000 12 @@ -70,7 +70,7 @@ int main() 14 $CC $CFLAGS -c conftest.c > /dev/null 2>/dev/null 15 if test $? -eq 0; then 16 - CFLAGS_OPT='-O3' [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 4 Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B} 6 Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}, so that 7 the source can be shared between gcc-cross-initial, 8 gcc-cross-intermediate, gcc-cross, gcc-runtime, and also the sdk build. 10 While compiling gcc-crosssdk-initial-x86_64 on some host, there is 17 Upstream-Status: Inappropriate [embedded specific] 19 Signed-off-by: Khem Raj <raj.khem@gmail.com> 20 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 21 --- 22 gcc/Makefile.in | 2 +- [all …]
|
H A D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 9 This breaks the assumption of hardcoded multilib in gcc 15 Upstream-Status: Inappropriate [OE configuration] 16 Signed-off-by: Khem Raj <raj.khem@gmail.com> 17 --- 18 gcc/config/aarch64/aarch64-linux.h | 4 ++-- 19 gcc/config/alpha/linux-elf.h | 4 ++-- 20 gcc/config/arm/linux-eabi.h | 6 +++--- 21 gcc/config/arm/linux-elf.h | 2 +- 22 gcc/config/i386/linux.h | 4 ++-- 23 gcc/config/i386/linux64.h | 12 ++++++------ [all …]
|
H A D | 0016-handle-sysroot-support-for-nativesdk-gcc.patch | 3 Date: Mon, 7 Dec 2015 23:39:54 +0000 4 Subject: [PATCH] handle sysroot support for nativesdk-gcc 6 Being able to build a nativesdk gcc is useful, particularly in cases 10 Sadly, building nativesdk-gcc is not straight forward. We install 11 nativesdk-gcc into a relocatable location and this means that its 23 Upstream-Status: Inappropriate 24 RP 2015/7/28 27 that gcc will get right bits in SDK installations 29 Signed-off-by: Khem Raj <raj.khem@gmail.com> 36 Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> [all …]
|
H A D | 0025-gcc-testsuite-tweaks-for-mips-OE.patch | 3 Date: Thu, 17 Aug 2023 09:01:40 -0700 4 Subject: [PATCH] gcc testsuite tweaks for mips/OE 6 Disable loongson-mmi runtine, qemu doesn't appear to fully support them even if some 12 MIPS is unusual in the gcc testsuite as it uses EFFECTIVE_TARGETS and loops 25 Also, for gcc.target tests, add checks on wheter loongson or msa code can 28 Upstream-Status: Pending 31 discussion. Need to investigate why qemu-user passes the 'bad' instructions'] 33 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 34 Signed-off-by: Khem Raj <raj.khem@gmail.com> 35 --- [all …]
|
H A D | 0006-cpp-honor-sysroot.patch | 6 Currently, if the gcc toolchain is relocated and installed from sstate, then you try and compile 8 rather than the --sysroot option specified on the commandline. If access to that directory is 9 permission denied (unreadable), gcc will error. 13 The fix below adds %I to the cpp-output spec macro so the default substitutions for -iprefix, 14 -isystem, -isysroot happen and the correct sysroot is used. 20 Upstream-Status: Inappropriate [embedded specific] 22 Signed-off-by: Khem Raj <raj.khem@gmail.com> 23 --- 24 gcc/cp/lang-specs.h | 2 +- 25 gcc/gcc.cc | 2 +- [all …]
|
H A D | 0013-Ensure-target-gcc-headers-can-be-included.patch | 4 Subject: [PATCH] Ensure target gcc headers can be included 7 gcc-runtime target (omp.h, ssp/*.h). Being installed from a recipe 10 found by gcc with the existing search paths. Add support for 11 picking up these headers under the sysroot supplied on the gcc 14 Extend target gcc headers search to musl too 16 Upstream-Status: Inappropriate [embedded specific] 18 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 19 Signed-off-by: Khem Raj <raj.khem@gmail.com> 20 --- 21 gcc/Makefile.in | 2 ++ [all …]
|
H A D | 0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch | 3 Date: Mon, 7 Dec 2015 23:41:45 +0000 4 Subject: [PATCH] Search target sysroot gcc version specific dirs with 7 We install the gcc libraries (such as crtbegin.p) into 8 <sysroot><libdir>/<target-sys>/5.2.0/ 9 which is a default search path for GCC (aka multi_suffix in the 10 code below). <target-sys> is 'machine' in gcc's terminology. We use 11 these directories so that multiple gcc versions could in theory 12 co-exist on target. 14 We only want to build one gcc-cross-canadian per arch and have this work 15 for all multilibs. <target-sys> can be handled by mapping the multilib [all …]
|
H A D | 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | 3 Date: Tue, 10 Mar 2020 08:26:53 -0700 8 differing versions of host gcc. Void the issue by not adding these. 10 Upstream-Status: Inappropriate [OE Reproducibility specific] 12 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 13 Signed-off-by: Khem Raj <raj.khem@gmail.com> 14 --- 15 gcc/gengtype.cc | 6 +++--- 16 gcc/genmodes.cc | 32 ++++++++++++++++---------------- 17 2 files changed, 19 insertions(+), 19 deletions(-) 19 diff --git a/gcc/gengtype.cc b/gcc/gengtype.cc [all …]
|
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 --- 18 gcc/common.opt | 4 ++++ 19 gcc/config.in | 10 ++++++++++ [all …]
|
H A D | 0011-aarch64-Fix-include-paths-when-S-B.patch | 3 Date: Tue, 31 Jan 2023 22:03:38 -0800 13 …-c -isystem/mnt/b/yoe/master/build/tmp/work/x86_64-linux/gcc-cross-aarch64/13.0.1-r0/recipe-sysr… 15 …from ../../../../../../../work-shared/gcc-13.0.1-r0/gcc-b2ec2504af77b35e748067eeb846821d12a6b6b4/g… 16 ./config/aarch64/aarch64.h:164:10: fatal error: aarch64-option-extensions.def: No such file or dire… 17 164 | #include "aarch64-option-extensions.def" 21 See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105144 23 Upstream-Status: Pending 25 Signed-off-by: Khem Raj <raj.khem@gmail.com> 26 --- 27 gcc/config/aarch64/aarch64.h | 14 +++++++------- [all …]
|
H A D | 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 9 https://gcc.gnu.org/ml/gcc-patches/2015-05/msg00899.html 11 This fix was debated but hasnt been applied gcc upstream since 18 2015-05-11 Szabolcs Nagy <szabolcs.nagy@arm.com> 23 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Remove -DUSE_ELF_SYMVER. 25 gcc/Changelog: 27 2015-05-11 Szabolcs Nagy <szabolcs.nagy@arm.com> 29 * config/i386/i386-expand.c (ix86_expand_builtin): Make __builtin_cpu_init 32 Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612559.html] 34 Signed-off-by: Khem Raj <raj.khem@gmail.com> 35 --- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch | 3 Date: Sat, 26 Aug 2017 10:29:37 -0700 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 --- 10 Upstream-Status: Pending 12 makedefs | 10 +++++----- 13 1 file changed, 5 insertions(+), 5 deletions(-) 15 diff --git a/makedefs b/makedefs 17 --- a/makedefs 19 @@ -551,7 +551,7 @@ int main(int argc, char **argv) 23 - ${CC-gcc} -o makedefs.test makedefs.test.c || exit 1 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
H A D | 0001-kpatch-build-add-cross-compilation-support.patch | 3 Date: Wed, 7 Aug 2019 02:57:35 +0900 4 Subject: [PATCH] kpatch-build: add cross-compilation support 6 This patch introduces new option for kpatch-build 7 script "--cross-compile" which can be used for 8 specifying cross-complier prefix. 14 possible to pass multy-component strings like 15 "ccache x86_64-xelinux-linux-" as cross-compiler 17 Upstream-Status: Pending 19 Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> 20 --- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
H A D | 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 3 Date: Sun, 15 Jan 2023 22:04:31 -0800 13 Fixes build when using -std >= gnu11 and using clang16+ 15 Older compilers gcc < 4.9 or clang < 8 has buggy _Alignof even though it 18 [1] https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2350.htm 21 Upstream-Status: Pending 23 Signed-off-by: Khem Raj <raj.khem@gmail.com> 24 --- 25 Misc/md5-coreutils.c | 12 +++++++++++- 26 Misc/sha1.c | 12 +++++++++++- 27 Misc/sha256.c | 12 +++++++++++- [all …]
|
/openbmc/linux/Documentation/kbuild/ |
H A D | gcc-plugins.rst | 2 GCC plugin infrastructure 9 GCC plugins are loadable modules that provide extra features to the 14 The GCC plugin infrastructure of the kernel supports building out-of-tree 15 modules, cross-compilation and building in a separate directory. 18 Currently the GCC plugin infrastructure supports only some architectures. 20 GCC plugins. 22 This infrastructure was ported from grsecurity [6]_ and PaX [7]_. 24 -- 26 .. [1] https://gcc.gnu.org/onlinedocs/gccint/Plugins.html 27 .. [2] https://gcc.gnu.org/onlinedocs/gccint/Plugin-API.html#Plugin-API [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0005-Disable-new-gcc8-warnings.patch | 3 Date: Wed, 9 May 2018 21:45:38 -0700 6 GCC seems to be not able to detect the checks for size are 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 Upstream-Status: Pending 14 src/libcollectdclient/network_parse.c | 7 +++++++ 15 src/write_sensu.c | 7 +++++++ 18 diff --git a/src/libcollectdclient/network_parse.c b/src/libcollectdclient/network_parse.c 20 --- a/src/libcollectdclient/network_parse.c 22 @@ -148,6 +148,11 @@ static int parse_int(void *payload, size_t payload_size, uint64_t *out) { [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/ |
H A D | 0001-Use-toolchain-from-environment-variables.patch | 6 Upstream-Status: Submitted [https://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT/pull/42] 7 Signed-off-by: Adrian Friedli <adrian.friedli@husqvarnagroup.com> 8 Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> 9 --- 10 Makefile.inc | 7 ++++--- 11 WTGService/Makefile | 2 +- 12 console_src/Makefile | 2 +- 13 lib/Makefile | 6 +++--- 14 4 files changed, 9 insertions(+), 8 deletions(-) 16 diff --git a/Makefile.inc b/Makefile.inc [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | qcom-emac.txt | 11 - compatible : Should be "qcom,fsm9900-emac". 12 - reg : Offset and length of the register regions for the device 13 - interrupts : Interrupt number used by this controller 14 - mac-address : The 6-byte MAC address. If present, it is the default 16 - internal-phy : phandle to the internal PHY node 17 - phy-handle : phandle to the external PHY node 20 - compatible : Should be "qcom,fsm9900-emac-sgmii" or "qcom,qdf2432-emac-sgmii". 21 - reg : Offset and length of the register region(s) for the device 22 - interrupts : Interrupt number used by this controller 25 - reg : The phy address [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | qcom,sc8280xp-qmp-pcie-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-pcie-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vinod Koul <vkoul@kernel.org> 19 - qcom,sa8775p-qmp-gen4x2-pcie-phy 20 - qcom,sa8775p-qmp-gen4x4-pcie-phy 21 - qcom,sc8180x-qmp-pcie-phy 22 - qcom,sc8280xp-qmp-gen3x1-pcie-phy 23 - qcom,sc8280xp-qmp-gen3x2-pcie-phy [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0011-Check-for-clang-before-checking-gcc-version.patch | 3 Date: Wed, 15 Apr 2020 14:17:20 -0700 4 Subject: [PATCH] Check for clang before checking gcc version 6 Clang advertises itself to be gcc 4.2.1, so when compiling this test 7 here fails since gcc < 4.4.5 did not support -static-libstdc++ but thats 9 before resorting to gcc version check. This should let clang enable 12 Upstream-Status: Pending 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 configure | 2 +- 17 configure.ac | 2 +- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
H A D | 0001-Make-space-for-flags-from-environment.patch | 3 Date: Wed, 20 Nov 2019 22:12:52 -0800 8 Upstream-Status: Pending 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 10 --- 11 sample/Makefile | 20 ++++++++++---------- 12 src/Makefile | 8 ++++---- 13 2 files changed, 14 insertions(+), 14 deletions(-) 15 diff --git a/sample/Makefile b/sample/Makefile 17 --- a/sample/Makefile 19 @@ -35,9 +35,9 @@ ifeq ($(PLATFORM),SunOS) [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcs404.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-qcs404.h> 8 #include <dt-bindings/clock/qcom,turingcc-qcs404.h> 9 #include <dt-bindings/clock/qcom,rpmcc.h> 10 #include <dt-bindings/power/qcom-rpmpd.h> 11 #include <dt-bindings/thermal/thermal.h> 14 interrupt-parent = <&intc>; 16 #address-cells = <2>; 17 #size-cells = <2>; [all …]
|
H A D | msm8953.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 4 #include <dt-bindings/clock/qcom,gcc-msm8953.h> 5 #include <dt-bindings/clock/qcom,rpmcc.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/power/qcom-rpmpd.h> 9 #include <dt-bindings/soc/qcom,apr.h> 10 #include <dt-bindings/sound/qcom,q6afe.h> 11 #include <dt-bindings/sound/qcom,q6asm.h> 12 #include <dt-bindings/thermal/thermal.h> [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 4 Subject: [PATCH] skip the test when gcc not deployed 6 Skip the tests which depend on gcc when 7 gcc not deployed. 9 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html] 11 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 12 --- 13 tests/run-disasm-x86-64.sh | 2 ++ 14 tests/run-disasm-x86.sh | 2 ++ 15 tests/run-strip-g.sh | 2 ++ 16 tests/run-strip-nothing.sh | 2 ++ [all …]
|