-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
buildroot-external/package/recovery-system/external/configs/recovery_tinkerboard2.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
BR2_aarch64=y | ||
BR2_cortex_a72_a53=y | ||
BR2_ARM_FPU_NEON_VFPV4=y | ||
# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set | ||
BR2_ROOTFS_LIB_DIR="lib" | ||
BR2_ROOTFS_LIB32_DIR="lib32" | ||
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_RECOVERY_SYSTEM_PATH)/board/tinkerboard2/post-build.sh" | ||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y | ||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="$(BR2_EXTERNAL_LINUX_KERNEL_CUSTOM_VERSION_VALUE)" | ||
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard2/kernel-patches" | ||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y | ||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard2/kernel_defconfig" | ||
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_EQ3_PATH)/kernel/global.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/device-support.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/security-arm64.config $(BR2_EXTERNAL_EQ3_PATH)/kernel/security.config $(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard2/kernel.config" | ||
BR2_PACKAGE_I2C_TOOLS=y | ||
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y | ||
BR2_PACKAGE_MULTILIB32=y | ||
BR2_PACKAGE_MULTILIB32_CONFIG_FRAGMENT_FILE="multilib32_arm_a53_defconfig" |
110 changes: 0 additions & 110 deletions
110
buildroot-external/package/recovery-system/external/configs/recovery_tinkerboard2_defconfig
This file was deleted.
Oops, something went wrong.