lsuio: new UIO helper package

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Mike Frysinger 2010-11-20 01:52:43 -05:00 committed by Peter Korsgaard
parent 56a2e82c40
commit 95f17bf78f
4 changed files with 20 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Updated/fixed packages: cloop, m4, openssh, xz
New packages: lsuio
2010.11, Released November 30th, 2010:
Fixes all over the tree.

View File

@ -175,6 +175,7 @@ source "package/input-tools/Config.in"
source "package/iostat/Config.in"
source "package/kbd/Config.in"
source "package/lm-sensors/Config.in"
source "package/lsuio/Config.in"
source "package/lvm2/Config.in"
source "package/makedevs/Config.in"
source "package/mdadm/Config.in"

6
package/lsuio/Config.in Normal file
View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LSUIO
bool "lsuio"
help
list available userspace I/O (UIO) devices
http://www.osadl.org/UIO.uio.0.html

11
package/lsuio/lsuio.mk Normal file
View File

@ -0,0 +1,11 @@
#############################################################
#
# lsuio
#
#############################################################
LSUIO_VERSION = 0.2.0
LSUIO_SOURCE = lsuio-$(LSUIO_VERSION).tar.gz
LSUIO_SITE = http://www.osadl.org/projects/downloads/UIO/user
$(eval $(call AUTOTARGETS,package,lsuio))