[Buildroot] [PATCHv2 03/12] configs/amarula_a64_relic_defconfig: remove BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT

Romain Naour romain.naour at gmail.com
Tue Apr 21 17:26:37 UTC 2020


This option is lost while loading the defconfig with:
make amarula_a64_relic_defconfig

This fixes the new defconfig check.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Cc: Jagan Teki <jagan at amarulasolutions.com>
---
If android tools is really required for this defconfig,
BR2_PACKAGE_HOST_ANDROID_TOOLS must be selected first.
---
 configs/amarula_a64_relic_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/amarula_a64_relic_defconfig b/configs/amarula_a64_relic_defconfig
index f2e7e7f965..5a62fbf6c4 100644
--- a/configs/amarula_a64_relic_defconfig
+++ b/configs/amarula_a64_relic_defconfig
@@ -40,7 +40,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_GENERIC_ISSUE="Welcome to Amarula A64-Relic"
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
-- 
2.25.3




More information about the buildroot mailing list