diff options
Diffstat (limited to 'linux/epia_2.6.5.oe')
-rw-r--r-- | linux/epia_2.6.5.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/epia_2.6.5.oe b/linux/epia_2.6.5.oe index e69de29bb2..c833f7a16c 100644 --- a/linux/epia_2.6.5.oe +++ b/linux/epia_2.6.5.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "Linux kernel for VIA EPiA" +LICENSE = "GPL" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" + +inherit kernel + +KERNEL_ARCH = "i386" +KERNEL_IMAGETYPE = "bzImage" + +do_configure_prepend() { + cp ${FILESDIR}/epia_defconfig ${S}/.config + (echo N; echo m; echo N) | oe_runmake oldconfig +} |