aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-sun4cdm_2.6.8.1.bb
blob: 55bf3ae5cf9622a5b4e679330f455f169826a3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SECTION = "kernel"
DESCRIPTION = "Linux kernel for sparc32/sun4c"
LICENSE = "GPLv2"
PR = "r1"

SRC_URI = "${KERNELORG_MIRROR}/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
}