Re: [MeeGo-dev] About Meego IM - IRC.

2010-06-11 Thread Gaveen Prabhasara
Hi Ben, On Thu, Jun 10, 2010 at 2:53 PM, Ben Chou bc...@novell.com wrote: Dear meego-dev , I have a question about how to establish an IRC connection via IM(Empathy). In my experience , I use xchat before. After I connect to IRC network , it will popup a window to input a specific

Re: [MeeGo-dev] When will ospm be moved to meego from moblin?

2010-06-11 Thread Arjan van de Ven
On 6/11/2010 10:42 AM, chenmeng wrote: hello all: Thank Arjan for reply. I am sorry, I did not say clearly. There is a ospm-1.0.14-1.1.moblin2.i586.rpm in moblin 2.1, it's description: The OSPM program gives improved battery life by taking advantage of hardware features in MID devices..

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread Zhang, Austin
Hi, Glen, Just my point. The use of ssse3 throughout the x86 rpms is what I'm referring to, not the GUI. '-mssse3' doesn't means any pkg which was compiled with this flag will definitely have ssse3 instructions. For some app, say multimedia/science computing.., it is useful (but also

Re: [MeeGo-dev] Technical Steering Group Meeting 9 June 2010 at 19:00 UTC

2010-06-11 Thread Jeremiah Foster
On Jun 9, 2010, at 22:44, Foster, Dawn M wrote: On Jun 8, 2010, at 1:53 PM, Foster, Dawn M wrote: I wanted to remind everyone that we have a Technical Steering Group Meeting (TSG) scheduled for tomorrow, 9 June 2010 at 19:00 UTC in #meego-meeting on IRC. For more details and meeting

[MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread John Lawman
I have an ASUS 1.8ghz Sempron laptop with 1gb of memory and ATI R300 card. It runs Ubuntu 9.04 perfectly well with open source 3d drivers and graphic performance provides nice eye-candy. The Sempron chip does not support SSSE3 instructions so basically my hardware is excluded from running MeeGo?

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread Glen Gray
On 11 Jun 2010, at 10:18, John Lawman wrote: I just think that using SSSE3 on all x86 packages is potentially limiting for the platform. What I like about MeeGo is that it does things differently from other Linux distros (which by far is a very good thing). MeeGo has enormous potential

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread Carsten Munk
2010/6/11 Glen Gray sla...@slaine.org: On 11 Jun 2010, at 10:18, John Lawman wrote: I just think that using SSSE3 on all x86 packages is potentially limiting for the platform. What I like about MeeGo is that it does things differently from other Linux distros (which by far is a very good

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread Zhang, Austin
Are there details on the wiki for setting up an OBS/build box to compile the source rpms ? Previously I attempted something similar for Moblin both with my own scripts and based on these instructions, http://moblin.org/documentation/building-moblin-packages-natively. Unfortunately due to

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread Zhang, Austin
My option is to compile MeeGo without SSSE3 support (I'm prepared to do that). Hope to see your result. For saved your time, my first thought on this is, you would also have to take a look on gcc pkg and drop atom optimization which force ssse3 and atom scenarios and re-generate it for your

[MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread John Lawman
Rather than compiling and adapting MeeGo for a different platform would it be a better idea to create a compatible version of MeeGo? For example, based on a Linux distribution like Ubuntu or Fedora install the same libraries and software versions as MeeGo versions? Maybe call it MeeToo? :)

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread 孙东风
Hello,all: I want to know where to download meego kernel source codes for pc version,anyone can send me the exact url? the second question is how to compile the meego kernel source codes for pc or notebook? 在2010-06-11 18:16:30,John Lawman lawman.j...@googlemail.com 写道: Rather than compiling

[MeeGo-dev] [PATCH] kernel-source: sequence_patch fixes enhancements

2010-06-11 Thread Ameya Palande
1. Remove -q, QUIET, symbol and EXTRA_SYMBOL options. 2. Use -f instead of -F for fuzz to maintain consistency 3. Introduce --verbose and (-q) short option for --quilt. 4. Reformat Usage information. Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- scripts/sequence-patch.sh | 18

[MeeGo-dev] [PATCHv2] kernel-source: sequence_patch fixes enhancements

2010-06-11 Thread Ameya Palande
1. Remove -q, QUIET, symbol and EXTRA_SYMBOL options. 2. Introduce --verbose and (-q) short option for --quilt. 3. Reformat Usage information. Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- Changes: v2: Use -F for fuzz as patch command uses the same option. scripts/sequence-patch.sh |

Re: [MeeGo-dev] Creating MeeGo ARM image.

2010-06-11 Thread Adam . Mikuta
Carsten wrote: You're forgetting -a armv7l Thanks! Works now. Best regards, Adam ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

[MeeGo-dev] [PATCHv2] kernel-source: Fix kernel tree expansion

2010-06-11 Thread Ameya Palande
Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- Changes: v2: Introduce the patches subdirectory prefix at correct place. scripts/config.sh |2 +- scripts/sequence-patch.sh |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.sh

Re: [MeeGo-dev] [PATCH] kernel-source: sequence_patch fixes enhancements

2010-06-11 Thread Greg KH
On Fri, Jun 11, 2010 at 03:43:44PM +0300, Ameya Palande wrote: 1. Remove -q, QUIET, symbol and EXTRA_SYMBOL options. Why? 2. Use -f instead of -F for fuzz to maintain consistency 3. Introduce --verbose and (-q) short option for --quilt. You just changed the meaning of an existing symbol,

Re: [MeeGo-dev] [PATCH] kernel-source: sequence_patch fixes enhancements

2010-06-11 Thread Ameya Palande
Hi Greg, On Fri, 2010-06-11 at 16:44 +0200, ext Greg KH wrote: On Fri, Jun 11, 2010 at 03:43:44PM +0300, Ameya Palande wrote: 1. Remove -q, QUIET, symbol and EXTRA_SYMBOL options. Why? Why do we need -v and -q both? Current behavior is quiet by default, and if one needs verbose operation

[MeeGo-dev] Why I cant use USB drive to boot MeeGo live image

2010-06-11 Thread Kelvin Liang
Hi all, When I boot MeeGo from USB drive, some error occur. Descrip as follow: My platform: HP mini 1112, CPU: Atom N270 Live Image:meego-netbook-ia32-1.0.0.20100524.1.img Byte-copy the image to a USB drive step by step: 1. Download the Win32DiskImager.exe program:

Re: [MeeGo-dev] Why I cant use USB drive to boot MeeGo live image

2010-06-11 Thread Zachary Norman
I think I got something like this when I was booting my HP 1000. In my case my MeeGo .img file was downloaded incomplete. Maybe check the .img? From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Kelvin Liang Sent: Friday, June 11, 2010 11:29 AM To:

Re: [MeeGo-dev] smack status?

2010-06-11 Thread Shaz
On Wed, Jun 9, 2010 at 11:50 AM, Janne Karhunen janne.karhu...@gmail.com wrote: On Wed, May 26, 2010 at 7:35 PM, Casey Schaufler ca...@schaufler-ca.com wrote: I have attached some Smack tools, including newsmack, which provides an example of how to set a process label by writing to

Re: [MeeGo-dev] Compiling MeeGo - Other Platforms

2010-06-11 Thread Ville M. Vainio
On Fri, Jun 11, 2010 at 12:18 PM, John Lawman lawman.j...@googlemail.com wrote: The Sempron chip does not support SSSE3 instructions so basically my hardware is excluded from running MeeGo? Neither does my celeron-m and it still runs MeeGo. Did you actually try it out? SSSE3 seems like a myth

Re: [MeeGo-dev] [PATCHv2] kernel-source: sequence_patch fixes enhancements

2010-06-11 Thread Yin Kangkai
On 2010-06-11, 20:58 +0800, Ameya Palande wrote: 1. Remove -q, QUIET, symbol and EXTRA_SYMBOL options. 2. Introduce --verbose and (-q) short option for --quilt. 3. Reformat Usage information. Signed-off-by: Ameya Palande ameya.pala...@nokia.com Thanks for the patch. -options=$(getopt -o