Dear OpenEmbedded hackers,

I successfully built base-image with

        $ bitbake base-image

following [1].

I now want to build console-image afterwards, but I get an error.

        ERROR: function do_deploy failed
        ERROR: see log in 
/srv/oe/angstrom-dev/work/beagleboard-angstrom-linux-gnueabi/linux-omap-2.6.29-r49/temp/log.do_deploy.18428
        NOTE: Task failed: 
/srv/oe/angstrom-dev/work/beagleboard-angstrom-linux-gnueabi/linux-omap-2.6.29-r49/temp/log.do_deploy.18428
        ERROR: TaskFailed event exception, aborting
        ERROR: Build of /srv/oe/openembedded/recipes/linux/linux-omap_2.6.29.bb 
do_deploy failed
        ERROR: Task 737 
(/srv/oe/openembedded/recipes/linux/linux-omap_2.6.29.bb, do_deploy) failed
        ERROR: '/srv/oe/openembedded/recipes/linux/linux-omap_2.6.29.bb' failed

I attach my local.conf and log file.

I only found [2] on the Web with the same error message. Please tell me
what other information you need.


Thanks,

Paul


[1] http://www.angstrom-distribution.org/building-angstrom
[2] http://www.embeddedrelated.com/groups/AT91SAM/show/4280.php
install: cannot stat `arch/arm/boot/uImage': No such file or directory
# 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 = "beagleboard"
BUILD_ARCH = "i686"
BUILD_OS = "linux"

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to