From b2bb823e3cb189f8fa106c471203622bd37f3ba8 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 18 Aug 2021 15:17:23 +0200 Subject: [PATCH] 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 --- conf/machine/imx8-nmhw23.conf | 1 + conf/machine/include/armada.inc | 2 +- conf/machine/include/ti33x.inc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/machine/imx8-nmhw23.conf b/conf/machine/imx8-nmhw23.conf index e4f13bf..b0c8787 100644 --- a/conf/machine/imx8-nmhw23.conf +++ b/conf/machine/imx8-nmhw23.conf @@ -42,6 +42,7 @@ WWAN_NBR = "1" WWAN_VENDORS = "ublox" MACHINE_FEATURES += " \ + pci \ can \ spi \ imu \ diff --git a/conf/machine/include/armada.inc b/conf/machine/include/armada.inc index 04099f4..48ba26f 100644 --- a/conf/machine/include/armada.inc +++ b/conf/machine/include/armada.inc @@ -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" diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 18e4db8..409e69e 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -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"