From a4c8118676ba8002edab29fc81b4e4edd9fad1f1 Mon Sep 17 00:00:00 2001 From: Allen Wild Date: Mon, 6 Jan 2020 00:08:20 -0500 Subject: [PATCH] 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 --- conf/machine/raspberrypi4-64.conf | 1 + conf/machine/raspberrypi4.conf | 1 + 2 files changed, 2 insertions(+) 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 @@ MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" +MACHINE_FEATURES += "pci" MACHINE_EXTRA_RRECOMMENDS += "\ linux-firmware-rpidistro-bcm43455 \ 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" require conf/machine/include/tune-cortexa7.inc include conf/machine/include/rpi-base.inc +MACHINE_FEATURES += "pci" MACHINE_EXTRA_RRECOMMENDS += "\ linux-firmware-rpidistro-bcm43455 \ bluez-firmware-rpidistro-bcm4345c0-hcd \