put linux-epia zImage in kernel-image, not kernel
authorPhil Blundell <philb@gnu.org>
Sun, 5 Dec 2004 18:48:24 +0000 (18:48 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 5 Dec 2004 18:48:24 +0000 (18:48 +0000)
BKrev: 41b357f8z8DYTiiEiwfE5hRvHIfIcA

linux/linux-epia_2.6.8.1.oe

index c1fdc26..11173e1 100644 (file)
@@ -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
 }