sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux_2.6.22+2.6.23-rc5.bb
1 require linux.inc
2
3 DEFAULT_PREFERENCE = "-1"
4 DEFAULT_PREFERENCE_ts72xx = "-1"
5
6 PR = "r1"
7
8 BASE_KERNEL_VERSION = "2.6.22"
9 KERNEL_VERSION = "2.6.23-rc5"
10 KERNEL_RELEASE = "2.6.23-rc5"
11
12 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${BASE_KERNEL_VERSION}.tar.bz2 \
13            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.23/patch-${KERNEL_VERSION}.bz2;patch=1 \
14            file://defconfig \
15            "
16
17 SRC_URI_append_ts72xx = "\
18            file://ep93xx-gpio-interrupt-debounce.diff;patch=1 \
19            file://ep93xx-i2c-bus.diff;patch=1 \
20            file://ep93xx-i2c.diff;patch=1 \
21            file://ep93xx-leds.diff;patch=1 \
22            file://ep93xx-serial-uartbaud.diff;patch=1 \
23            file://ep93xx-serial-clocks.diff;patch=1 \
24            file://ep93xx-timer-accuracy.diff;patch=1 \
25            file://ep93xx-maverick-uniqid.patch;patch=1 \
26            file://ts72xx-nfbit-fix.patch;patch=1 \
27            file://ts72xx-machine-id-fix.patch;patch=1 \
28            file://ts72xx-watchdog.patch;patch=1 \
29            file://ts72xx-use-cpld-reset.patch;patch=1 \
30            "
31
32 S = "${WORKDIR}/linux-2.6.22"