Re: [MeeGo-dev] [PATCH] Modify qmake project to also install binaries and resources.

2010-08-03 Thread fathi.boudra
Hi Robin :) > +target.path = /usr/bin > +startivi.path = /usr/bin > +images.path = /usr/share/ivihome Could you use qmake variables when applicable? ($$[QT_INSTALL_BINS] and $$[QT_INSTALL_PREFIX]) Cheers, Fathi ___ MeeGo-dev mailing list MeeGo-de

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-03 Thread Juha.Riihimaki
On Aug 4, 2010, at 04:55, ext Sylvia Liu wrote: > I wonder if another method will also work: > - with qflasher, replace both kernel and ubi-fs on the > meego_qemu_nand.img, and start the img as mtdblock. > I used to try it, but failed. I want to know is the idea a right > direction? Is that possi

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35

2010-08-03 Thread Masayuki Ohtake
- Original Message - From: "Greg KH" To: "Development for the MeeGo Project (discussion list)" Cc: "Khor, Andrew Chih Howe" Sent: Tuesday, August 03, 2010 11:47 PM Subject: Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35 > On Tue, Aug 03, 2010 at 07:48:4

[MeeGo-dev] How to set linux kernel version in ks file

2010-08-03 Thread luu Meego
hello, I want to dev myself n900 img using *.ks file. but now from the repo I get the linux kernel version (linux-2.6.35)is high level, but I want to use old version(linux-2.6.33). how to do it in ks file. Thanks ___ MeeGo-dev mailing list MeeGo-dev@me

[MeeGo-dev] Has the new kernel process been established?

2010-08-03 Thread Liu, Haibo
Hi MeeGoers, According to MeeGo Wiki, a new kernel process is being finalized now. Just wonder if there is still any general process I should follow if I want to make the newest kernel version work on my netbook? And where should I find the news about this new kernel process, will it be posted

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-03 Thread Sylvia Liu
Hi, Thank you very much. Problem solved after I updated to the lasted & freshest QEMU. :) Before I used one revision on May. I wonder if another method will also work: - with qflasher, replace both kernel and ubi-fs on the meego_qemu_nand.img, and start the img as mtdblock. I used to try it, but

Re: [MeeGo-dev] Power management (applet)

2010-08-03 Thread Yang, Lei A
Hi, The moblin-dalston applet has been removed from MeeGo Netbook. If you want to check the codes of battery icon on top panel, you can check: http://meego.gitorious.com/meego-netbook-ux/meego-panel-devices as Auke said. The source codes are in the folder "power-icon". Thanks, Lei Y

Re: [MeeGo-dev] Access to meego OBS

2010-08-03 Thread Attila Csipa
On Wednesday 04 August 2010 00:30:06 David Greaves wrote: > Oh, incidentally, how would you feel about a build system that can target > MeeGo, Fremantle and Harmattan? Would that be helpful? I can't stress enough the importance of this if MeeGo wants to attract current Maemo developers or appea

[MeeGo-dev] [PATCH] Modify ividesktop project to install binary to /usr/bin/ automatically.

2010-08-03 Thread Robin Burchell
Also add build instructions to README. --- README | 21 - ividesktop.pro |5 + 2 files changed, 25 insertions(+), 1 deletions(-) diff --git a/README b/README index 5f7b928..221d053 100644 --- a/README +++ b/README @@ -1,6 +1,25 @@ IVI Desktop -= +===

[MeeGo-dev] [PATCH] Modify qmake project to also install binaries and resources.

2010-08-03 Thread Robin Burchell
This also updates documentation to match, and adds a dependencies section to aid people looking to build the code. --- README | 30 +++--- ivihome.pro | 14 ++ 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/README b/README index a66d2c4

Re: [MeeGo-dev] MeeGo for IVI v1.0.1 Released Today

2010-08-03 Thread Foster, Dawn M
On Aug 3, 2010, at 3:44 PM, Robin Burchell wrote: > Excerpts from Foster, Dawn M's message of Tue Aug 03 23:33:15 +0100 2010: >> Actually, I think this is less of an openness issue and more of a not being >> able to find it issue. The ivi code isn't in the MeeGo gitorious project. >> It's locat

Re: [MeeGo-dev] Access to meego OBS

2010-08-03 Thread Renato Araujo
On Tue, Aug 3, 2010 at 7:30 PM, David Greaves wrote: > On 03/08/10 23:13, Renato Araujo wrote: >> >> Hi, >> >> I would like to know how I can get access to meego OBS to submit >> PySide packages with Python bindings to Qt, QtMobility and >> meego-touch? > > The MeeGo Community OBS is just about re

Re: [MeeGo-dev] MeeGo for IVI v1.0.1 Released Today

2010-08-03 Thread Auke Kok
On 08/03/10 15:33, Foster, Dawn M wrote: On Aug 3, 2010, at 3:16 PM, wrote: Hi, Robin wrote: Question: where is the IVI UX being developed? http://meego.gitorious.org/meego-ivi-ux looks very ..spartan.. :) Please file bugs about any issues you find related to MeeGo open development and

Re: [MeeGo-dev] Handset-armv5tel-beagle.ks results in kernel panic

2010-08-03 Thread axel . endler
Hi Till, yes I installed the sgx drivers. yes, I can run the ti demos. (yes, I can run the genivi-demo.) I did try the handset UX, but got the following error in Xorg.0.log [11.132] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr /lib/dri/swrast_dri.so: cannot open shared o

Re: [MeeGo-dev] MeeGo for IVI v1.0.1 Released Today

2010-08-03 Thread Robin Burchell
Excerpts from Foster, Dawn M's message of Tue Aug 03 23:33:15 +0100 2010: > Actually, I think this is less of an openness issue and more of a not being > able to find it issue. The ivi code isn't in the MeeGo gitorious project. > It's located here for historical reasons, I think: http://gitorious

Re: [MeeGo-dev] MeeGo for IVI v1.0.1 Released Today

2010-08-03 Thread Foster, Dawn M
On Aug 3, 2010, at 3:16 PM, wrote: > Hi, > > Robin wrote: >> Question: where is the IVI UX being developed? >> >> http://meego.gitorious.org/meego-ivi-ux looks very ..spartan.. :) > > Please file bugs about any issues you find related to MeeGo open development > and project transparency, and

Re: [MeeGo-dev] Access to meego OBS

2010-08-03 Thread David Greaves
On 03/08/10 23:13, Renato Araujo wrote: Hi, I would like to know how I can get access to meego OBS to submit PySide packages with Python bindings to Qt, QtMobility and meego-touch? The MeeGo Community OBS is just about ready... it'll be the easiest place to get an account and prepare things f

Re: [MeeGo-dev] MeeGo for IVI v1.0.1 Released Today

2010-08-03 Thread quim.gil
Hi, Robin wrote: > Question: where is the IVI UX being developed? > > http://meego.gitorious.org/meego-ivi-ux looks very ..spartan.. :) Please file bugs about any issues you find related to MeeGo open development and project transparency, and make them blockers of MeeGo openness meta-bug http

[MeeGo-dev] Access to meego OBS

2010-08-03 Thread Renato Araujo
Hi, I would like to know how I can get access to meego OBS to submit PySide packages with Python bindings to Qt, QtMobility and meego-touch? Thanks Renato Araujo Oliveira Filho ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listi

Re: [MeeGo-dev] [MeeGo-community] Open Letter/Proposal to allow Maemo on the MeeGo Community OBS

2010-08-03 Thread David Greaves
This issue has recently received some attention from this post onwards: http://bugs.meego.com/show_bug.cgi?id=615#c26 so I felt it worth re-posting this to remind people of the original request. Summary : We would like to support the Maemo community in migrating to MeeGo by allowing them to bu

Re: [MeeGo-dev] Handset-armv5tel-beagle.ks results in kernel panic

2010-08-03 Thread Till Harbaum / Lists
Hi, did you install the sgx drivers? Can you run the ti demos? BTW: Are you sure the cursor is flashing? Till Am Montag 02 August 2010 schrieb axel.end...@renesas.com: > Mea culpa, > you are right. My root directory wasn't on sd card root. > so far I have console login and a black screen with a

