All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3] arago-console: Adding pciutils package
@ 2013-05-14 22:52 Nelson, Sam
  2013-05-14 23:18 ` Denys Dmytriyenko
  2013-05-15  3:53 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Nelson, Sam @ 2013-05-14 22:52 UTC (permalink / raw)
  To: meta-arago@arago-project.org

   pciutils provides very basic utilities for
   querying the devices on the pci bus, when pci
   interface is supported in the platform and
   useful to be part of the console package

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 .../packagegroups/packagegroup-arago-console.bb    |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
index 5a80064..537f050 100755
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
@@ -1,6 +1,8 @@
 DESCRIPTION = "Extended task to get more basic and console apps"
 LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
@@ -25,6 +27,7 @@ ARAGO_UTILS = "\
     i2c-tools \
     iproute2 \
     strace \
+    ${@base_contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
     "
 
 ARAGO_SDK_PREREQ = "\
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-15 18:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 22:52 [PATCHv3] arago-console: Adding pciutils package Nelson, Sam
2013-05-14 23:18 ` Denys Dmytriyenko
2013-05-15  3:53 ` Denys Dmytriyenko
2013-05-15 18:38   ` Nelson, Sam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.