Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 2 May 2004 16:14:26 +0000 (16:14 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 2 May 2004 16:14:26 +0000 (16:14 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages

2004/05/02 18:14:20+02:00 uni-frankfurt.de!mickeyl
update epia kernel to latest fashion - patch courtesy pb_.

BKrev: 40951e62tHfGerYoFzMYnMGpFw6JcA

linux/linux-epia_2.6.5.oe

index 2633220..3df615e 100644 (file)
@@ -4,12 +4,13 @@ LICENSE = "GPL"
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2"
 S = "${WORKDIR}/linux-${PV}"
 
+COMPATIBLE_HOST = 'i.86.*-linux'
+
 inherit kernel
 
 ARCH = "i386"
 KERNEL_IMAGETYPE = "bzImage"
 
 do_configure_prepend() {
-       install -m 0644 ${FILESDIR}/epia_defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
-        oe_runmake oldconfig
+       install -m 0644 ${FILESDIR}/epia_defconfig ${S}/.config
 }