ep93xx kernel: update to derevo12
authorKoen Kooi <koen@openembedded.org>
Sat, 4 Mar 2006 10:11:27 +0000 (10:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 4 Mar 2006 10:11:27 +0000 (10:11 +0000)
packages/linux/ep93xx-kernel_2.6.15.bb

index 735d9f5..7e0c6de 100644 (file)
@@ -1,11 +1,11 @@
 DESCRIPTION = "Linux Kernel for Cirrus Logic ep39xx compatible machines"
 SECTION = "kernel"
 LICENSE = "GPL"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
-                  http://www.wantstofly.org/~buytenh/ep93xx/derevo10.diff;patch=1 \
-                   file://defconfig \
+                  http://www.wantstofly.org/~buytenh/ep93xx/derevo12.diff;patch=1 \
+           file://defconfig \
                   "
 
 S = "${WORKDIR}/linux-${PV}"
@@ -16,7 +16,7 @@ KERNEL_IMAGETYPE = "zImage"
 
 do_configure() {
                install -m 644 ${WORKDIR}/defconfig ${S}/.config
-               make oldconfig
+               make ARCH=arm oldconfig
 }
 
 do_deploy() {