Add on2-8170 kernel modules

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Alexandre Belloni 2013-06-11 12:18:39 +02:00 committed by Peter Korsgaard
parent f5eb71790a
commit 82fddc399e
3 changed files with 35 additions and 0 deletions

View file

@ -272,6 +272,7 @@ source "package/minicom/Config.in"
source "package/nanocom/Config.in"
source "package/neard/Config.in"
source "package/ofono/Config.in"
source "package/on2-8170-modules/Config.in"
source "package/open2300/Config.in"
source "package/openocd/Config.in"
source "package/owl-linux/Config.in"

View file

@ -0,0 +1,11 @@
config BR2_PACKAGE_ON2_8170_MODULES
bool "on2-8170 modules"
depends on BR2_LINUX_KERNEL
depends on BR2_arm926t
help
Kernel modules for Hantro x170 hardware video decompression support.
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
comment "on2-8170 modules requires a linux kernel to be built"
depends on !BR2_LINUX_KERNEL

View file

@ -0,0 +1,23 @@
################################################################################
#
# on2-8170-modules
#
################################################################################
ON2_8170_MODULES_VERSION = 73b0806
ON2_8170_MODULES_SITE = http://github.com/alexandrebelloni/on2-8170-modules/tarball/$(ON2_8170_MODULES_VERSION)
ON2_8170_MODULES_DEPENDENCIES = linux
ON2_8170_MODULES_LICENSE = GPLv2+
#There is no license file
define ON2_8170_MODULES_BUILD_CMDS
$(MAKE) -C $(LINUX_DIR) $(LINUX_MAKE_FLAGS) M=$(@D)
endef
define ON2_8170_MODULES_INSTALL_TARGET_CMDS
$(MAKE) -C $(LINUX_DIR) $(LINUX_MAKE_FLAGS) M=$(@D) modules_install
endef
$(eval $(generic-package))