summaryrefslogtreecommitdiff
path: root/recipes/linux/linux_2.6.30-rc4.bb
blob: d4f7fdd8febf7883b3a7efbab705d8ac8ba44519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require linux.inc

PV = "2.6.29+2.6.30-rc4"

S = "${WORKDIR}/linux-2.6.30-rc4"

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

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-${PV}.tar.bz2 \
           file://defconfig"

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