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