aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.30.bb
diff options
context:
space:
mode:
authormlafauci <mlafauci@metodo2.it>2011-10-24 08:19:42 +0200
committerMarco Cavallini <m.cavallini@koansoftware.com>2011-11-04 10:59:09 +0100
commit52f52adf95b7b579e0bcd16b0a3547b1672a6182 (patch)
tree2aa694f4fb098cee234a71260d117fb9a9ae99b6 /recipes/linux/linux_2.6.30.bb
parent51682f9ee38b3ca5e95b1c15df7483bfa88ae57a (diff)
downloadopenembedded-52f52adf95b7b579e0bcd16b0a3547b1672a6182.tar.gz
linux: Add vulcanoG20 machine
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
Diffstat (limited to 'recipes/linux/linux_2.6.30.bb')
-rw-r--r--recipes/linux/linux_2.6.30.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb
index a49246cc99..87b7d2fb1e 100644
--- a/recipes/linux/linux_2.6.30.bb
+++ b/recipes/linux/linux_2.6.30.bb
@@ -17,6 +17,7 @@ DEFAULT_PREFERENCE_at91sam9m10g45ek = "2"
DEFAULT_PREFERENCE_at91sam9g10ek = "2"
DEFAULT_PREFERENCE_at91sam9g20ek = "2"
DEFAULT_PREFERENCE_ronetix-pm9g45 = "2"
+DEFAULT_PREFERENCE_vulcano-g20 = "2"
# machine boots with it, works but was not tested too much
DEFAULT_PREFERENCE_at91sam9263ek = "-1"
@@ -98,7 +99,16 @@ SRC_URI_ronetix-pm9g45 = " \
file://defconfig"
# http://download.ronetix.info/boards/linux/kernel/2.6.30/
-
+
+SRC_URI_vulcano-g20 = " \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
+ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.10.bz2;apply=yes;name=stablepatch \
+ file://0001-linux-Add-VulcanoG20-in-mach-at91-Kconfig.patch \
+ file://0002-linux-Add-VulcanoG20-in-mach-at91-Makefile.patch \
+ file://0003-linux-Add-AT45DB0642-in-bin-page-mode-mtd_dataflash.patch \
+ file://0004-linux-Add-VulcanoG20-support.patch \
+ file://defconfig"
+
SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch"