Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / linux / linux_2.6.30.bb
1 require linux.inc
2
3 PR = "r1"
4
5 S = "${WORKDIR}/linux-${PV}"
6
7 # Mark archs/machines that this kernel supports
8 DEFAULT_PREFERENCE = "-1"
9 DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
10 DEFAULT_PREFERENCE_calamari = "1"
11 DEFAULT_PREFERENCE_mx27ads = "1"
12
13 # machine boots with it, works but was not tested too much
14 DEFAULT_PREFERENCE_at91sam9263ek = "-1"
15
16 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
17            http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \
18            file://defconfig"
19
20 SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"
21
22 SRC_URI_append_at91sam9263ek = " file://hrw-linux-2.6.30-exp.patch;patch=1 "
23