poky/meta
Ryan Eatmon cdee0c5774 sbc: Fix for gcc 15 compile error
With the move to gcc 15, the code is now generating a compile error.

../sbc-2.1/sbc/sbc_primitives_armv6.c:284:9:
   error: too many arguments to function 'sbc_analyze_eight_armv6';
      expected 0, have 3

Simple fix is to drop the C standard down to gnu17 to avoid this new
error.

(From OE-Core rev: 2dc0664e966cd8d4c99798cc997c192785773e31)

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-05-27 09:01:16 +01:00
..
classes bitbake.conf/pseudo: Switch from exclusion list to inclusion list 2025-05-12 22:01:56 +01:00
classes-global insane.bbclass: Add unimplemented-ptest detection for cargo-based tests 2025-05-19 17:35:43 +01:00
classes-recipe uboot-sign: Add support for setting firmware property in FIT configuration 2025-05-22 14:36:49 +01:00
conf ptest-packagelists: Add riscv64 exclusions so we can add testing 2025-05-15 10:55:26 +01:00
files overlayfs-etc: Unmount /sys and /proc before init 2025-03-27 11:19:04 +00:00
lib oeqa/selftest/rust: Add exclusion to fix riscv64 builds 2025-05-15 10:55:26 +01:00
recipes-bsp gnu-efi: Use objcopy from GNU binutils with clang 2025-05-27 09:01:16 +01:00
recipes-connectivity connman: Fix CVE-2025-32366 2025-05-19 17:35:42 +01:00
recipes-core busybox: Fix build on architectures without SYS_settimeofday 2025-05-22 14:36:49 +01:00
recipes-devtools python3-numpy: upgrade 2.2.5 -> 2.2.6 2025-05-27 09:01:16 +01:00
recipes-extended ltp: backport patch to fix compilation error for Skylake -march=x86-64-v3 2025-05-22 14:36:49 +01:00
recipes-gnome libadwaita: upgrade 1.7.0 -> 1.7.2 2025-05-13 10:29:21 +01:00
recipes-graphics mesa: update 25.1.0 -> 25.1.1 2025-05-27 09:01:16 +01:00
recipes-kernel perf: Do not treat maybe-uninitialized warnings as errors 2025-05-22 14:36:49 +01:00
recipes-multimedia sbc: Fix for gcc 15 compile error 2025-05-27 09:01:16 +01:00
recipes-rt rt-tests: Fix build with glibc 2.41+ 2025-01-29 16:16:52 +00:00
recipes-sato core-image-sato: fix SDK dependency on glib 2025-05-12 22:01:55 +01:00
recipes-support libunwind: disable installation of tests dir 2025-05-22 14:36:49 +01:00
site site/arm-linux: Fix typo for sizeof_char_p 2024-11-21 12:16:28 +00:00
COPYING.MIT
recipes.txt