blob: a5e1e263ecc6bdeb01645d74ce1f89526aa4932b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"
SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;apply=yes;name=build \
file://defconfig \
file://linux-2.6.32.3-mach-at91.patch \
file://linux-2.6.32.3-option.patch \
file://linux-2.6.32.3-sierra.patch \
file://linux-2.6.32.3-atmel_spi.patch \
file://linux-2.6.32.3-at91_mci.patch \
file://linux-2.6.32.3-m25p80.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/patch-${PV}.3.bz2;apply=yes;name=build \
file://defconfig \
file://linux-2.6.32.3-mach-at91-mtcdp-embedded.patch \
file://linux-2.6.32.3-option.patch \
file://linux-2.6.32.3-sierra.patch \
file://linux-2.6.32.3-atmel_spi.patch \
file://linux-2.6.32.3-at91_mci.patch \
file://linux-2.6.32.3-m25p80.patch \
file://linux-2.6.32.3-at25.patch \
file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch \
"
SRC_URI[build.md5sum] = "6bd3c5fea1e88bb4d0948ec3688bd8f6"
SRC_URI[build.sha256sum] = "e7526a7ae7210bc7c4f4837e9d8a666f9b126d59bee16015c41c5850d29c841f"
|