summaryrefslogtreecommitdiff
path: root/multitech/recipes/linux/linux_2.6.35.bbappend
blob: 4760adeaaefb4a612cd46e6977dc7ccfc2adfacc (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
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"

PR .= ".corecdp15"
STABLEV = "14"

SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
                    ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/longterm/v${PV}/patch-${PV}.${STABLEV}.bz2;apply=yes;name=stablepatch \
                    file://defconfig \
                    file://linux-2.6.35.14-mach-at91.patch \
                    file://linux-2.6.35.14-at91-gpio-pullup.patch \
                    file://linux-2.6.35-sierra-1.7.40.patch \
                    file://linux-2.6.32.3-atmel_spi.patch \
                    file://linux-2.6.32.3-at25.patch \
                    file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \
                    file://linux-2.6.35.14-option-zte.patch \
                    file://linux-2.6.32.3-option-telit.patch \
                    file://linux-2.6.35.14-option-telit-20150120.patch \
                    "

SRC_URI_mt100eocg = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
                            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/longterm/v${PV}/patch-${PV}.${STABLEV}.bz2;apply=yes;name=stablepatch \
                            file://defconfig \
                            file://linux-2.6.35.14-mach-at91-mt100eocg.patch \
                            file://linux-2.6.35.14-at91-gpio-pullup.patch \
                            file://linux-2.6.35-sierra-1.7.40.patch \
                            file://linux-2.6.32.3-atmel_spi.patch \
                            file://linux-2.6.32.3-at25.patch \
                            file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \
                            file://linux-2.6.35.14-option-zte.patch \
                            file://linux-2.6.32.3-option-telit.patch \
                            file://linux-2.6.35.14-option-telit-20150120.patch \
                            "

# work around firmware/Makefile issue with make 3.82
do_install_prepend () {
    mkdir -p ${D}/lib/firmware
}

# prevent setlocalversion from changing kernel version
do_configure_prepend() {
    touch ${S}/.scmversion
}

SRC_URI[stablepatch.md5sum] = "4f67e7c68cfba3d139cd99ccf002617e"
SRC_URI[stablepatch.sha256sum] = "90e3033334e1af3624e428b9985d033e90515e68a16336af1cdbd7a0c9f2e45a"