From 54eecdabe0cdfdc47d77b3e182fda5899702ded7 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 02:06:17 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-boundary_3.10.17.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-kernel/linux/linux-boundary_3.10.17.bb (limited to 'recipes-kernel/linux/linux-boundary_3.10.17.bb') diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb new file mode 100644 index 0000000..afb10e1 --- /dev/null +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb @@ -0,0 +1,19 @@ +# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA +# Released under the MIT license (see COPYING.MIT for the terms) + +require recipes-kernel/linux/linux-imx.inc +require recipes-kernel/linux/linux-dtb.inc + +SUMMARY = "Linux kernel for Boundary Devices boards" + +SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \ + file://defconfig \ + file://Fix-imx6qsabrelite-perftop-crash.patch \ + " + +LOCALVERSION = "-1.0.0_ga+yocto" +SRCBRANCH = "boundary-imx_3.10.17_1.0.0_ga" +SRCREV = "ca882d5a8f09d4e0e7aecd754baab54bf04a8768" +DEPENDS += "lzop-native " +COMPATIBLE_MACHINE = "(mx6)" +COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)" -- cgit v1.2.3-54-g00ecf