increase dvbapp PR.
[vuplus_openembedded] / recipes / linux / linux-rt_2.6.25.bb
1 require linux.inc
2
3 # Linux kernel using the PREEMPT RT patch
4
5 # Mark archs/machines that this kernel supports
6 DEFAULT_PREFERENCE = "-1"
7 DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
8 DEFAULT_PREFERENCE_efika = "1"
9
10 PR = "r4"
11
12 #KERNEL_IMAGETYPE_efika = "Image"
13
14 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \
15            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.25.4.bz2;patch=1 \
16            ${KERNELORG_MIRROR}/pub/linux/kernel/projects/rt/older/patch-2.6.25.4-rt6.bz2;patch=1 \
17            file://defconfig"
18
19 S = "${WORKDIR}/linux-2.6.25"
20
21