diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-11 13:17:23 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-11 13:17:23 +0000 |
commit | 74c950b9981c367816e4f51f0054e710ff4f4cbd (patch) | |
tree | 085eefbdee786ef25f45f0effb4fe10c80fc8097 /linux/linux-epia_2.6.8.1.oe | |
parent | b77228376d0f1dae6364228993185f32eb4c6b96 (diff) |
enable cramfs in .config
BKrev: 4142fae3LaGN78ueGyccERD2HZOtkA
Diffstat (limited to 'linux/linux-epia_2.6.8.1.oe')
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe index e69de29bb2..1f1cd2c7c4 100644 --- a/linux/linux-epia_2.6.8.1.oe +++ b/linux/linux-epia_2.6.8.1.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Linux kernel for VIA EPiA" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://epia_defconfig" +S = "${WORKDIR}/linux-${PV}" + +COMPATIBLE_HOST = 'i.86.*-linux' + +inherit kernel + +ARCH = "i386" +KERNEL_IMAGETYPE = "bzImage" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/epia_defconfig ${S}/.config +} |