diff options
author | Dieter Thimm <dthimm@gmx.de> | 2009-06-13 01:19:06 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-19 22:38:07 +0200 |
commit | 4229c7118238b54c2b221ca65522bbf4780eea53 (patch) | |
tree | 72bea6d035ea5597a9b6354d84996419b1e41532 /recipes/linux/linux_2.6.30.bb | |
parent | 715ccad5fe7ebf50661b8787a17091a76474a5fa (diff) |
This is the Boardfile, defconfig, Kerneldiff and adapted bb file for the new tx25 ka-ro Board.
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r-- | recipes/linux/linux_2.6.30.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb index 577b915828..4114de1048 100644 --- a/recipes/linux/linux_2.6.30.bb +++ b/recipes/linux/linux_2.6.30.bb @@ -14,3 +14,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig" 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" + |