linux: add ev3dev extension

This adds an ev3dev Linux drivers extension that provides Linux kernel
drivers for LEGO MINDSTORMS EV3 from the ev3dev project.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
David Lechner
2016-11-01 22:15:55 -05:00
committed by Thomas Petazzoni
parent c846d2e211
commit 7d4a2f2ca4
7 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Prompt-less option, because this package is not doing anything except
# downloading the ev3dev driver sources. The real work is done by a Linux
# extension.
config BR2_PACKAGE_EV3DEV_LINUX_DRIVERS
bool
depends on BR2_LINUX_KERNEL
help
Linux drivers for LEGO MINDSTORMS EV3
This is only the download helper for the kernel patch.
https://github.com/ev3dev/lego-linux-drivers

View File

@@ -0,0 +1,11 @@
################################################################################
#
# ev3dev Linux drivers
#
################################################################################
EV3DEV_LINUX_DRIVERS_VERSION = 0e551eb25ae8600c1f178814781bfb42dc835496
EV3DEV_LINUX_DRIVERS_SITE = $(call github,ev3dev,lego-linux-drivers,$(EV3DEV_LINUX_DRIVERS_VERSION))
EV3DEV_LINUX_DRIVERS_LICENSE = GPLv2
$(eval $(generic-package))

View File

@@ -0,0 +1,2 @@
# locally computed
sha256 9d2740b348c8d43e7e15fedc4cec99bf351a3a2ba8691f2a07c439a9c034bc04 lego-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz