configs/microchip_sam9x60ek_mmc_dev_defconfig: add missing options
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 7 Aug 2021 10:31:07 +0000 (12:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 7 Aug 2021 10:33:03 +0000 (12:33 +0200)
This defconfig needs wchar, thread debugging, and udev support to be
able to use all the packages it enables.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/1478738516

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/microchip_sam9x60ek_mmc_dev_defconfig

index 6c3fcc6b3f26cd021fe0216ca03bd07cb1f42cf8..8b6ecfb7e8ef83f0771bae07336a44b962e02fab 100644 (file)
@@ -1,6 +1,10 @@
 BR2_arm=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
+BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
+BR2_PTHREAD_DEBUG=y
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
 BR2_TARGET_GENERIC_HOSTNAME="sam9x60ek"
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/microchip/sam9x60ek_mmc/genimage.cfg"
 BR2_LINUX_KERNEL=y