Bug 9546

Summary: seems BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS do nothing
Product: buildroot Reporter: Artem Synytsyn <a.synytsyn>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Artem Synytsyn 2016-12-30 14:46:34 UTC
Enabling  BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS from  Target Packages -> Hardware Handling -> Firmware does not copy *.dtbo files into boot/overlays folder.
Comment 1 Yann E. MORIN 2016-12-30 17:56:01 UTC
Artem,

Please compare board/raspberrypi/genimage-raspberrypi.cfg and
board/raspberrypi3/genimage-raspberrypi3.cfg . You'll see how
to add the overlays .dtbo files for your specific rpi version.

The configuration files provided in Buildroot are only basic
configs; you have to adapt them to your own needs.

Regards,
Yann E. MORIN.