aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.30.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-06-19 22:44:01 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-06-19 22:44:01 +0200
commit7e4b03d13079c74c6b7dc7d7b53afd1b1cd8c042 (patch)
treeb83845c4e31f841153e9f126dbfb34f880eab17b /recipes/linux/linux_2.6.30.bb
parent4229c7118238b54c2b221ca65522bbf4780eea53 (diff)
downloadopenembedded-7e4b03d13079c74c6b7dc7d7b53afd1b1cd8c042.tar.gz
linux: Use 2.6.30 for the TX25
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r--recipes/linux/linux_2.6.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb
index 4114de1048..6dd445ac8e 100644
--- a/recipes/linux/linux_2.6.30.bb
+++ b/recipes/linux/linux_2.6.30.bb
@@ -7,6 +7,7 @@ S = "${WORKDIR}/linux-${PV}"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
+DEFAULT_PREFERENCE_tx25 = "1"
COMPATIBLE_MACHINE = "mpc8315e-rdb"
@@ -16,4 +17,3 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"
SRC_URI_append_tx25 = " file://linux-2.6.30-rc4-karo.diff;patch=1"
-