diff options
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" |