rpi: use bcm2835-userland all rpi images

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2023-02-21 01:07:17 +00:00
parent 48db70fb45
commit 36479fe701

View File

@ -73,11 +73,8 @@
# for a list of additional drivers see packages/linux-drivers
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2"
if [ ${TARGET_ARCH} = "aarch64" ]; then
ADDITIONAL_PACKAGES+=" bcm2835-userland"
else
ADDITIONAL_DRIVERS+=" bcm2835-driver"
fi
# Comment ADDITIONAL_PACKAGES below if using bcm2835-driver
# ADDITIONAL_DRIVERS+=" bcm2835-driver"
if [ "${ALSA_SUPPORT}" = "yes" ]; then
ADDITIONAL_DRIVERS+=" rpi-cirrus-config"
@ -91,5 +88,8 @@
# Space separated list is supported,
DRIVER_ADDONS="crazycat dvb-latest"
# additional packages to install:
ADDITIONAL_PACKAGES+=" bcm2835-userland"
# debug tty path
DEBUG_TTY="/dev/console"