aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-mainline_3.7.bb
blob: 547855ee8b284ba5a3331627ed84aa0c4d27e4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (C) 2012 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)

DESCRIPTION = "Linux mainline kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
DEPENDS += "lzop-native"
PROVIDES = "virtual/kernel"

inherit kernel

require recipes-kernel/linux/linux-dtb.inc

PV = "3.7+git${SRCPV}"

# patches-3.7
SRCREV = "0f30a07969aa1ea3470ceedf9cc0ae98216fa0f3"

SRC_URI = "git://github.com/Freescale/linux-mainline.git \
           \
           file://defconfig"

S = "${WORKDIR}/git"

# We need to pass it as param since kernel might support more then one
# machine, with different entry points
EXTRA_OEMAKE += "LOADADDR=${UBOOT_ENTRYPOINT}"

COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"