summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild <allenwild93@gmail.com>2020-01-06 00:08:20 -0500
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-07 10:16:54 +0000
commita4c8118676ba8002edab29fc81b4e4edd9fad1f1 (patch)
tree4984c29f62c35990bec60293cacd4bb19e26f738
parenta953fc0f9b9152e407deb85e99d94384eb0be4d0 (diff)
downloadmeta-raspberrypi-a4c8118676ba8002edab29fc81b4e4edd9fad1f1.tar.gz
conf/machine: add pci to MACHINE_FEATURES for Pi4
This pulls in the pciutils package (including `lspci`) via packagegroup-base. Signed-off-by: Allen Wild <allenwild93@gmail.com>
-rw-r--r--conf/machine/raspberrypi4-64.conf1
-rw-r--r--conf/machine/raspberrypi4.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
index 2bf62ef..633d188 100644
--- a/conf/machine/raspberrypi4-64.conf
+++ b/conf/machine/raspberrypi4-64.conf
@@ -4,6 +4,7 @@
4 4
5MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi4:${MACHINE}"
6 6
7MACHINE_FEATURES += "pci"
7MACHINE_EXTRA_RRECOMMENDS += "\ 8MACHINE_EXTRA_RRECOMMENDS += "\
8 linux-firmware-rpidistro-bcm43455 \ 9 linux-firmware-rpidistro-bcm43455 \
9 bluez-firmware-rpidistro-bcm4345c0-hcd \ 10 bluez-firmware-rpidistro-bcm4345c0-hcd \
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index 1bcf931..d6b1d1b 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -6,6 +6,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6require conf/machine/include/tune-cortexa7.inc 6require conf/machine/include/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9MACHINE_FEATURES += "pci"
9MACHINE_EXTRA_RRECOMMENDS += "\ 10MACHINE_EXTRA_RRECOMMENDS += "\
10 linux-firmware-rpidistro-bcm43455 \ 11 linux-firmware-rpidistro-bcm43455 \
11 bluez-firmware-rpidistro-bcm4345c0-hcd \ 12 bluez-firmware-rpidistro-bcm4345c0-hcd \