Hi Holger,
   I think we should change the following lines:

360         if item in dataCache.ignored_dependencies:
361             return

When I call the bitbake -g helloworld-image -I "*native", the ignored_dependencies is ["*native",], so when the item is "quilt-native" or "qemu-native" or any names ends with -native , the expression should return ture.

   But I don't know how to change it.


在 Mon, 14 Dec 2009 17:32:19 +0800,Holger Hans Peter Freyther <[email protected]> 写道:

On Monday 14 December 2009 10:25:53 Guo Hongruan wrote:
Hi,
     Yes, it works. The following is the command line I used to generate
dot file

bitbake -g helloworld-image -I quilt-native -I opkg-native -I
shasum-native -I ipkg-utils-native

Unfortunately, It does not support wild characters, so I must append
lots of -I options for every native packages.


patches for wildcards are welcome. I don't remember the source file but I would start in bin/bitbake and search for the -I option and follow its users until
you hit the string comparison.

z.


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


--
Guo Hongruan, Embedded Linux Consultant
Mobile: +86-0-13484056007
Skype: camelguo
Twitter: camelguo
http://www.gulessoft.com

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

Reply via email to