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

Marcin Juszkiewicz marcin at juszkiewicz.com.pl
Mon Feb 1 09:21:47 UTC 2010


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 at home:linux$ git diff .
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

As we moved deploy task to be *after* package.

Regards, 
-- 
JID:      hrw at jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz






More information about the Openembedded-devel mailing list