Patchworkβ [oe] circular dependency when building linux_2.6.25.bb

login
register
about
Submitter Marcin Juszkiewicz
Date 2010-02-01 09:21:47
Message ID <201002011021.47660.marcin@juszkiewicz.com.pl>
Download mbox | patch
Permalink /patch/1538/
State Superseded, archived
Headers show

Comments

Marcin Juszkiewicz - 2010-02-01 09:21:47
Dnia niedziela, 31 stycznia 2010 o 07:25:42 Guo Hongruan napisaƂ(a):
> Hi guys,
>    I tried to build openembedded with the following configration in my
> local.conf
> MACHIN=at91-l9260
> DISTRO=micro
> LIBC=glibc
> 
> But I failed to start building and met the following error:
> ERROR: Unbuildable tasks were found.
> These are usually caused by circular dependencies and any circular
> dependency chains found will be printed below. Increase the debug level to
> see a list of unbuildable tasks.

Try this patch:

10:21 hrw@home:linux$ git diff .
As we moved deploy task to be *after* package.

Regards,

Patch

diff --git a/recipes/linux/linux_2.6.25.bb b/recipes/linux/linux_2.6.25.bb
index a89374a..38e651b 100644
--- a/recipes/linux/linux_2.6.25.bb
+++ b/recipes/linux/linux_2.6.25.bb
@@ -98,5 +98,5 @@  python do_compulab_image() {
 }


-addtask compulab_image after do_deploy before do_package
+addtask compulab_image after do_deploy before do_build