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:
parent
b0a1d9ead2
commit
b2bb823e3c
|
|
@ -42,6 +42,7 @@ WWAN_NBR = "1"
|
|||
WWAN_VENDORS = "ublox"
|
||||
|
||||
MACHINE_FEATURES += " \
|
||||
pci \
|
||||
can \
|
||||
spi \
|
||||
imu \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue