Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-05 Thread Wang, Shane
Khem Raj wrote on 2012-06-05: On Mon, Jun 4, 2012 at 10:04 PM, Wang, Shane shane.w...@intel.com wrote: Yeah, Robert, You found a bug in bitbake. In the fetch code, local directory /home/rpjday/dl/gtk+-2.24.8.tar.bz2 is decoded as /home/rpjday/dl/gtk%2B-2.24.8.tar.bz2 by newuri

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-05 Thread Wang, Shane
Robert P. J. Day wrote on 2012-06-05: at this point, has the problem been identified? or does this still require a bugzilla submission? it would appear that the issue involves any package with a + in the package name which, for now, appears to be just that gtk+ package. would any other

Re: [yocto] something about gtk+-2.24.8.tar.bz2 that requires constant downloading?

2012-06-04 Thread Wang, Shane
Yeah, Robert, You found a bug in bitbake. In the fetch code, local directory /home/rpjday/dl/gtk+-2.24.8.tar.bz2 is decoded as /home/rpjday/dl/gtk%2B-2.24.8.tar.bz2 by newuri = uri_replace(origud, find, replace, ld), which is line 480 in lib/bb/fetch2/__init__.py. And later on it is checked

Re: [yocto] Hob 1.2 design - visuals

2012-02-06 Thread Wang, Shane
Barros Pena, Belen wrote on 2012-02-06: Hi all, It looks like there are some design implementation principles laid out on the email below. Just to summarise: 1. Implement the Hob design with the toolkit provided widgets and OS theme and review which things we might want to enhance later.

Re: [yocto] RFC: Hob 1.2 design

2012-02-02 Thread Wang, Shane
an error possibly happens if the image doesn't match the action, but we just report the error. Thoughts? Thanks. -- Shane From: Xu, Dongxiao Sent: Friday, February 03, 2012 8:57 AM To: Wang, Shane; Barros Pena, Belen; Lu, Lianhao Cc: Eggleton, Paul; Purdie, Richard; Zhang, Jessica; Lock, Joshua; Liu

[yocto] RFC: Hob 1.2 design

2012-01-31 Thread Wang, Shane
Hi, all, Belen has a new video for Hob2 workflow and design. https://wiki.yoctoproject.org/wiki/File:Hob1.2-screencast2.mov Please comment. Thanks. -- Shane ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH 0/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
Hi, Here are two patches to send to omxil upstream in order to fix Makefiles in libomxil 0.9.3 release. - makefile-docdir-fix.patch: to fix the wrong directory for $docdir. - parallel-make.patch: to enable make -jN in parallel. Please review, thanks. -- Shane http://www.yoctoproject.org/

[yocto] [PATCH 1/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
This patch is to remove DESTDIR in docdir. Otherwise, when users install by running `make install DESTDIR=/alternate/directory' specified in the file INSTALL, the doc will go into /alternate/directory/alternate/directory, which is not expected. Signed-off-by: Shane Wang shane.w...@intel.com

[yocto] [PATCH 0/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
Hi, Here are two patches to send to omxil upstream in order to fix Makefiles in libomxil 0.9.3 release. - makefile-docdir-fix.patch: to fix the wrong directory for $docdir. - parallel-make.patch: to enable make -jN in parallel. Please review, thanks. -- Shane http://www.yoctoproject.org/

Re: [yocto] RFC: Web UI design for bitbake

2011-12-20 Thread Wang, Shane
Samuel Stirtzel wrote on 2011-12-20: 2011/12/20 Wang, Shane shane.w...@intel.com: It sounds like you want to build it all from scratch, quite a lot of work to build a fully featured web build system, in this case compatibility to other systems would be nice. For web builds with bitbake

Re: [yocto] RFC: Web UI design for bitbake

2011-12-20 Thread Wang, Shane
Luo Zhenhua-B19537 wrote on 2011-12-20: Hello, hob and website UI work in X env, is there a plan to support the Kernel configure manner GUI within Yocto to support UI configuration in console env? Best Regards, Zhenhua AFAIK, so far no plan to provide UI in console like kernel's

[yocto] RFC: Web UI design for bitbake

2011-12-19 Thread Wang, Shane
Hi all, Web UI interface is the next what we are going to do. Uriel drafted the first iteration of the architecture design and I posted it onto https://wiki.yoctoproject.org/wiki/Web_UI. Looking forward to your feedbacks. -- Shane ___ yocto mailing

[yocto] UI skelecton of hob v2 is updated in wiki.

2011-11-14 Thread Wang, Shane
See https://wiki.yoctoproject.org/wiki/Hob2_(Hob_v2)#UI_Skelecton for more details. Please comment. Thank you. -- Shane ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] build appliance and hob v2 wiki updated

2011-11-08 Thread Wang, Shane
Hi, The wiki pages for build appliance and hob v2 are updated at https://wiki.yoctoproject.org/wiki/Build_Appliance_Design https://wiki.yoctoproject.org/wiki/Hob2_(Hob_v2) Feel free to comment, please. -- Shane ___ yocto mailing list

Re: [yocto] I Need instructional video,Thanks

2011-10-28 Thread Wang, Shane
Hi, I have put videos onto youku in China as alternatives. Background and the Yocto Project Introduction: http://v.youku.com/v_show/id_XMjU4MDc5ODI4.html Yocto Hob Introduction: http://v.youku.com/v_show/id_XMzE3MjA4MTIw.html Yocto Eclipse Plugin: http://v.youku.com/v_show/id_XMzE3MjExNDg4.html