linux-2.6.29: Stylize, use spaces not tabs.
[openembedded.git] / recipes / linux / linux_2.6.29.bb
1 require linux.inc
2
3 PR = "r1"
4
5 S = "${WORKDIR}/linux-2.6.29"
6
7 # Mark archs/machines that this kernel supports
8 DEFAULT_PREFERENCE = "-1"
9 DEFAULT_PREFERENCE_canyonlands = "1"
10 DEFAULT_PREFERENCE_tosa = "1"
11 DEFAULT_PREFERENCE_vortex86sx = "1"
12
13 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
14            file://defconfig"
15
16 SRC_URI_append_canyonlands = " \
17         file://0001-powerpc-4xx-Add-PPC4xx-PCIe-MSI-support.patch;patch=1 \
18         "
19
20 SRC_URI_append_tosa = " \
21         file://0001-pxa-make-second-argument-of-clk_add_alias-a-name-in.patch;patch=1 \
22         file://0002-spi-pxa2xx-spi-set-default-cs_control-to-null_cs_co.patch;patch=1 \
23         "