Skip to content

Commit

Permalink
set GCC 13 as external toolchain gcc for recovery system build and
Browse files Browse the repository at this point in the history
unified 6.6 kernel headers definitions for all defconfigs.
  • Loading branch information
jens-maus committed Jun 17, 2024
1 parent c0bba83 commit 27dc7a8
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_TOOLCHAIN_EXTERNAL_GCC_12=y
BR2_TOOLCHAIN_EXTERNAL_GCC_13=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
# BR2_TOOLCHAIN_EXTERNAL_INET_RPC is not set
BR2_TOOLCHAIN_EXTERNAL_PATH="$(BASE_DIR)/../../../host"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/generic-aarch64/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_x86_64=y
BR2_x86_corei7=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/generic-x86_64/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/odroid-c2/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_aarch64=y
BR2_cortex_a55=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/odroid-c4/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_aarch64=y
BR2_cortex_a72=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/odroid-n2/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BR2_x86_64=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/ova/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_arm=y
BR2_arm1176jzf_s=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/rpi0/post-build.sh"
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(BR2_EXTERNAL_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_arm=y
BR2_cortex_a7=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ARM_FPU_NEON_VFPV4=y
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/rpi2/post-build.sh"
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_aarch64=y
BR2_ARM_FPU_VFPV4=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/rpi3/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_aarch64=y
BR2_cortex_a72=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/rpi4/post-build.sh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_aarch64=y
BR2_cortex_a76=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ARM64_PAGE_SIZE_16K=y
BR2_ROOTFS_LIB_DIR="lib"
BR2_ROOTFS_LIB32_DIR="lib32"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BR2_arm=y
BR2_cortex_a17=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
BR2_ARM_FPU_NEON_VFPV4=y
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/tinkerboard/post-build.sh"
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
Expand Down

0 comments on commit 27dc7a8

Please sign in to comment.