Ship PCI Utils
This adds the PCIUTILS package back to the petitroot. In the past it was
included in the build as a dependency of IPRUTILS.
When that was dropped from the build we inadvertently dropped PCIUTILS,
which contains lspci. We have an lspci in busybox but as Oliver pointed
this out this is not adequate:
> why did we replace the useful lspci in skiroot with the useless lspci?
> the busybox lspci doesn't even show the domain number
Fixes: a1ae0bc353b8 ("Un-ship iprutils")
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/configs/witherspoon_defconfig b/openpower/configs/witherspoon_defconfig
index 7f82406..9e76301 100644
--- a/openpower/configs/witherspoon_defconfig
+++ b/openpower/configs/witherspoon_defconfig
@@ -32,6 +32,7 @@
BR2_PACKAGE_IPMITOOL=y
BR2_PACKAGE_IPMITOOL_USB=y
BR2_PACKAGE_MDADM=y
+BR2_PACKAGE_PCIUTILS=y
BR2_PACKAGE_NCURSES_WCHAR=y
BR2_PACKAGE_DROPBEAR=y
# BR2_PACKAGE_DROPBEAR_SERVER is not set