[oe] linux_2.6.34 staging error

Vitus Jensen vjensen at gmx.de
Fri Jun 4 03:30:37 UTC 2010


On Thu, 3 Jun 2010, balakrishnan wrote:

> Hi,
>  I am trying to build linux_2.6.34 kernel for my development board on
> stable/2009 branch. So that I have added below recipe to accomplish this
> stuff. During bitbake I got staging error, can I have solution for
> this?.
>
> NOTE: Running task 396 of 546 (ID:
> 9, /home/balakrishnan/econsystems/projects/openembedded/recipes/linux/linux_2.6.34.bb, do_populate_staging)
> ERROR: function do_stage failed
> ERROR: see log
> in /home/balakrishnan/econsystems/projects/tmp/work/alioth-angstrom-linux-gnueabi/linux-2.6.34-r1/temp/log.do_stage.4058

You could take a look into that logfile.


Or use the attached patch to add linux 2.6.34 to stable/2009, it's working 
here for a pp603e-based machine.  You may have to add the checksums to 
checksums.ini if you don't use the patch for inline checksums.

And for some reasons I had to build u-boot-mkimage-native first.

Vitus

-- 
Vitus Jensen, Hannover, Germany, Universe (current)
pgp public key available from keyservers
-------------- next part --------------
From c7759ec88f0364532047b05c06e45d9a2bb2a613 Mon Sep 17 00:00:00 2001
From: Vitus Jensen <vjensen at gmx.de>
Date: Fri, 4 Jun 2010 05:16:07 +0200
Subject: [STABLE][PATCH] linux_2.6.34: new recipe


Signed-off-by: Vitus Jensen <vjensen at gmx.de>
---
 recipes/linux/linux_2.6.34.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 recipes/linux/linux_2.6.34.bb

diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb
new file mode 100644
index 0000000..64835d4
--- /dev/null
+++ b/recipes/linux/linux_2.6.34.bb
@@ -0,0 +1,15 @@
+require linux.inc
+
+KERNEL_RELEASE = "2.6.34"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+PR = "r0"
+
+S = "${WORKDIR}/linux-${KERNEL_RELEASE}"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${KERNEL_RELEASE}.tar.bz2;name=kernel \
+	file://defconfig"
+SRC_URI[kernel.md5sum] = "10eebcb0178fb4540e2165bfd7efc7ad"
+SRC_URI[kernel.sha256sum] = "fa395fec7de633df1cb85b6248b8f35af98380ed128a8bc465fb48bc4d252633"
-- 
1.6.4.4



More information about the Openembedded-devel mailing list