summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-20 17:48:09 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-20 22:20:35 +0200
commitffacbf7ec2e1011456f0994a7527491392d4d45a (patch)
treebb6080e0223754e6fbc5462ad9a4c2e6653b5aa0
parent460a093787eb09e7002d12cc2e4f37e568479fd5 (diff)
downloadbuildroot-ffacbf7ec2e1011456f0994a7527491392d4d45a.tar.gz
buildroot-ffacbf7ec2e1011456f0994a7527491392d4d45a.zip
pciutils: disallow on Blackfin
Even though some Blackfin processors have PCI interfaces, the PCI support is not supported by the Linux kernel: it has been marked as broken since 2008. This means there's probably little interest for PCI on Blackfin, and consequently little interest about getting pciutils to build. Fixes http://autobuild.buildroot.net/results/a27/a27ce61967ef8f780887f7681c8b0edd91656be6/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/iprutils/Config.in1
-rw-r--r--package/pciutils/Config.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/iprutils/Config.in b/package/iprutils/Config.in
index a7e3cb3c43..1bc58e814b 100644
--- a/package/iprutils/Config.in
+++ b/package/iprutils/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_IPRUTILS
select BR2_PACKAGE_NCURSES_TARGET_MENU
select BR2_PACKAGE_LIBSYSFS
select BR2_PACKAGE_PCIUTILS
+ depends on !BR2_bfin # pciutils
help
System utilities for IBM Power RAID devices
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in
index a082f23997..d46df6c0d6 100644
--- a/package/pciutils/Config.in
+++ b/package/pciutils/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
+ # PCI not supported on Blackfin
+ depends on !BR2_bfin
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.
OpenPOWER on IntegriCloud