require recipes-kernel/linux/linux-imx.inc
require recipes-kernel/linux/linux-dtb.inc
-# Avoid imx-test installation hacks
-IMX_TEST_SUPPORT = "n"
-
SRC_URI = "git://github.com/Freescale/linux-mainline.git \
file://defconfig"
LOCALVERSION = "-fslc"
-# Copyright (C) 2012 O.S. Systems Software LTDA.
+# Copyright (C) 2012, 2013 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Linux kernel for imx platforms"
LOCALVERSION ?= "+yocto"
SCMVERSION ?= "y"
-# Add imx-test support hacks
-IMX_TEST_SUPPORT ?= "y"
-
SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git \
file://defconfig \
"
printf "%s%s" +g $head > ${S}/.scmversion
fi
}
-
-# install nedded headers for imx-test compilation
-do_install_append() {
- if [ "${IMX_TEST_SUPPORT}" = "y" ]; then
- # bounds.h may be used by a module and is currently missing
- if [ -d include/generated ]; then
- cp -r include/generated/* $kerneldir/include/generated/
- fi
-
- # Host architecture object file
- rm -f $kerneldir/scripts/kconfig/kxgettext.o
- fi
-}