Re: [yocto] [meta-intel][PATCH v2] ia32-base.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Denys Dmytriyenko
On Wed, Mar 28, 2012 at 05:50:30PM -0700, Khem Raj wrote: > On Wed, Mar 28, 2012 at 4:53 PM, Darren Hart wrote: > > > Doesn't seem to me that it would impact the final output at all. > > exactly that was my point. FYI, http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/17731/focus=1

Re: [yocto] who are using archlinux?

2012-03-28 Thread Ni Qingliang
Oh, I lost something, before running the testgconf.sh, you should cleanall gconf, and build gconf. If not, you can't run it. On Thu, 2012-03-29 at 09:52 +0800, 倪庆亮 wrote: > what the custom script has done is only adding the build dir (which > include the 'python' symlink) into the 'PATH', only tha

Re: [yocto] who are using archlinux?

2012-03-28 Thread Ni Qingliang
what the custom script has done is only adding the build dir (which include the 'python' symlink) into the 'PATH', only that. AND: integrate the oe-init-build-env and bitbake together. indeed, no modification. using it, I can build anything with one command (call the script), without it, I must ca

Re: [yocto] [meta-intel][PATCH v2] ia32-base.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Khem Raj
On Wed, Mar 28, 2012 at 4:53 PM, Darren Hart wrote: > Doesn't seem to me that it would impact the final output at all. exactly that was my point. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-intel][PATCH v2] ia32-base.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Darren Hart
On 03/28/2012 03:06 PM, Tom Rini wrote: > On Wed, Mar 28, 2012 at 02:42:36PM -0700, Khem Raj wrote: >> On Wed, Mar 28, 2012 at 11:16 AM, Tom Rini wrote: >>> >>> -IMAGE_FSTYPES += "ext3 cpio.gz live" >>> +IMAGE_FSTYPES =+ "ext3 cpio.gz live" >> >> whats the difference ? > > Consistency. Or blam

Re: [yocto] [meta-intel][PATCH v2] ia32-base.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Tom Rini
On Wed, Mar 28, 2012 at 02:42:36PM -0700, Khem Raj wrote: > On Wed, Mar 28, 2012 at 11:16 AM, Tom Rini wrote: > > > > -IMAGE_FSTYPES += "ext3 cpio.gz live" > > +IMAGE_FSTYPES =+ "ext3 cpio.gz live" > > whats the difference ? Consistency. Or blame Richard for saying "no, wait, =+" :) -- Tom __

Re: [yocto] [meta-intel][PATCH v2] ia32-base.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Khem Raj
On Wed, Mar 28, 2012 at 11:16 AM, Tom Rini wrote: > > -IMAGE_FSTYPES += "ext3 cpio.gz live" > +IMAGE_FSTYPES =+ "ext3 cpio.gz live" whats the difference ? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] yassl recipe in the yocto project

2012-03-28 Thread Chris Conlon
Hi Nitin, Thanks for the links and for stopping by our booth today. I enjoyed the chance to learn about the yocto-project and how yaSSL might be able to fit into the project. I'll take a closer look at what actions make sense going forward from here when I get back into the office next week.

[yocto] 1.2_M4 branched.

2012-03-28 Thread Flanagan, Elizabeth
will be available later today at: http://autobuilder.yoctoproject.org/pub/nightly/20120328-1 Please make sure that any fixes needed for 1.2 in the meta-qt3, eclipse-poky and poky repositories are also pushed to this branch. thanks, -b -- Elizabeth Flanagan Yocto Project Build and Release

[yocto] [meta-intel][PATCH v2] ia32-base.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Tom Rini
As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '=+' to set IMAGE_FSTYPES. Cc: Kishore Bodke Cc: Tom Zanussi Cc: Darren Hart Signed-off-by: Tom Rini --- conf/machine/include/ia32-base.inc |2 +- 1 files changed, 1 inserti

Re: [yocto] Explicitly Adding Common Packages (ie Java) and Creating Users

2012-03-28 Thread Zhang, Jessica
Hi Andy, Please see my comments below regarding RSE... Thanks, Jessica -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, March 28, 2012 3:33 AM To: Andy Gikling Cc: Zhang, Jessica; Kamble, Nitin A; yocto@yoctoproject.org Subject: Re: [yocto] E

Re: [yocto] [PATCH 2/2] sato: Remove questioned ISO image

2012-03-28 Thread Bruce Ashfield
On 12-03-26 05:19 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so remove ISO image and the corresponding link and throw error info to warn outside to enable unionfs in

Re: [yocto] Explicitly Adding Common Packages (ie Java) and Creating Users

2012-03-28 Thread Paul Eggleton
Hi Andy, On Sunday 25 March 2012 21:05:02 Andy Gikling wrote: > I'd like to ask two specific questions: > > Question 1: > The ADT manual instructs you to install the Target Management (RSE) > framework into Eclipse. Presumably, one would want to use these tools to > do remote debugging on their

Re: [yocto] who are using archlinux?

2012-03-28 Thread Jack Mitchell
On 28/03/12 10:21, Ni Qingliang wrote: no echo again? what's the problem? am I wrong? where? On Tue, 2012-03-27 at 18:09 +0800, 倪庆亮 wrote: thanks your reply, indeed, this is not the first email thread about the gconf compile problem. it in there only because of no echo. I have installed pyth

Re: [yocto] who are using archlinux?

2012-03-28 Thread Ni Qingliang
no echo again? what's the problem? am I wrong? where? On Tue, 2012-03-27 at 18:09 +0800, 倪庆亮 wrote: > thanks your reply, indeed, this is not the first email thread about the > gconf compile problem. it in there only because of no echo. > > I have installed python2, and made a symlink in the bui

Re: [yocto] yassl recipe in the yocto project

2012-03-28 Thread Jack Mitchell
On 28/03/12 01:53, Kamble, Nitin A wrote: Hi Chris, Here is the recipe we have in yocto-project for openssl projects to be incorporated into embedded Linux distributions. http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-connectivity/openssl Please visit www.yoctoproject.or