Skip to content

Commit

Permalink
Make board dir global patch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Aug 28, 2020
1 parent d0f50f9 commit c124ef5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/bananapim1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-bananapim1"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/bananapim1"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/nanopineo2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BR2_ARM_FPU_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo2"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/nanopineo2"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64=y
BR2_TARGET_OPTIMIZATION="-pipe"
Expand Down
1 change: 1 addition & 0 deletions configs/nanopineo_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/nanopineo"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/nanopir1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopir1"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/nanopir1"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/odroidxu4_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-odroidxu4"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/odroidxu4"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/orangepione_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-orangepione"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/orangepione"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/orangepizero_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-orangepizero"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/orangepizero"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/raspberrypi2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi2"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/raspberrypi2"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/raspberrypi3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi3"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/raspberrypi3"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/raspberrypi4_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_NEON_FP_ARMV8=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi4"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/raspberrypi4"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_OPTIMIZATION="-pipe"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
Expand Down
1 change: 1 addition & 0 deletions configs/raspberrypi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BR2_arm1176jzf_s=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-raspberrypi"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/raspberrypi"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/raspberrypi/tools/archive/5caa7046982f0539cf5380f94da04b31129ed521.tar.gz"
Expand Down
1 change: 1 addition & 0 deletions configs/tinkerboard_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-tinkerboard"
BR2_OPTIMIZE_2=y
BR2_GLOBAL_PATCH_DIR="board/tinkerboard"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y
BR2_TARGET_OPTIMIZATION="-pipe"
Expand Down

0 comments on commit c124ef5

Please sign in to comment.