summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux_3.12.27.bb
blob: 1ca2f79707c42d3299ac54ef6e37af1f175cf625 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
inherit kernel
# mts class to build dtb and append to kernel image
inherit linux-append-dtb

PR = "r11"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"

DEPENDS += "xz-native bc-native"

SRC_URI = "https://www.kernel.org/pub/linux/kernel/v3.x/linux-${PV}.tar.gz"

S = "${WORKDIR}/${PN}-${PV}"

COMMON_PATCHES = " \
            file://linux-3.12-gpio-expose-pullups.patch \
            file://linux-3.12-gpio-expose-deglitch.patch \
            file://linux-3.12-atmel-spi.patch \
            file://linux-3.12-atmel-mci-force-detect.patch \
            file://linux-3.12-atmel-pmecc-debug-bitflips.patch \
            file://linux-3.12-at91sam9_wdt-10second-timeout.patch \
            file://linux-3.12.27-option-telit.patch \
            file://linux-3.12-cdc-acm-ignore-exar-devices.patch \
            file://linux-3.12-release-rfcomm-port-fix.patch \
            file://linux-3.12-spi-atmel-dma-min.patch \
            file://linux-3.12.27-USB-option-reduce-interrupt-urb-logging-verbosity.patch \
            "

SRC_URI_append_mtcdt = "\
            ${COMMON_PATCHES} \
            file://defconfig \
            file://linux-3.12-eeprom-setup-mtcdt.patch \
            file://linux-3.12-mtcdt-device-tree.patch \
            file://linux-3.12-add-num_accessory_ports-config-option.patch \
            "

SRC_URI[md5sum] = "2f05332bfca89ae1348ae454af2f5ffb"
SRC_URI[sha256sum] = "2014c55257dda311779359d6b42931079a687c154777cc528c44e25f262194cd"

COMPATIBLE_MACHINE = "(mtcdt)"
DTB_APPEND_mtcdt = "mtcdt"

# disable this on purpose for dev purposes
do_rm_work() {
	echo "skipping"
}