aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kirkwood_2.6.33-rc1.bb
blob: 7cdc60084aa07cdbda219ef3ab64aa2555aeb229 (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
32
33
34
35
36
37
38
39
40
41
42
DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices"
SECTION = "kernel"
LICENSE = "GPLv2"

COMPATIBLE_MACHINE = "openrd-base|openrd-client|sheevaplug"

require linux.inc

# Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc
PV = "2.6.32+2.6.33-rc1"

SRCREV = "58c19e3ea75a629c3d38a4490f96a65cf2f36a11"

SRC_URI = "git://repo.or.cz/linux-2.6/linux-2.6-openrd.git;protocol=git \
           file://defconfig"

SRC_URI_append_openrd-base += " \
	 file://openrd-base/openrd-base-enable-pcie.patch \
	 file://0004-ARM-Kirkwood-OpenRD-SD-UART1-selection.patch \
	"

SRC_URI_append_openrd-client += " \
	 file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch \
	 file://0002-OpenRD-Client-Volari-Z11-driver-added.patch \
	 file://0003-ARM-Kirkwood-Sound-Sound-driver-added.patch \
	 file://0004-ARM-Kirkwood-OpenRD-SD-UART1-selection.patch \
	"

# update machine types list for ARM architecture, only for machines that need it
do_arm_mach_types() {
#  if test ${MACHINE} == openrd-base || test ${MACHINE} == openrd-client; then
    curl -o mach-types "http://www.arm.linux.org.uk/developer/machines/download.php" && \
    cp mach-types arch/arm/tools/mach-types
#  fi
}

addtask arm_mach_types after do_patch before do_configure

S = "${WORKDIR}/git"

KERNEL_IMAGETYPE ?= "uImage"