summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.38.bb
blob: 6b75e63a20a872d7f4300a6c1b36d26b7a9c9a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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"