Hi

I installed the OpenEmbedded source and build tools to create a new opie image for my C760:

my conf file is:

xtrn...@ubuntu001:/data1/oe$ cat build/conf/local.conf
# Where to store sources
DL_DIR = "${OETREE}/downloads"

INHERIT += " rm_work "

# Make sure you have these installed
ASSUME_PROVIDED += "gdk-pixbuf-csource-native imagemagick-native librsvg-native"

# Which files do we want to parse:
BBFILES := "${OETREE}/openembedded/recipes/*/*.bb"
BBMASK = ""

# What kind of images do we want?
IMAGE_FSTYPES += " tar.bz2 "

# Set TMPDIR instead of defaulting it to $pwd/tmp
TMPDIR = "${OETREE}/${DISTRO}-dev"

# Make use of SMP and fast disks
PARALLEL_MAKE = "-j4"
BB_NUMBER_THREADS = "4"

#tinderbox
#INHERIT += "oestats-client"
OESTATS_BUILDER      = "myname"

DISTRO = "angstrom-2008.1"
MACHINE = "c7x0"



xtrn...@ubuntu001:/data1/oe/openembedded$ git status
# On branch stable/2009
nothing to commit (working directory clean)


xtrn...@ubuntu001:/data1/oe/openembedded$ git pull
remote: Counting objects: 60, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 30 (delta 23), reused 0 (delta 0)
Unpacking objects: 100% (30/30), done.
From git://git.openembedded.org/openembedded
  918aa5c..f62655f  org.openembedded.dev -> origin/org.openembedded.dev
  d455ff8..a7c7bfb  shr/import -> origin/shr/import
Already up-to-date.


Doing a "bitbake opie-image" I get an error

NOTE: Handling BitBake files: \ (6657/6657) [100 %]
NOTE: Parsing finished. 6374 cached, 0 parsed, 283 skipped, 0 masked.
NOTE: Cache is clean, not saving.
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
...
ERROR: function do_rootfs failed
ERROR: see log in /data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/log.do_rootfs.10020 NOTE: Task failed: /data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/log.do_rootfs.10020
ERROR: TaskFailed event exception, aborting
ERROR: Build of /data1/oe/openembedded/recipes/kexecboot/initramfs-kexecboot-image.bb do_rootfs failed NOTE: Running task 2640 of 5032 (ID: 3368, /data1/oe/openembedded/recipes/opie-keytabs/opie-keytabs_1.2.4.bb, do_package_stage_all) NOTE: Running task 2652 of 5032 (ID: 3457, /data1/oe/openembedded/recipes/ipkg/ipkg_0.99.163.bb, do_package) ERROR: Task 2604 (/data1/oe/openembedded/recipes/kexecboot/initramfs-kexecboot-image.bb, do_rootfs) failed
...
NOTE: Tasks Summary: Attempted 2648 tasks of which 2633 didn't need to be rerun and 1 failed. ERROR: '/data1/oe/openembedded/recipes/kexecboot/initramfs-kexecboot-image.bb' failed


Looking at the log file mentioned in the messages there is only one error message at the end:

xtrn...@ubuntu001:/data1/oe/build$ tail /data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/log.do_rootfs.10020
./dev/mtdblock4
./dev/event0
./proc/
+ cd /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/
+ rm -f /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/initramfs-kexecboot-image-c7x0.tar.gz + ln -s Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.tar.gz /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/initramfs-kexecboot-image-c7x0.tar.gz + mkfs.jffs2 --root=/data1/oe/angstrom-dev/rootfs --faketime -m favourlzo --output=/data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.jffs2 --pad --little-endian --eraseblock=0x4000 -n + sumtool -i /data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.jffs2 -o /data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.jffs2.summary --eraseblock=0x4000 -l -p + cat /data1/oe/angstrom-dev/staging/armv5te-angstrom-linux-gnueabi/usr/lib/sharp-flash-header/header-c700.bin /data1/oe/angstrom-dev/work/c7x0-angstrom-linux-gnueabi/initramfs-kexecboot-image-1.0-r0/temp/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.jffs2 cat: /data1/oe/angstrom-dev/staging/armv5te-angstrom-linux-gnueabi/usr/lib/sharp-flash-header/header-c700.bin: No such file or directory



The file header-c700.bin and the directory in which it should reside does not exist:


xtrn...@ubuntu001:/data1/oe/build$ ls /data1/oe/angstrom-dev/staging/armv5te-angstrom-linux-gnueabi/usr/lib/f* ls: cannot access /data1/oe/angstrom-dev/staging/armv5te-angstrom-linux-gnueabi/usr/lib/f*: No such file or directory

xtrn...@ubuntu001:/$ find /data1/oe -name header-c700.bin
/data1/oe/openembedded/recipes/sharp-binary-only/sharp-flash-header-c700/header-c700.bin


The target files are there but the file size does not look okay:

xtrn...@ubuntu001:/data1/oe/openembedded$ du -hs /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/* 212K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0-installkit 36K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0-testlab 88K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.cpio.gz 120K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.jffs2 168K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.summary.jffs2 84K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.tar.bz2 88K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/Angstrom-initramfs-kexecboot-image-glibc-ipk-2009.X-stable-c7x0.rootfs.tar.gz 4.0K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/initramfs-kexecboot-image-c7x0.cpio.gz 4.0K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/initramfs-kexecboot-image-c7x0.jffs2 4.0K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/initramfs-kexecboot-image-c7x0.tar.bz2 4.0K /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/initramfs-kexecboot-image-c7x0.tar.gz 3.1M /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/modules-2.6.26-r9-c7x0.tgz 1.3M /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/zImage-2.6.26-r9-c7x0.bin
0    /data1/oe/angstrom-dev/deploy/glibc/images/c7x0/zImage-c7x0.bin


How can I fix this error?


regards

Bernd


--
Bernd Schemmer, Frankfurt am Main, Germany
http://bnsmb.de/

M s temprano que tarde el mundo cambiar .
                       Fidel Castro


_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to