summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.28.bb
blob: 393209c3beb15b9c2659363d6e4c017a0605ee37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require linux.inc

PR = "r2"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"

DEFAULT_PREFERENCE_at91sam9263ek = "28"
DEFAULT_PREFERENCE_stb225 = "28"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
           file://defconfig"

SRC_URI_append_at91sam9263ek = " \
           file://linux-2.6.28-at91.patch.bz2;patch=1 \
	   file://linux-2.6.28-exp.patch.bz2;patch=1 "

SRC_URI_append_stb225 = " \
           file://uImage.patch;patch=1 \
           file://ebase-fix.patch;patch=1 \
           file://enable-uart.patch;patch=1 \
           file://ip3902.patch;patch=1"