[oe] bitbake console-image: ERROR: function do_deploy failed: install: cannot stat `arch/arm/boot/uImage': No such file or directory

Paul Menzel paulepanter at users.sourceforge.net
Mon Nov 23 22:25:05 UTC 2009


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
-------------- next part --------------
install: cannot stat `arch/arm/boot/uImage': No such file or directory
-------------- next part --------------
# 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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20091123/149064c1/attachment-0002.sig>


More information about the Openembedded-devel mailing list