aboutsummaryrefslogtreecommitdiffstats
path: root/linux/handhelds-sa-2.6_cvs.oe
blob: f0f13a8a96c2da51febd74ec3b81483d7592be77 (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
SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel for StrongArm processor based devices."
MAINTAINER = "Alex Lange <chicken@handhelds.org>"
LICENSE = "GPL"
#
PACKAGE_ARCH_jornada56x = "jornada56x"
PACKAGE_ARCH_ipaqsa = "ipaqsa"
KERNEL_CCSUFFIX = "-3.3.4"
COMPATIBLE_HOST = "arm.*-linux"

FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel26  \
           file://defconfig-${MACHINE}"

S = "${WORKDIR}/kernel26"

inherit kernel
#

do_configure() {
	install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."
        (echo N; echo m; echo N) | oe_runmake oldconfig
}