diff options
author | Allen Wild <allenwild93@gmail.com> | 2020-01-06 00:08:20 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-07 10:16:54 +0000 |
commit | a4c8118676ba8002edab29fc81b4e4edd9fad1f1 (patch) | |
tree | 4984c29f62c35990bec60293cacd4bb19e26f738 | |
parent | a953fc0f9b9152e407deb85e99d94384eb0be4d0 (diff) | |
download | meta-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.conf | 1 | ||||
-rw-r--r-- | conf/machine/raspberrypi4.conf | 1 |
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 | ||
5 | MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" |
6 | 6 | ||
7 | MACHINE_FEATURES += "pci" | ||
7 | MACHINE_EXTRA_RRECOMMENDS += "\ | 8 | MACHINE_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" | |||
6 | require conf/machine/include/tune-cortexa7.inc | 6 | require conf/machine/include/tune-cortexa7.inc |
7 | include conf/machine/include/rpi-base.inc | 7 | include conf/machine/include/rpi-base.inc |
8 | 8 | ||
9 | MACHINE_FEATURES += "pci" | ||
9 | MACHINE_EXTRA_RRECOMMENDS += "\ | 10 | MACHINE_EXTRA_RRECOMMENDS += "\ |
10 | linux-firmware-rpidistro-bcm43455 \ | 11 | linux-firmware-rpidistro-bcm43455 \ |
11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | 12 | bluez-firmware-rpidistro-bcm4345c0-hcd \ |