linux_2.6.31.bb: Make default for db1200
[openembedded.git] / recipes / linux / linux_2.6.31.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_db1200 = "1"
10
11 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
12            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;patch=1 \
13            http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
14            file://defconfig"
15
16 SRC_URI_append_ep93xx = " \
17         file://edb9301-fix-machine-id.patch;patch=1 \
18         "