Re: [MeeGo-dev] Power management (applet)

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 11:53 AM, Auke Kok wrote: On 08/03/10 07:44, Antonin Fouques wrote: Hi Maybe you can help me, I work on the moblin-dalston applet (for power& volume management) and I'm looking for the dev on the meego power management (the little battery on the right in the meego's toolbar), but I

Re: [MeeGo-dev] Power management (applet)

2010-08-03 Thread Auke Kok
On 08/03/10 07:44, Antonin Fouques wrote: Hi Maybe you can help me, I work on the moblin-dalston applet (for power& volume management) and I'm looking for the dev on the meego power management (the little battery on the right in the meego's toolbar), but I can't find the appropriate package on g

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 10:51 AM, Greg KH wrote: On Tue, Aug 03, 2010 at 10:23:07AM -0700, Arjan van de Ven wrote: On 8/3/2010 10:17 AM, Greg KH wro And why doesn't it use the "standard" userspace interfaces for controlling the system power states? there is no standard way to control

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 10:23:07AM -0700, Arjan van de Ven wrote: > On 8/3/2010 10:17 AM, Greg KH wro > > And why doesn't it use the "standard" > >userspace interfaces for controlling the system power states? > > there is no standard way to control C states from userspace, nor > should or will t

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 10:17 AM, Greg KH wro And why doesn't it use the "standard" userspace interfaces for controlling the system power states? there is no standard way to control C states from userspace, nor should or will there be. ___ MeeGo-dev mai

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 10:28:43PM +0530, Thomas, Sujith wrote: > As Arjan responded, some of the changes for this daemon is in progress > and will be re-submitted. re-submitted where? > Until then this is the package that interacts with OSPM driver (the > platform power management kernel driver

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Thomas, Sujith
As Arjan responded, some of the changes for this daemon is in progress and will be re-submitted. Until then this is the package that interacts with OSPM driver (the platform power management kernel driver, which is not yet in Meego public), to drive the platform into the low power states.

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 09:24:47AM -0700, Arjan van de Ven wrote: > On 8/3/2010 9:07 AM, Greg KH wrote: > >On Tue, Aug 03, 2010 at 08:54:24AM -0700, Arjan van de Ven wrote: > >>On 8/3/2010 8:48 AM, Greg KH wrote: > the userspace you're looking at is an historic artifact, not > representing

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 9:07 AM, Greg KH wrote: On Tue, Aug 03, 2010 at 08:54:24AM -0700, Arjan van de Ven wrote: On 8/3/2010 8:48 AM, Greg KH wrote: the userspace you're looking at is an historic artifact, not representing the current state of code. It looks like userspace application

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 08:54:24AM -0700, Arjan van de Ven wrote: > On 8/3/2010 8:48 AM, Greg KH wrote: > >>the userspace you're looking at is an historic artifact, not > >>representing the current state of code. > >It looks like userspace applications use this library, right? Otherwise > >why wou

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 8:48 AM, Greg KH wrote: the userspace you're looking at is an historic artifact, not representing the current state of code. It looks like userspace applications use this library, right? Otherwise why would it be around? confused, ospm is a daemon that fiddles some hard

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 08:21:14AM -0700, Arjan van de Ven wrote: > On 8/3/2010 8:03 AM, Michael Meeks wrote: > >Hi there, > > > > I was browsing the Handset packages when I stumbled upon the ospm > >package. This -appears- to my skim read to fill a rather similar space > >to the upower package

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 08:27:04AM -0700, Arjan van de Ven wrote: > On 8/3/2010 8:16 AM, Greg KH wrote: > >>ar space > >>> to the upower package. > >One other question about the ospm package, where is the kernel code that > >this library is talking to? I can't seem to find it in the kernel.org >

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 8:16 AM, Greg KH wrote: ar space > to the upower package. One other question about the ospm package, where is the kernel code that this library is talking to? I can't seem to find it in the kernel.org tree, nor in the MeeGo kernel tree. Anyone have a pointer to where it

[MeeGo-dev] [gre...@suse.de: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35]

2010-08-03 Thread Greg KH
The pch_phub driver in your tree has a number of issues in it. I'm sure you cc:ed me when you added it there, but I now just got around to reviewing it as it was posted on the meego-dev list as well. There are a number of issues in the userspace interface for it to keep it from going to Linus wit

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 04:03:54PM +0100, Michael Meeks wrote: > Hi there, > > I was browsing the Handset packages when I stumbled upon the ospm > package. This -appears- to my skim read to fill a rather similar space > to the upower package. One other question about the ospm package, where

Re: [MeeGo-dev] ospm vs. upower

2010-08-03 Thread Arjan van de Ven
On 8/3/2010 8:03 AM, Michael Meeks wrote: Hi there, I was browsing the Handset packages when I stumbled upon the ospm package. This -appears- to my skim read to fill a rather similar space to the upower package. it's not. upower has the job of presenting power data to the OS. OSP

[MeeGo-dev] ospm vs. upower

2010-08-03 Thread Michael Meeks
Hi there, I was browsing the Handset packages when I stumbled upon the ospm package. This -appears- to my skim read to fill a rather similar space to the upower package. What is the thinking here ? was upower evaluated and found wanting ? if so - in what way ? upower is used in th

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 12:03:56PM +0800, Wang, Qi wrote: > Hi Greg, > > This patch has been accepted by the upstream. > http://git.zen-kernel.org/?p=kernel/mmotm.git;a=commit;h=79a0ac666c36d75c98039251cbe0775ea54d9c3e Ah, that's just the -mm tree, everything ends up there :) Please fix this an

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35

2010-08-03 Thread Greg KH
On Tue, Aug 03, 2010 at 07:48:48PM +0900, Masayuki Ohtake wrote: > Hi Greg KH, > > I have added my answer below. > Please find ''. > > Thanks, Ohtake > > - Original Message - > From: "Greg KH" > To: "Development for the MeeGo Project (discussion list)" > > Cc: "Khor, Andrew Chih Howe

[MeeGo-dev] Power management (applet)

2010-08-03 Thread Antonin Fouques
Hi Maybe you can help me, I work on the moblin-dalston applet (for power & volume management) and I'm looking for the dev on the meego power management (the little battery on the right in the meego's toolbar), but I can't find the appropriate package on gitorious... Do you know where I can f

