summaryrefslogtreecommitdiff
path: root/linux/linux-sun4c_2.6.8.1.oe
blob: 98734f8d6528f5dc4e1426f8e2534688d25ebf8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Linux kernel for sparc32/sun4c"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
           file://sun4c_defconfig"
S = "${WORKDIR}/linux-${PV}"

COMPATIBLE_HOST = 'sparc-linux'

inherit kernel

ARCH = "sparc"
KERNEL_IMAGETYPE = "image"

do_configure_prepend() {
	install -m 0644 ${WORKDIR}/sun4c_defconfig ${S}/.config
}