aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-05 18:48:24 +0000
committerPhil Blundell <philb@gnu.org>2004-12-05 18:48:24 +0000
commit77698038b1b7aa2a7d67f826834abab157fcbbca (patch)
treec9ce1552b28bdae3dd62ff1f8662bba977146ecf
parent6113645c522b088888af5ea1899f91c18768de05 (diff)
downloadopenembedded-77698038b1b7aa2a7d67f826834abab157fcbbca.tar.gz
put linux-epia zImage in kernel-image, not kernel
BKrev: 41b357f8z8DYTiiEiwfE5hRvHIfIcA
-rw-r--r--linux/linux-epia_2.6.8.1.oe8
1 files changed, 7 insertions, 1 deletions
diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe
index c1fdc26ba8..11173e1dff 100644
--- a/linux/linux-epia_2.6.8.1.oe
+++ b/linux/linux-epia_2.6.8.1.oe
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for VIA EPiA"
LICENSE = "GPL"
-PR = "r14"
+PR = "r15"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \
@@ -16,6 +16,12 @@ inherit kernel
ARCH = "i386"
KERNEL_IMAGETYPE = "bzImage"
+# Don't want kernel in rootfs
+FILES_kernel = ""
+ALLOW_EMPTY_kernel = "1"
+PACKAGES += "kernel-image"
+FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
+
do_configure_prepend() {
install -m 0644 ${WORKDIR}/epia_defconfig ${S}/.config
}