diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-15 12:36:58 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-15 12:36:58 -0500 |
commit | 033f6816d9b34d4f7cbfb1c503ed3ee8ccbcbb34 (patch) | |
tree | 4dc366e4361e441175b94e0a1a3b4f922817da46 /multitech/recipes/linux/linux_2.6.35.bbappend | |
parent | 141541f35dc73754a7eaab2dcf1904037707e9ec (diff) |
linux: added 2.6.35.14 kernel
Changes from 2.6.32.3 CDP kernel
--------------------------------
* upgraded sierra driver to 1.7.40
* dropped option.c patch - changes merged upstream by James Maki
* dropped at91_mci patch - changes merged upstream
* dropped m25p80 patch - changes merged upgrstream
Diffstat (limited to 'multitech/recipes/linux/linux_2.6.35.bbappend')
-rw-r--r-- | multitech/recipes/linux/linux_2.6.35.bbappend | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/multitech/recipes/linux/linux_2.6.35.bbappend b/multitech/recipes/linux/linux_2.6.35.bbappend new file mode 100644 index 0000000..4a3af0e --- /dev/null +++ b/multitech/recipes/linux/linux_2.6.35.bbappend @@ -0,0 +1,28 @@ +FILESEXTRA := "${THISDIR}" +FILESPATHBASE =. "${FILESEXTRA}:" + +PR .= ".corecdp1" +STABLEV = "14" + +SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/longterm/v${PV}/patch-${PV}.${STABLEV}.bz2;apply=yes;name=stablepatch \ + file://defconfig \ + file://linux-2.6.35.14-mach-at91.patch \ + file://linux-2.6.35-sierra-1.7.40.patch \ + file://linux-2.6.32.3-atmel_spi.patch \ + file://linux-2.6.32.3-at25.patch \ + file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ + " + +SRC_URI_mtcdp-embedded = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/longterm/v${PV}/patch-${PV}.${STABLEV}.bz2;apply=yes;name=stablepatch \ + file://defconfig \ + file://linux-2.6.35.14-mach-at91-mtcdp-embedded.patch \ + file://linux-2.6.35-sierra-1.7.40.patch \ + file://linux-2.6.32.3-atmel_spi.patch \ + file://linux-2.6.32.3-at25.patch \ + file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \ + " + +SRC_URI[stablepatch.md5sum] = "1f540c6bb638e1fff9de25648d063e4c" +SRC_URI[stablepatch.sha256sum] = "57c820dfb7a587c01a90d6317c9d7e2ae1471b923970ad305c384dbb1d67b182" |