summaryrefslogtreecommitdiff
path: root/packages/linux/linux_2.6.28.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-01-29 13:38:36 -0800
committerKhem Raj <raj.khem@gmail.com>2009-01-29 13:38:36 -0800
commit4e083e8324315cc5dc3ff3e718f625805db35d63 (patch)
treef6eb4cd77406f1205db747d9746a109692033610 /packages/linux/linux_2.6.28.bb
parenta0c371cbc502b0c7a78c4c9dc7906a70efbbb286 (diff)
parent6a6d6bab519aefb44e3d49d305134057adf7539e (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/linux/linux_2.6.28.bb')
-rw-r--r--packages/linux/linux_2.6.28.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb
index d70aed5746..e37ab9d013 100644
--- a/packages/linux/linux_2.6.28.bb
+++ b/packages/linux/linux_2.6.28.bb
@@ -1,11 +1,12 @@
require linux.inc
-PR = "r1"
+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"
@@ -13,3 +14,8 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
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://ebase-fix.patch;patch=1 \
+ file://enable-uart.patch;patch=1 \
+ file://ip3902.patch;patch=1 "