Adds 2.6.38 version at 11.11.01 tag but set DEFAULT_PREFERENCE as '-1'
for now.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
--- /dev/null
+# Copyright (C) 2011 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Linux kernel for imx platforms"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit kernel
+COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)"
+
+SRC_URI = "git://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_11.11.01;protocol=http \
+ file://egalax_ts-enable-single-event-support.patch \
+ file://defconfig \
+ "
+
+S = "${WORKDIR}/git"