summaryrefslogtreecommitdiffstats
path: root/package/gcc/gcc-initial
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-22 10:41:46 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-23 10:43:02 +0100
commita8aaee72a7f1db5de8839eb3a5499046a38a4fac (patch)
tree5064ed8d91f4241223d1966a04dd747c8ede15b7 /package/gcc/gcc-initial
parent70d1aafd8b047b8dacafd09cb71b32b1a639e226 (diff)
downloadbuildroot-a8aaee72a7f1db5de8839eb3a5499046a38a4fac.tar.gz
buildroot-a8aaee72a7f1db5de8839eb3a5499046a38a4fac.zip
configs/armadeus_apf27: fix U-Boot configuration
The U-Boot part of the defconfig was not specifying explicitly any U-Boot version. Since commit 21e3ae8a18bb77943c0a2492ab9ebf14cab333f9 ("boot/uboot: default to kconfig buildsystem for latest version"), we default to using the kconfig build system when the default U-Boot version is used. Following this change, the apf27 defconfig therefore started using kconfig, for which the BR2_TARGET_UBOOT_BOARDNAME Config.in option is not used. Due to this, the build fails with: boot/uboot/uboot.mk:411: *** No board defconfig name specified, check your BR2_TARGET_UBOOT_BOARD_DEFCONFIG setting. Stop. Indeed, when Kconfig is used, the board defconfig must be specified with BR2_TARGET_UBOOT_BOARD_DEFCONFIG. As part of fixing this, we also set a fixed U-Boot version for this defconfig, like we do in all other defconfigs. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/123771003 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gcc/gcc-initial')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud