aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.28.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-05-29 19:11:19 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-05-29 19:14:18 +0200
commit4e9b399fb27c7bbe8a4ed54cf6259ddc494c3df0 (patch)
treedf1210b1da1af555917d2ff194850c244db0098b /recipes/linux/linux_2.6.28.bb
parent411e9f88738dae423dff7c98b3e3f3dfc712365c (diff)
downloadopenembedded-4e9b399fb27c7bbe8a4ed54cf6259ddc494c3df0.tar.gz
linux: Initial support for the Ka-Ro TX27 (rev. 4)
Diffstat (limited to 'recipes/linux/linux_2.6.28.bb')
-rw-r--r--recipes/linux/linux_2.6.28.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb
index b11bf166c3..bded7ed03e 100644
--- a/recipes/linux/linux_2.6.28.bb
+++ b/recipes/linux/linux_2.6.28.bb
@@ -1,6 +1,6 @@
require linux.inc
-PR = "r8"
+PR = "r9"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
@@ -11,6 +11,7 @@ DEFAULT_PREFERENCE_stb225 = "28"
DEFAULT_PREFERENCE_collie = "1"
DEFAULT_PREFERENCE_gamecube = "1"
DEFAULT_PREFERENCE_wrap = "1"
+DEFAULT_PREFERENCE_tx27 = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
file://defconfig"
@@ -64,4 +65,9 @@ SRC_URI_append_gamecube = " \
file://patch-2.6.28-gc;patch=1 \
"
+SRC_URI_append_tx27 = " \
+ file://linux-2.6.28-karo4.diff;patch=1 \
+ "
+
+
S = "${WORKDIR}/linux-2.6.28/"