All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake console-image: ERROR: function do_deploy failed: install: cannot stat `arch/arm/boot/uImage': No such file or directory
@ 2009-11-23 22:25 Paul Menzel
  2009-11-24  7:46 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Menzel @ 2009-11-23 22:25 UTC (permalink / raw)
  To: openembedded-devel


[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]

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

[-- Attachment #1.2: log.do_deploy.27595 --]
[-- Type: text/plain, Size: 72 bytes --]

install: cannot stat `arch/arm/boot/uImage': No such file or directory

[-- Attachment #1.3: local.conf --]
[-- Type: text/plain, Size: 725 bytes --]

# 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 #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-24  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 22:25 bitbake console-image: ERROR: function do_deploy failed: install: cannot stat `arch/arm/boot/uImage': No such file or directory Paul Menzel
2009-11-24  7:46 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.