machines.conf: add pci to MACHINE_FEATURES

This will bring pciutils automatically to all machines:
- all armada machines
- all am33x machines
- imx8 hw23

BugzID: 73589

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Alexandre Bard 2021-08-18 15:17:23 +02:00 committed by Patrick Zysset
parent b0a1d9ead2
commit b2bb823e3c
3 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ WWAN_NBR = "1"
WWAN_VENDORS = "ublox"
MACHINE_FEATURES += " \
pci \
can \
spi \
imu \

View File

@ -17,7 +17,7 @@ UBOOT_ENTRYPOINT = "0x13000000"
UBOOT_LOADADDRESS = "0x13000000"
# List common SoC features, may need to add touchscreen for specific machines
MACHINE_FEATURES = "kernel26 usbgadget usbhost vfat ext2 ext4 ethernet"
MACHINE_FEATURES = "kernel26 usbgadget usbhost pci vfat ext2 ext4 ethernet"
SOTA_MACHINE = "armada-385"

View File

@ -39,7 +39,7 @@ IMAGE_BOOT_FILES = "MLO u-boot.img"
UBI_VOLNAME = "rootfs"
# List common SoC features, may need to add touchscreen for specific machines
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost pci vfat ext2 screen alsa ethernet sgx"
NM_TARGET = "netbird"