summaryrefslogtreecommitdiff
path: root/linux/linux-epia_2.6.5.oe
blob: 3df615ebccc7796759ea3c186c98f358466c83e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Linux kernel for VIA EPiA"
LICENSE = "GPL"

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

COMPATIBLE_HOST = 'i.86.*-linux'

inherit kernel

ARCH = "i386"
KERNEL_IMAGETYPE = "bzImage"

do_configure_prepend() {
	install -m 0644 ${FILESDIR}/epia_defconfig ${S}/.config
}