aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.29+2.6.30-rc4.bb
blob: 2af4a2e8f87e922d4771420ab7ff5135ac2b8b8a (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
require linux.inc

KERNEL_RELEASE = "2.6.30-rc4"
OLD_KERNEL_RELEASE = "2.6.29"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}"
PR = "r5"

S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"

# Zaurus
DEFAULT_PREFERENCE_akita = "-1"
DEFAULT_PREFERENCE_c7x0 = "-1"
DEFAULT_PREFERENCE_collie = "-1"
DEFAULT_PREFERENCE_poodle = "-1"
DEFAULT_PREFERENCE_spitz = "-1"
DEFAULT_PREFERENCE_tosa = "-1"
DEFAULT_PREFERENCE_tx25 = "1"


SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${OLD_KERNEL_RELEASE}.tar.bz2 \
           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.30/patch-${KERNEL_RELEASE}.bz2;patch=1 \
           file://defconfig"

SRC_URI_append_afeb9260 = " \
        file://0001-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch;patch=1 \
        file://0002-RS-485-mode-of-USART1.patch;patch=1 \
        file://0004-AFEB9260-ASoC-driver.patch;patch=1 \
"

SRC_URI_append_tx25 = " file://linux-2.6.30-rc4-git.patch;patch=1 \
	file://linux-2.6.30-rc4-karo3.diff;patch=1 \
        file://stk5-baseboard_c_vesa640.patch;patch=1"