Skip to content

Commit b93ea73

Browse files
authored
qcom-armv[78]a: stop pulling in mesa-driver-msm (#948)
Mesa drivers are not essential for the machine to boot. Also, it is a distro-level (or user-level) decision, which set of GL drivers to pull into the resulting image. Stop listing mesa-driver-msm in MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS.
2 parents c2f41fd + 83cb60e commit b93ea73

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

conf/machine/qcom-armv7a.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ KERNEL_DEVICETREE ?= " \
3333
"
3434

3535
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
36-
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-msm', '', d)} \
3736
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'wireless-regdb-static', '', d)} \
3837
"
3938

conf/machine/qcom-armv8a.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ MACHINE_EXTRA_RRECOMMENDS += " \
6666
# Modules and firmware for all supported machines
6767
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
6868
kernel-modules \
69-
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-msm', '', d)} \
7069
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'wireless-regdb-static', '', d)} \
7170
packagegroup-dragonboard410c-firmware \
7271
packagegroup-dragonboard820c-firmware \

0 commit comments

Comments
 (0)