aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-netvista_2.4.27.bb
blob: 10c9bfc20360a4577664f2cc36fbcc0fecddb326 (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
DESCRIPTION = "Linux kernel x86 for IBM Netvista"
LICENSE     = "GPL"
MAINTAINER  = "Florian Boor <florian@kernelconcepts.de>
PR          = "r4"

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

COMPATIBLE_HOST='i.86.*-linux'

inherit kernel

KERNEL_CCSUFFIX = "-3.3.4"
ARCH = "i386"
KERNEL_IMAGETYPE = "bzImage"

# Avoid getting the kernel in the rootfs
FILES_kernel = ""
ALLOW_EMPTY_kernel = "1"
PACKAGES += "kernel-image"
FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"

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