Add device specifics for the HP Jornada 56x series courtesy Alex 'Chicken' Lange
[vuplus_openembedded] / linux / linux-epia_2.6.8.1.oe
1 DESCRIPTION = "Linux kernel for VIA EPiA"
2 LICENSE = "GPL"
3 PR = "r5"
4
5 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
6            http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \
7            file://epia_defconfig"
8 S = "${WORKDIR}/linux-${PV}"
9
10 COMPATIBLE_HOST = 'i.86.*-linux'
11
12 inherit kernel
13
14 ARCH = "i386"
15 KERNEL_IMAGETYPE = "bzImage"
16
17 do_configure_prepend() {
18         install -m 0644 ${WORKDIR}/epia_defconfig ${S}/.config
19 }