Re: [MeeGo-dev] cross-armv7l-gcc, cross-armv5tel-gcc are not installable

2010-08-03 Thread Kai Ruottu
3.8.2010 16:51, Timo Jyrinki kirjoitti: 2010/6/28 Jan-Simon Möller: me...@[meego-netbook-sdk]::~$ /opt/cross/bin/armv7l-meego-linux-gnueabi-gcc -c test.c as: unrecognized option '-meabi=5' me...@[meego-netbook-sdk]::~$ /opt/cross/bin/armv7l-meego-linux-gnueabi-gcc -print-prog-name=as as ok, w

Re: [MeeGo-dev] cross-armv7l-gcc, cross-armv5tel-gcc are not installable

2010-08-03 Thread Timo Jyrinki
2010/6/28 Jan-Simon Möller : >> me...@[meego-netbook-sdk]::~$ /opt/cross/bin/armv7l-meego-linux-gnueabi-gcc >> -c test.c as: unrecognized option '-meabi=5' >> >> me...@[meego-netbook-sdk]::~$ /opt/cross/bin/armv7l-meego-linux-gnueabi-gcc >> -print-prog-name=as as > > ok, what happens if you do AS=/

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-03 Thread luu Meego
hi I also meet this problem. I find in old verison there is no register 0xce value 0x08 in function twl4030_4b_write in power mode twl4030. and in new version .you add that registers 0xce Thanks 2010/8/3 > > On Aug 3, 2010, at 10:53, ext Sylvia Liu wrote: > > > Can you help to tell what is the

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35

