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 oth

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 > 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.

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 whet

Re: [yocto] When building an image using yocto, I was puzzled by such errors, who can help me? thx!

2012-04-13 Thread Wang, Shane
It seems the checksum for kernel is not correct. -- Shane From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of 云鹤 Sent: Friday, April 13, 2012 5:55 PM To: yocto Subject: [yocto] When building an image using yocto, I was puzzled by such errors, who can help me

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

Re: [yocto] RFC: Hob 1.2 design

2012-02-02 Thread Wang, Shane
oad Template". We just keep "My Images" in the last screen (the Image details screen), is it OK? And remove "Edit Packages" and "Edit Configuration", if the build process is not executed this time. (ditto for "Save Template" in 4.) 6. In Josh's

Re: [yocto] RFC: Hob 1.2 design

2012-02-02 Thread Wang, Shane
I get one more: In the Image details screen, after opening an image file by clicking "My images", we don't allow to "Edit Package", I think. Because with an image only, we can't generate the packages from it, you can't assume there is a build directory (tmp/), is my understanding correct? -- Sh

[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

Re: [yocto] [PATCH 1/2] Fix Makefiles

2012-01-05 Thread Wang, Shane
t;> On (28/12/11 14:54), Wang, Shane wrote: >>> 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/

[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/ I

[yocto] [PATCH 2/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
This patch is to make libomxil Makefile support "make -jN". The omxregister_bellagio stuffs depend on libomxil_bellagio library. Signed-off-by: Shane Wang diff -r f59d077d3dd5 Makefile.am --- a/src/Makefile.am Wed Dec 28 10:54:36 2011 +0800 +++ b/src/Makefile.am Wed Dec 28 10:55:46 2011 +080

[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 diff -r 30b597e4e70d Ma

[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/ I

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 li

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 : > > 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

[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 l

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

2011-11-15 Thread Wang, Shane
ation and settings" stage. The workflow would be: step 1 (setting for build recipes) -> step 2 (recipe selection) -> step 3 (setting for making image) -> step 4 (package selection). I am not sure which is better for developer experience. > > Best Regards, > Lianhao > &g

[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 yocto@yoct

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