configs/raspberrypi0w_defconfig: new defconfig for Raspberry Pi Zero W
authorYves Deweerdt <yves.deweerdt.linux@gmail.com>
Wed, 21 Jun 2017 20:39:44 +0000 (22:39 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 31 Mar 2018 10:31:32 +0000 (12:31 +0200)
commit650818fb3a6fb7b9bd9fcefabbc187c1bbe95e0a
treebbcf81eaf812cb9fe1e99b241dcebfc8dfd9d694
parent5966e2dc54dfb19c5fde3a09d72f3abc6125c202
configs/raspberrypi0w_defconfig: new defconfig for Raspberry Pi Zero W

Up to now, Raspberry Pi Zero W (rpi0w) could be built with the normal
raspberrypi0_defconfig. However, then you don't have support for the
Bluetooth out-of-the-box, which makes using a W a bit pointless.

Therefore, create a separate defconfig for the W. It is a copy of
raspberrypi0_defconfig with the following changes:
 - Add DT overlays (from rpi-firmware) to support Bluetooth.
 - Pass --add-pi3-miniuart-bt-overlay to post-image.sh.

Since there is now a separate raspberrypi0w_defconfig, the W support
can be removed from raspberrypi0_defconfig.

Signed-off-by: Yves Deweerdt <yves.deweerdt.linux@gmail.com>
[Arnout:
 - Bump to same kernel version as raspberrypi0.
 - Remove redundant comment.
 - Remove redundant default BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS=y.
 - Improve commit log.
 - Refresh .gitlab-ci.yml.
]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
.gitlab-ci.yml
board/raspberrypi/genimage-raspberrypi0.cfg
board/raspberrypi/genimage-raspberrypi0w.cfg [new file with mode: 0644]
board/raspberrypi0w [new symlink]
configs/raspberrypi0_defconfig
configs/raspberrypi0w_defconfig [new file with mode: 0644]