2010-08-03 Thread Ameya Palande
Hi Ohtake, On Tue, 2010-08-03 at 12:48 +0200, ext Masayuki Ohtake wrote: > Hi Greg KH, > > I have added my answer below. > Please find ''. > > Thanks, Ohtake > > - Original Message - > From: "Greg KH" > To: "Development for the MeeGo Project (discussion list)" > > Cc: "Khor, Andrew

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_PHUB driver to 2.6.35

2010-08-03 Thread Masayuki Ohtake
Hi Greg KH, I have added my answer below. Please find ''. Thanks, Ohtake - Original Message - From: "Greg KH" To: "Development for the MeeGo Project (discussion list)" Cc: "Khor, Andrew Chih Howe" Sent: Tuesday, August 03, 2010 12:57 PM Subject: Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Top

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread John Yu
I meant a few bad eggs... 2010/8/3 John Yu > Lets not let a few eggs ruin this for the rest of us :) > > 2010/8/3 魏召欢 > >> >> >> Dear: >> >> I am very happy when i read your letter >> >> >> >> >> -

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread John Yu
Lets not let a few eggs ruin this for the rest of us :) 2010/8/3 魏召欢 > > > Dear: > > I am very happy when i read your letter > > > > > --- > 在2010-08-03 14:00:34,"张张丽" 写道: > > Hi,all >

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread 王国宁
他不是中国人,是会中文的禽兽而已,:-) 2010/8/3 meegoarm > 拜托,不要丢中国人的脸好不好。。 > > > On Tuesday, August 03, 2010 10:38 PM, happy boy wrote: > > hi,美女:想认识你,上qq吗?有空聊聊。- Original message - > > You can reference to the wiki of meego.It is very easy to use. > > > > On Tuesday, August 03, 2010 02:00 PM,

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread 魏召欢
Dear: I am very happy when i read your letter --- 在2010-08-03 14:00:34,"张张丽" 写道: Hi,all I am a new member to join in the family of meego.com,i missed early discussion about

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread meegoarm
拜托,不要丢中国人的脸好不好。。 On Tuesday, August 03, 2010 10:38 PM, happy boy wrote: hi,美女:想认识你,上qq吗?有空聊聊。- Original message - > You can reference to the wiki of meego.It is very easy to use. > > On Tuesday, August 03, 2010 02:00 PM, 张张丽 wrote: > > Hi,all > > I am a new member to join in t

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-03 Thread Juha.Riihimaki
On Aug 3, 2010, at 10:53, ext Sylvia Liu wrote: > Can you help to tell what is the problem? I don't understand the log. > Or you can give some more hints on it. Odd, I just did everything from scratch again and it works for me. Are you sure you are using the latest MeeGo QEMU from git://gitori

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-03 Thread Sylvia Liu
Hi Juha, Nice to receive your instruction so soon. :) Unfortunately, it doesn't work. :( I have tried "-clock unix", and the result is the same as before. And then I got the log by "-monitor stdio" option. Here I pasted the last few lines. You can find the full contents from the attached file. <

[MeeGo-dev] dbus interfaces and executable formats used by MeeGo

2010-08-03 Thread Jim Smith
I see different dbus interfaces in the mobility source code for Maemo6. Since MeeGo is Linux based like Maemo5 I assume it will at least run the Maemo5 ARM7 executables built for the N900 on its handset. What executable formats is MeeGo going to support and what dbus interfaces changed from

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread happy boy
hi,美女:想认识你,上qq吗?有空聊聊。- Original message - >  You can reference to the wiki of meego.It is very easy to use. > > On Tuesday, August 03, 2010 02:00 PM, 张张丽 wrote: > > Hi,all > > I am a new member to join in the family of meego.com,i missed early > > discussion about mic-chroot,who can tell

Re: [MeeGo-dev] mic-chroot

2010-08-03 Thread danny
try the following: http://wiki.meego.com/Image_Creation#Running_mic-chroot -- Best Regards, At 2010-08-03 14:39:51,zhangli wrote: where can i find the URL? Date: Tue, 3 Aug 2010 14:14:41 +0800 From: meego...@gmail.com To: meego-dev@meego.com Subject: Re: [MeeGo-dev] mic-chroot You