Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / linux / linux-epia_2.6.8.1.oe
1 SECTION = "kernel"
2 DESCRIPTION = "Linux kernel for VIA EPiA"
3 LICENSE = "GPL"
4 PR = "r15"
5
6 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
7            http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \
8            http://hem.bredband.net/ekmlar/patch-vt1211-2.6.txt;patch=1 \
9            file://epia_defconfig"
10 S = "${WORKDIR}/linux-${PV}"
11
12 COMPATIBLE_HOST = 'i.86.*-linux'
13
14 inherit kernel
15
16 ARCH = "i386"
17 KERNEL_IMAGETYPE = "bzImage"
18
19 # Don't want kernel in rootfs
20 FILES_kernel = ""
21 ALLOW_EMPTY_kernel = "1"
22 PACKAGES += "kernel-image"
23 FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
24
25 do_configure_prepend() {
26         install -m 0644 ${WORKDIR}/epia_defconfig ${S}/.config
27 }