All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
@ 2012-04-18 15:19 Samuel Stirtzel
  2012-04-18 17:16 ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-18 15:19 UTC (permalink / raw)
  To: openembedded-devel

2012/4/1 Paul Eggleton <paul.eggleton@linux.intel.com>:
> On Thursday 02 February 2012 12:50:16 Samuel Stirtzel wrote:
>> There are other CMake configure pitfalls (all cross compiling scripts
>> in kdelibs are commented out) but it seems that at least the most of
>> them showed already during build time.
>
> Unfortunately when I tried to build kdelibs4 I got the following:
>
> | cd /home/paul/poky/poky/build-kde/tmp/work/i586-poky-
> linux/kdelibs4-4.8.0+git1+1439483a67135f483632f4c4cd239e96d2ed61fc-
> r0/git/build/kjs && /home/paul/poky/poky/build-kde/tmp/sysroots/x86_64-
> linux/usr/bin/icemaker /home/paul/poky/poky/build-kde/tmp/work/i586-poky-
> linux/kdelibs4-4.8.0+git1+1439483a67135f483632f4c4cd239e96d2ed61fc-
> r0/git/kjs/bytecode
> | /bin/sh: /home/paul/poky/poky/build-kde/tmp/sysroots/x86_64-
> linux/usr/bin/icemaker: No such file or directory
> | make[2]: *** [kjs/opcodes.h] Error 127
> | make[2]: Leaving directory `/home/paul/poky/poky/build-kde/tmp/work/i586-
> poky-linux/kdelibs4-4.8.0+git1+1439483a67135f483632f4c4cd239e96d2ed61fc-
> r0/git/build'
>
> Any ideas? Is this a PARALLEL_MAKE issue?
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre

Hi,
these issues should now be resolved thanks to Kai Kang.
It requires to rebuild qt4-native, also it is recommended to use Qt 4.8.0


Currently I'm testing the images, so there hopefully won't be any
build errors on them.
Sysvinit images seem to be a bit tougher, since they fail postinsts for me;
So I can't login on them.


As of now I have a working KDE Plasma Desktop image (based on
Angstrom's systemd image) that runs well on my overo.
If anyone wants to try the image, there is a branch at the git
repository [1] named sst-test-images.

It is planned to have Poky standalone images too,
as well as Plasma Active images for both Poky and Angstrom (after
Plasma Active is working).


Feel free to comment on the images.



Notes:
  The Plasma Desktop image for Poky (see [2]) could work too, but I
didn't try to build it on Poky yet.
  This branch will probably not parse on Poky due to the Angstrom
images (I'm working on it).

[1] https://gitorious.org/openembedded-core-layers/meta-kde
[2] https://gitorious.org/openembedded-core-layers/meta-kde/blobs/sst-test-images/recipes-images/plasma-desktop-image.bb


-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-18 15:19 [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)) Samuel Stirtzel
@ 2012-04-18 17:16 ` Koen Kooi
  2012-04-19  9:09   ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-18 17:16 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 18-04-12 17:19, Samuel Stirtzel schreef:
> 2012/4/1 Paul Eggleton <paul.eggleton@linux.intel.com>:
>> On Thursday 02 February 2012 12:50:16 Samuel Stirtzel wrote:
>>> There are other CMake configure pitfalls (all cross compiling
>>> scripts in kdelibs are commented out) but it seems that at least the
>>> most of them showed already during build time.
>> 
>> Unfortunately when I tried to build kdelibs4 I got the following:
>> 
>> | cd /home/paul/poky/poky/build-kde/tmp/work/i586-poky- 
>> linux/kdelibs4-4.8.0+git1+1439483a67135f483632f4c4cd239e96d2ed61fc- 
>> r0/git/build/kjs &&
>> /home/paul/poky/poky/build-kde/tmp/sysroots/x86_64- 
>> linux/usr/bin/icemaker
>> /home/paul/poky/poky/build-kde/tmp/work/i586-poky- 
>> linux/kdelibs4-4.8.0+git1+1439483a67135f483632f4c4cd239e96d2ed61fc- 
>> r0/git/kjs/bytecode | /bin/sh:
>> /home/paul/poky/poky/build-kde/tmp/sysroots/x86_64- 
>> linux/usr/bin/icemaker: No such file or directory | make[2]: ***
>> [kjs/opcodes.h] Error 127 | make[2]: Leaving directory
>> `/home/paul/poky/poky/build-kde/tmp/work/i586- 
>> poky-linux/kdelibs4-4.8.0+git1+1439483a67135f483632f4c4cd239e96d2ed61fc-
>>
>> 
r0/git/build'
>> 
>> Any ideas? Is this a PARALLEL_MAKE issue?
>> 
>> Cheers, Paul
>> 
>> --
>> 
>> Paul Eggleton Intel Open Source Technology Centre
> 
> Hi, these issues should now be resolved thanks to Kai Kang. It requires
> to rebuild qt4-native, also it is recommended to use Qt 4.8.0
> 
> 
> Currently I'm testing the images, so there hopefully won't be any build
> errors on them. Sysvinit images seem to be a bit tougher, since they fail
> postinsts for me; So I can't login on them.
> 
> 
> As of now I have a working KDE Plasma Desktop image (based on Angstrom's
> systemd image) that runs well on my overo. If anyone wants to try the
> image, there is a branch at the git repository [1] named
> sst-test-images.
> 
> It is planned to have Poky standalone images too, as well as Plasma
> Active images for both Poky and Angstrom (after Plasma Active is
> working).
> 
> 
> Feel free to comment on the images.

Giving them a spin now :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPjvbrAAoJEHZqAkdh1vT6H+EP/3+am7AdZK5y1smlgtApcMm+
Gh7ruIoJwedSICKp6rqRyM1lUssIrC/7QKri+5Ae0Cjw7h5aglEPIYXCoB39NRqw
o2aOUyTjVDxk4nbv+z/3WFxwHHx0053GYztJUWPBNVL77HPn+8rq5ALaMydCCheR
jjdS/+/2tuD+DxAeFOsFMj3zoh9CrKR605+AkxjTAtMNRZl7QjCdP9J1wjrXrDQ0
ZnSnTEIH8ycZPjCL3b5LvGxfjRdah1y9uCjlaRu9rjMXY/UHA3Nzr84TjvCW3iiN
s3R21ggaSPKINZ3irigViXOeKPDhr3FThNhsLVkLY41JBe0xXqt9LCs1GxYIMGfC
phP7wpsiFLLtePwcBPn5X3lL3JFBXVXqwgqo8Eb0W9u3tLypiV50C6+0L7XwZNVW
ERNmxw0fdd1UN9wzRxpOcKofmxwO2ZW4BfkS8xbxfXLIXz4AktCHb7IDtXJCr5nT
7rrH2iMvbDyzNnVssYS3Yl2GGNlbG6jwwyd6/09kDo4OJdMWFs1soAw2QiEEWY5A
jc7lW9o7Z3rlwtUiUIktLF2rkGv63IDuN9+xXNyKwBHoTqwjcGFG/8M7EPGc2hTQ
HmNxTdEiLTdEjsvjzTqwFP5hjtFznMGmFl1BtDfEb3/aw4GSbcCbrkU/LylXqkGs
Jcu04IswcM3pi2RcaaVX
=tuC9
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-18 17:16 ` Koen Kooi
@ 2012-04-19  9:09   ` Samuel Stirtzel
  2012-04-19  9:12     ` Samuel Stirtzel
  2012-04-19  9:40     ` Koen Kooi
  0 siblings, 2 replies; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-19  9:09 UTC (permalink / raw)
  To: openembedded-devel

>> Feel free to comment on the images.
>
> Giving them a spin now :)

Thanks.

Just to let you know: Yesterday I accidentally added "inherit allarch"
to kde-wallpapers,
this will produce an error, I want to push my patch for this but
Gitorious seems to be down.

Removing allarch from kde-wallpapers will do the trick.

> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iQIcBAEBAgAGBQJPjvbrAAoJEHZqAkdh1vT6H+EP/3+am7AdZK5y1smlgtApcMm+
> Gh7ruIoJwedSICKp6rqRyM1lUssIrC/7QKri+5Ae0Cjw7h5aglEPIYXCoB39NRqw
> o2aOUyTjVDxk4nbv+z/3WFxwHHx0053GYztJUWPBNVL77HPn+8rq5ALaMydCCheR
> jjdS/+/2tuD+DxAeFOsFMj3zoh9CrKR605+AkxjTAtMNRZl7QjCdP9J1wjrXrDQ0
> ZnSnTEIH8ycZPjCL3b5LvGxfjRdah1y9uCjlaRu9rjMXY/UHA3Nzr84TjvCW3iiN
> s3R21ggaSPKINZ3irigViXOeKPDhr3FThNhsLVkLY41JBe0xXqt9LCs1GxYIMGfC
> phP7wpsiFLLtePwcBPn5X3lL3JFBXVXqwgqo8Eb0W9u3tLypiV50C6+0L7XwZNVW
> ERNmxw0fdd1UN9wzRxpOcKofmxwO2ZW4BfkS8xbxfXLIXz4AktCHb7IDtXJCr5nT
> 7rrH2iMvbDyzNnVssYS3Yl2GGNlbG6jwwyd6/09kDo4OJdMWFs1soAw2QiEEWY5A
> jc7lW9o7Z3rlwtUiUIktLF2rkGv63IDuN9+xXNyKwBHoTqwjcGFG/8M7EPGc2hTQ
> HmNxTdEiLTdEjsvjzTqwFP5hjtFznMGmFl1BtDfEb3/aw4GSbcCbrkU/LylXqkGs
> Jcu04IswcM3pi2RcaaVX
> =tuC9
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-19  9:09   ` Samuel Stirtzel
@ 2012-04-19  9:12     ` Samuel Stirtzel
  2012-04-19  9:40     ` Koen Kooi
  1 sibling, 0 replies; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-19  9:12 UTC (permalink / raw)
  To: openembedded-devel

2012/4/19 Samuel Stirtzel <s.stirtzel@googlemail.com>:
>>> Feel free to comment on the images.
>>
>> Giving them a spin now :)
>
> Thanks.
>
> Just to let you know: Yesterday I accidentally added "inherit allarch"
> to kde-wallpapers,
> this will produce an error, I want to push my patch for this but
> Gitorious seems to be down.

Hmm seems to be a local Internet issue, maybe I should flush my dns
cache or something,
seems strange.

However the patch is pushed.

>
> Removing allarch from kde-wallpapers will do the trick.
>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.11 (Darwin)
>> Comment: GPGTools - http://gpgtools.org
>>
>> iQIcBAEBAgAGBQJPjvbrAAoJEHZqAkdh1vT6H+EP/3+am7AdZK5y1smlgtApcMm+
>> Gh7ruIoJwedSICKp6rqRyM1lUssIrC/7QKri+5Ae0Cjw7h5aglEPIYXCoB39NRqw
>> o2aOUyTjVDxk4nbv+z/3WFxwHHx0053GYztJUWPBNVL77HPn+8rq5ALaMydCCheR
>> jjdS/+/2tuD+DxAeFOsFMj3zoh9CrKR605+AkxjTAtMNRZl7QjCdP9J1wjrXrDQ0
>> ZnSnTEIH8ycZPjCL3b5LvGxfjRdah1y9uCjlaRu9rjMXY/UHA3Nzr84TjvCW3iiN
>> s3R21ggaSPKINZ3irigViXOeKPDhr3FThNhsLVkLY41JBe0xXqt9LCs1GxYIMGfC
>> phP7wpsiFLLtePwcBPn5X3lL3JFBXVXqwgqo8Eb0W9u3tLypiV50C6+0L7XwZNVW
>> ERNmxw0fdd1UN9wzRxpOcKofmxwO2ZW4BfkS8xbxfXLIXz4AktCHb7IDtXJCr5nT
>> 7rrH2iMvbDyzNnVssYS3Yl2GGNlbG6jwwyd6/09kDo4OJdMWFs1soAw2QiEEWY5A
>> jc7lW9o7Z3rlwtUiUIktLF2rkGv63IDuN9+xXNyKwBHoTqwjcGFG/8M7EPGc2hTQ
>> HmNxTdEiLTdEjsvjzTqwFP5hjtFznMGmFl1BtDfEb3/aw4GSbcCbrkU/LylXqkGs
>> Jcu04IswcM3pi2RcaaVX
>> =tuC9
>> -----END PGP SIGNATURE-----
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
>
> --
> Regards
> Samuel



-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-19  9:09   ` Samuel Stirtzel
  2012-04-19  9:12     ` Samuel Stirtzel
@ 2012-04-19  9:40     ` Koen Kooi
  2012-04-19 14:03       ` Samuel Stirtzel
  1 sibling, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-19  9:40 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 19-04-12 11:09, Samuel Stirtzel schreef:
>>> Feel free to comment on the images.
>> 
>> Giving them a spin now :)
> 
> Thanks.
> 
> Just to let you know: Yesterday I accidentally added "inherit allarch" to
> kde-wallpapers, this will produce an error, I want to push my patch for
> this but Gitorious seems to be down.

Gitorious is down a lot, which is (partly) why I switched away from it.

> Removing allarch from kde-wallpapers will do the trick.

I'll update the repo in a minute. Some other things I ran into:

* rasqal needs PARALLEL_MAKE = ""
* soprano-native is needed for the onto2something binary, I did 'yum install
soprano' instead

The build has restarted due to the gcc patch and OEBasicHash, so it will be
a while before I can test these images.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPj91wAAoJEHZqAkdh1vT60T0QAKPi3WeWUixdKnYVEblnoOC3
qLw9kVglZ4RAbulOYylznNrDBzIxyDFi3aofO5M68vOLa0ng8V7EFZ+lOZgI3goI
wwd76JIXbu9P/pojE5jXhpU1gZiISnCwJrdkso6MRVXzi6UlS/PGEyORPhcX6KcS
IGSeV1aP+3LfJCbd0BVS3LZKALPcVlz6cVSqMi6KpmKvzeFaAN5PUtEH5soNCNh6
LR+hh9Q/Kz1wur3pk2mAWzj9B1uy+VtWN1vI/ywtEb1zXlvokI6NcwgKS/ZzBTOM
8KjaF4GqBpBSvHLJjyZrtjpTjIW6HMcic5IWAM1H/ta5X4mb6eOYFieGNnnaNU2v
t2uUDYqyxWvgNrhChrG3foF6/AMPhmyz53iDVwjdaG9/NuC3fniB80Cp7E9ejwrj
sPWJ2tZ/LcraDlMfvYEqe8KSa0UuV9PrD1FMA48JmWwR8s92lc4Ug67HsGv728KB
bRmQh3g/OKPupYrnwj8eddY30Anxz4sZADtXD5St5TTJKbuq3yidK/OA/bb/M1b1
CfTdvsWoYnPAAAcJkiQaptKf2g7NI7GYrXbdvcMDDbdj3NX9qfFAlHyGWsNThoNm
U8uievGsgyR8A1PxGPKdq72BauoZM28bJN9vZMEpgAJpx9kuO5wnZRzu7s/ZLuHg
1sWvYGV98ReHoDEMGNHA
=Z5pO
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-19  9:40     ` Koen Kooi
@ 2012-04-19 14:03       ` Samuel Stirtzel
  2012-04-19 16:57         ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-19 14:03 UTC (permalink / raw)
  To: openembedded-devel

2012/4/19 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 19-04-12 11:09, Samuel Stirtzel schreef:
>>>> Feel free to comment on the images.
>>>
>>> Giving them a spin now :)
>>
>> Thanks.
>>
>> Just to let you know: Yesterday I accidentally added "inherit allarch" to
>> kde-wallpapers, this will produce an error, I want to push my patch for
>> this but Gitorious seems to be down.
>
> Gitorious is down a lot, which is (partly) why I switched away from it.
>
>> Removing allarch from kde-wallpapers will do the trick.
>
> I'll update the repo in a minute. Some other things I ran into:
>
> * rasqal needs PARALLEL_MAKE = ""

Done, committed it to master.
(68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants to cherry-pick)

> * soprano-native is needed for the onto2something binary, I did 'yum install
> soprano' instead

Which recipe is failing with the soprano-native error?
The kdelibs4-native recipe should only optionally depend on it.

> The build has restarted due to the gcc patch and OEBasicHash, so it will be
> a while before I can test these images.
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iQIcBAEBAgAGBQJPj91wAAoJEHZqAkdh1vT60T0QAKPi3WeWUixdKnYVEblnoOC3
> qLw9kVglZ4RAbulOYylznNrDBzIxyDFi3aofO5M68vOLa0ng8V7EFZ+lOZgI3goI
> wwd76JIXbu9P/pojE5jXhpU1gZiISnCwJrdkso6MRVXzi6UlS/PGEyORPhcX6KcS
> IGSeV1aP+3LfJCbd0BVS3LZKALPcVlz6cVSqMi6KpmKvzeFaAN5PUtEH5soNCNh6
> LR+hh9Q/Kz1wur3pk2mAWzj9B1uy+VtWN1vI/ywtEb1zXlvokI6NcwgKS/ZzBTOM
> 8KjaF4GqBpBSvHLJjyZrtjpTjIW6HMcic5IWAM1H/ta5X4mb6eOYFieGNnnaNU2v
> t2uUDYqyxWvgNrhChrG3foF6/AMPhmyz53iDVwjdaG9/NuC3fniB80Cp7E9ejwrj
> sPWJ2tZ/LcraDlMfvYEqe8KSa0UuV9PrD1FMA48JmWwR8s92lc4Ug67HsGv728KB
> bRmQh3g/OKPupYrnwj8eddY30Anxz4sZADtXD5St5TTJKbuq3yidK/OA/bb/M1b1
> CfTdvsWoYnPAAAcJkiQaptKf2g7NI7GYrXbdvcMDDbdj3NX9qfFAlHyGWsNThoNm
> U8uievGsgyR8A1PxGPKdq72BauoZM28bJN9vZMEpgAJpx9kuO5wnZRzu7s/ZLuHg
> 1sWvYGV98ReHoDEMGNHA
> =Z5pO
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-19 14:03       ` Samuel Stirtzel
@ 2012-04-19 16:57         ` Koen Kooi
  2012-04-20  5:32           ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-19 16:57 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 19-04-12 16:03, Samuel Stirtzel schreef:
> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 11:09,
> Samuel Stirtzel schreef:
>>>>>> Feel free to comment on the images.
>>>>> 
>>>>> Giving them a spin now :)
>>>> 
>>>> Thanks.
>>>> 
>>>> Just to let you know: Yesterday I accidentally added "inherit
>>>> allarch" to kde-wallpapers, this will produce an error, I want to
>>>> push my patch for this but Gitorious seems to be down.
> 
> Gitorious is down a lot, which is (partly) why I switched away from it.
> 
>>>> Removing allarch from kde-wallpapers will do the trick.
> 
> I'll update the repo in a minute. Some other things I ran into:
> 
> * rasqal needs PARALLEL_MAKE = ""
> 
>> Done, committed it to master. (68edc1551c703bd83a60aa05edb898a7bdfa9ff9
>> if anyone wants to cherry-pick)
> 
> * soprano-native is needed for the onto2something binary, I did 'yum
> install soprano' instead
> 
>> Which recipe is failing with the soprano-native error? The
>> kdelibs4-native recipe should only optionally depend on it.

I forgot which recipe, sorry. I do managed to build the images after a few
tries. There were some more PARALLEL_MAKE and/or missing DEPENDS related
problems, but rerunning the build a few times made those go away.
The buildhistory output:
https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c


regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPkEP+AAoJEHZqAkdh1vT6auoQAI0W65GOytfYs3PPpam6ZMKB
Po2rlF1PPQ+uOMw+F+aO1rCevKZZp8st9fQMrHabBHn4EHB36LcMnwItYdfSCOQj
uGS3j8POV5eo09CcJ5bWpckOe3CrhnGrMdgh2FdyELY7sbTd+mva2UWvgQKVZUvK
hSAn0ZL3i5zgJZF6ShUipoglh8V/E+vOV0HJjge/FM0ayNxQkWnPaPuQacioIy4I
YPDnjzScYOuI/Fc0GTar1ROSLVP8l2oM+Pj/JxMpTqk8R1NK09VAfEwJ7Vo+KUbL
y2N8wlr99oqaiJAyqlZoOR14Bj9d0HQaphYNogWMZiJsm2BHyT82b43R1x/jd0/E
rrZ/hrH3cfSp8TM9BIJ8CuJNGJRZkEW66bLk4nemuP85Jvbt/ZZmADee1Yik9aBA
i8yRmV2qhJmbtU1hlZbPgNKwnlSOS/LeFfqsxqknwOazHdUsLleRDX9JCubBpXl3
iD66b+XB+dvPoHnUtDpVJvqfeo7mTwWvRJi7RE4E5ktgKOmZf4GbqHfRKF8s1M8p
PTZtQkeKasNt4Mdan3SUTwX4yZODzZ9DxfL4F1bijIT+tpOCfhPOff9IHQb1wnMv
VuTEhnNTfnHfHy3sk/Ij8MNNcQ1sIV6oKFzImvh502cTt/c2kMKxm5WIuoxDutXv
06cb01/g0O5N7AXNtz8B
=9d4s
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-19 16:57         ` Koen Kooi
@ 2012-04-20  5:32           ` Koen Kooi
  2012-04-20  7:59             ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-20  5:32 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 19-04-12 18:57, Koen Kooi schreef:
> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 11:09, 
>> Samuel Stirtzel schreef:
>>>>>>> Feel free to comment on the images.
>>>>>> 
>>>>>> Giving them a spin now :)
>>>>> 
>>>>> Thanks.
>>>>> 
>>>>> Just to let you know: Yesterday I accidentally added "inherit 
>>>>> allarch" to kde-wallpapers, this will produce an error, I want
>>>>> to push my patch for this but Gitorious seems to be down.
> 
>> Gitorious is down a lot, which is (partly) why I switched away from
>> it.
> 
>>>>> Removing allarch from kde-wallpapers will do the trick.
> 
>> I'll update the repo in a minute. Some other things I ran into:
> 
>> * rasqal needs PARALLEL_MAKE = ""
> 
>>> Done, committed it to master.
>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants to
>>> cherry-pick)
> 
>> * soprano-native is needed for the onto2something binary, I did 'yum 
>> install soprano' instead
> 
>>> Which recipe is failing with the soprano-native error? The 
>>> kdelibs4-native recipe should only optionally depend on it.
> 
> I forgot which recipe, sorry. I do managed to build the images after a
> few tries. There were some more PARALLEL_MAKE and/or missing DEPENDS
> related problems, but rerunning the build a few times made those go
> away. The buildhistory output: 
> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c

The
> 
binaries don't run, lots of missing symbols to SessionManagement, do I
need to build qt4-x11 differently (apart from the GLES changes I forgot)?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPkPUHAAoJEHZqAkdh1vT6dfcP/jJmlp/RlOMTuh6NTFe3Dv/3
r/TDi/vjlasQsI5PJ1e9dyLnJGvsUDXaAJBseTZWzWYJ2a9KTHIqVfuTiolvr8Jv
4cMfeKLvoCTBYDlaoTsS8R5aYiQ4TTgntRQRJpyAkitL348cGW867tbbvLg6K+IG
DVjDAZAf3hXg+DFHNnE99dxHCSAQg9ZizIcPre5VORhHlyGzJZi1yNuRm/KgiUIm
APBQbQuWd3JbREuOxLftMpARudYsi/+pINH5NQlDRJxkLeW4slT34rUhNF2zjWlR
XjRzmnADQLvQVN95x7hZiyy7yILhPfRKA6/o1H/bEAYPttPkVfxBfO/qXS67bRHB
857w/B/e+m3kVkYgVoarCuvdRZtL52t6QFXTPAEyhOFYdDi92ccHp3vZHzlMFeuv
9Whv9VRZnSLyk7Y3BBeSqRZ0pROl3XoTxHBzmYe5DJdKNAlTxJ6FeDjdQhO1p9bM
Douyg8QeS+Ai5C/vtfWjFn0Kz8z0z/yYXjqM1gLxtTvU8tXwpOpvDXe1yzMiWB1v
XN1IUjCDq5FEg4lnHwxwf5HpQehCYCmoTAx3Gieq6cqrpmqYLBH79gXvr2cjB3W+
eDwtCGK8o+oNCm/3y3c1avfV3QHrVJNx65n2f7k8AhemPd0tzg1TainmVNyJjt9M
zK3ctXBv59B2BUnAFLxc
=m4Hh
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20  5:32           ` Koen Kooi
@ 2012-04-20  7:59             ` Samuel Stirtzel
  2012-04-20 10:24               ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-20  7:59 UTC (permalink / raw)
  To: openembedded-devel

2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 19-04-12 18:57, Koen Kooi schreef:
>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 11:09,
>>> Samuel Stirtzel schreef:
>>>>>>>> Feel free to comment on the images.
>>>>>>>
>>>>>>> Giving them a spin now :)
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> Just to let you know: Yesterday I accidentally added "inherit
>>>>>> allarch" to kde-wallpapers, this will produce an error, I want
>>>>>> to push my patch for this but Gitorious seems to be down.
>>
>>> Gitorious is down a lot, which is (partly) why I switched away from
>>> it.
>>
>>>>>> Removing allarch from kde-wallpapers will do the trick.
>>
>>> I'll update the repo in a minute. Some other things I ran into:
>>
>>> * rasqal needs PARALLEL_MAKE = ""
>>
>>>> Done, committed it to master.
>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants to
>>>> cherry-pick)
>>
>>> * soprano-native is needed for the onto2something binary, I did 'yum
>>> install soprano' instead
>>
>>>> Which recipe is failing with the soprano-native error? The
>>>> kdelibs4-native recipe should only optionally depend on it.
>>
>> I forgot which recipe, sorry. I do managed to build the images after a
>> few tries. There were some more PARALLEL_MAKE and/or missing DEPENDS
>> related problems, but rerunning the build a few times made those go
>> away. The buildhistory output:
>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c

The diff from my buildhistory installed-packages.txt looks good.
Although it seems like I have "some" strange kernel module installed [1].

The "+kde-wallpapers" and other shows that you have it installed in
the image while I installed it as package when I noticed it was
missing, so it is alright.

>
> The
>>
> binaries don't run, lots of missing symbols to SessionManagement, do I
> need to build qt4-x11 differently (apart from the GLES changes I forgot)?

The qt4-x11-free_4.8.0.bbappend [2] should have done that.
I can look into it if you provide the log.do_configure for kdelibs4.

At the first glance it looks like the .bbappend needs a PRINC, you
could verify that with grep "-no-accessibility -no-sm" in your
qt4-x11-free logfile dir.

>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iQIcBAEBAgAGBQJPkPUHAAoJEHZqAkdh1vT6dfcP/jJmlp/RlOMTuh6NTFe3Dv/3
> r/TDi/vjlasQsI5PJ1e9dyLnJGvsUDXaAJBseTZWzWYJ2a9KTHIqVfuTiolvr8Jv
> 4cMfeKLvoCTBYDlaoTsS8R5aYiQ4TTgntRQRJpyAkitL348cGW867tbbvLg6K+IG
> DVjDAZAf3hXg+DFHNnE99dxHCSAQg9ZizIcPre5VORhHlyGzJZi1yNuRm/KgiUIm
> APBQbQuWd3JbREuOxLftMpARudYsi/+pINH5NQlDRJxkLeW4slT34rUhNF2zjWlR
> XjRzmnADQLvQVN95x7hZiyy7yILhPfRKA6/o1H/bEAYPttPkVfxBfO/qXS67bRHB
> 857w/B/e+m3kVkYgVoarCuvdRZtL52t6QFXTPAEyhOFYdDi92ccHp3vZHzlMFeuv
> 9Whv9VRZnSLyk7Y3BBeSqRZ0pROl3XoTxHBzmYe5DJdKNAlTxJ6FeDjdQhO1p9bM
> Douyg8QeS+Ai5C/vtfWjFn0Kz8z0z/yYXjqM1gLxtTvU8tXwpOpvDXe1yzMiWB1v
> XN1IUjCDq5FEg4lnHwxwf5HpQehCYCmoTAx3Gieq6cqrpmqYLBH79gXvr2cjB3W+
> eDwtCGK8o+oNCm/3y3c1avfV3QHrVJNx65n2f7k8AhemPd0tzg1TainmVNyJjt9M
> zK3ctXBv59B2BUnAFLxc
> =m4Hh
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[1] http://pastebin.com/RzPXqtxv
[2] https://gitorious.org/openembedded-core-layers/meta-kde/blobs/master/recipes-misc-support/qt4-x11-free_4.8.0.bbappend

-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20  7:59             ` Samuel Stirtzel
@ 2012-04-20 10:24               ` Koen Kooi
  2012-04-20 10:45                 ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-20 10:24 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 20-04-12 09:59, Samuel Stirtzel schreef:
> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 18:57, Koen
> Kooi schreef:
>>>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12
>>>>> 11:09, Samuel Stirtzel schreef:
>>>>>>>>>> Feel free to comment on the images.
>>>>>>>>> 
>>>>>>>>> Giving them a spin now :)
>>>>>>>> 
>>>>>>>> Thanks.
>>>>>>>> 
>>>>>>>> Just to let you know: Yesterday I accidentally added
>>>>>>>> "inherit allarch" to kde-wallpapers, this will produce an
>>>>>>>> error, I want to push my patch for this but Gitorious seems
>>>>>>>> to be down.
>>>> 
>>>>> Gitorious is down a lot, which is (partly) why I switched away
>>>>> from it.
>>>> 
>>>>>>>> Removing allarch from kde-wallpapers will do the trick.
>>>> 
>>>>> I'll update the repo in a minute. Some other things I ran into:
>>>> 
>>>>> * rasqal needs PARALLEL_MAKE = ""
>>>> 
>>>>>> Done, committed it to master. 
>>>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants to 
>>>>>> cherry-pick)
>>>> 
>>>>> * soprano-native is needed for the onto2something binary, I did
>>>>> 'yum install soprano' instead
>>>> 
>>>>>> Which recipe is failing with the soprano-native error? The 
>>>>>> kdelibs4-native recipe should only optionally depend on it.
>>>> 
>>>> I forgot which recipe, sorry. I do managed to build the images
>>>> after a few tries. There were some more PARALLEL_MAKE and/or
>>>> missing DEPENDS related problems, but rerunning the build a few
>>>> times made those go away. The buildhistory output: 
>>>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c
>
>>>> 
>> The diff from my buildhistory installed-packages.txt looks good. 
>> Although it seems like I have "some" strange kernel module installed
>> [1].
> 
>> The "+kde-wallpapers" and other shows that you have it installed in the
>> image while I installed it as package when I noticed it was missing, so
>> it is alright.
> 
> 
> The
>>>> 
> binaries don't run, lots of missing symbols to SessionManagement, do I 
> need to build qt4-x11 differently (apart from the GLES changes I
> forgot)?
> 
>> The qt4-x11-free_4.8.0.bbappend [2] should have done that. I can look
>> into it if you provide the log.do_configure for kdelibs4.
> 
>> At the first glance it looks like the .bbappend needs a PRINC, you 
>> could verify that with grep "-no-accessibility -no-sm" in your 
>> qt4-x11-free logfile dir.

That probably it, I had already built qt4.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPkTk+AAoJEHZqAkdh1vT6RnUP/R1wl42kEc22DXqCRycCOnvO
9C6dH8nvs3uL+SF7k23JGrA+jK7Z2Y9CScWOJzhl2pWn/j0kZPDJXSh5qOOVch/6
aNmy1NlRRM4fSUOrX4321mznWcH9OIXS5fRmOWh5psZoRwHocRlv3OoeY04Qilc8
RKg6wTqKKyn+PdNAx1A3PCytcBS0Tqe8kcgrpkMa3gdLci4tOvXieoFibfmjUPo/
IceElFDCz7zGorxw1ZP/M6GoFNH1hrDlU3m1+K9DptJdZPf2YefY1tVZ4FzqvnoJ
yTAU/gQj5phQP1Nf+Y3ntiqslP9W4UKj4SpzHcSQVSr2VOVqxMpuFuz1CmAFb+z4
n16MnFWwmrtIgu6Y189HjII7YBiSTaNto86axj/Wwg1Df5gX9vcfpl77Al8TPi1d
p4glMKi4BlhjPB/mCPfrCmByvpw7vABe1V8TYkknzk2wiISArRCnRjDVPk5+ZlDo
uT08EbhLU+ULBsmuQ2AherjWCHswkiqOOM69GiaFgvTW+xeFiFwTlTajmZYPRD1i
t12GC1zm1dDv0kzGMMpdhWoz0Kr96wAtIpXk/mntwiLvpSzpEB5KYCxd3Zn7zwmT
oTXUJuuX0y+puRM+mCqnl4saO3xdGSQddZ0HZZc4OKFzDKSdmddqe+VAfDf123x4
yGYTkxO0zuKSmtQ5hxFv
=510i
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20 10:24               ` Koen Kooi
@ 2012-04-20 10:45                 ` Samuel Stirtzel
  2012-04-20 10:55                   ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-20 10:45 UTC (permalink / raw)
  To: openembedded-devel

2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 20-04-12 09:59, Samuel Stirtzel schreef:
>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 18:57, Koen
>> Kooi schreef:
>>>>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>>>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12
>>>>>> 11:09, Samuel Stirtzel schreef:
>>>>>>>>>>> Feel free to comment on the images.
>>>>>>>>>>
>>>>>>>>>> Giving them a spin now :)
>>>>>>>>>
>>>>>>>>> Thanks.
>>>>>>>>>
>>>>>>>>> Just to let you know: Yesterday I accidentally added
>>>>>>>>> "inherit allarch" to kde-wallpapers, this will produce an
>>>>>>>>> error, I want to push my patch for this but Gitorious seems
>>>>>>>>> to be down.
>>>>>
>>>>>> Gitorious is down a lot, which is (partly) why I switched away
>>>>>> from it.
>>>>>
>>>>>>>>> Removing allarch from kde-wallpapers will do the trick.
>>>>>
>>>>>> I'll update the repo in a minute. Some other things I ran into:
>>>>>
>>>>>> * rasqal needs PARALLEL_MAKE = ""
>>>>>
>>>>>>> Done, committed it to master.
>>>>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants to
>>>>>>> cherry-pick)
>>>>>
>>>>>> * soprano-native is needed for the onto2something binary, I did
>>>>>> 'yum install soprano' instead
>>>>>
>>>>>>> Which recipe is failing with the soprano-native error? The
>>>>>>> kdelibs4-native recipe should only optionally depend on it.
>>>>>
>>>>> I forgot which recipe, sorry. I do managed to build the images
>>>>> after a few tries. There were some more PARALLEL_MAKE and/or
>>>>> missing DEPENDS related problems, but rerunning the build a few
>>>>> times made those go away. The buildhistory output:
>>>>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c
>>
>>>>>
>>> The diff from my buildhistory installed-packages.txt looks good.
>>> Although it seems like I have "some" strange kernel module installed
>>> [1].
>>
>>> The "+kde-wallpapers" and other shows that you have it installed in the
>>> image while I installed it as package when I noticed it was missing, so
>>> it is alright.
>>
>>
>> The
>>>>>
>> binaries don't run, lots of missing symbols to SessionManagement, do I
>> need to build qt4-x11 differently (apart from the GLES changes I
>> forgot)?
>>
>>> The qt4-x11-free_4.8.0.bbappend [2] should have done that. I can look
>>> into it if you provide the log.do_configure for kdelibs4.
>>
>>> At the first glance it looks like the .bbappend needs a PRINC, you
>>> could verify that with grep "-no-accessibility -no-sm" in your
>>> qt4-x11-free logfile dir.
>
> That probably it, I had already built qt4.

Pushed a commit,
244b03bb14a0d4646861df6e9952c03fea84e21e if you want to cherry pick it.

Currently working on a cmake cross compilation issue, as side effect
it could resolve the PARALLEL_MAKE problems too.


-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20 10:45                 ` Samuel Stirtzel
@ 2012-04-20 10:55                   ` Koen Kooi
  2012-04-20 11:28                     ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-20 10:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 20-04-12 12:45, Samuel Stirtzel schreef:
> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 20-04-12 09:59, Samuel Stirtzel schreef:
>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 18:57,
>>> Koen Kooi schreef:
>>>>>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>>>>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op
>>>>>>> 19-04-12 11:09, Samuel Stirtzel schreef:
>>>>>>>>>>>> Feel free to comment on the images.
>>>>>>>>>>> 
>>>>>>>>>>> Giving them a spin now :)
>>>>>>>>>> 
>>>>>>>>>> Thanks.
>>>>>>>>>> 
>>>>>>>>>> Just to let you know: Yesterday I accidentally added 
>>>>>>>>>> "inherit allarch" to kde-wallpapers, this will produce
>>>>>>>>>> an error, I want to push my patch for this but
>>>>>>>>>> Gitorious seems to be down.
>>>>>> 
>>>>>>> Gitorious is down a lot, which is (partly) why I switched
>>>>>>> away from it.
>>>>>> 
>>>>>>>>>> Removing allarch from kde-wallpapers will do the
>>>>>>>>>> trick.
>>>>>> 
>>>>>>> I'll update the repo in a minute. Some other things I ran
>>>>>>> into:
>>>>>> 
>>>>>>> * rasqal needs PARALLEL_MAKE = ""
>>>>>> 
>>>>>>>> Done, committed it to master. 
>>>>>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants
>>>>>>>> to cherry-pick)
>>>>>> 
>>>>>>> * soprano-native is needed for the onto2something binary, I
>>>>>>> did 'yum install soprano' instead
>>>>>> 
>>>>>>>> Which recipe is failing with the soprano-native error? The 
>>>>>>>> kdelibs4-native recipe should only optionally depend on
>>>>>>>> it.
>>>>>> 
>>>>>> I forgot which recipe, sorry. I do managed to build the images 
>>>>>> after a few tries. There were some more PARALLEL_MAKE and/or 
>>>>>> missing DEPENDS related problems, but rerunning the build a
>>>>>> few times made those go away. The buildhistory output: 
>>>>>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c
>>>
>>>>>>
>>>>
>>>>>> 
The diff from my buildhistory installed-packages.txt looks good.
>>>> Although it seems like I have "some" strange kernel module
>>>> installed [1].
>>> 
>>>> The "+kde-wallpapers" and other shows that you have it installed in
>>>> the image while I installed it as package when I noticed it was
>>>> missing, so it is alright.
>>> 
>>> 
>>> The
>>>>>> 
>>> binaries don't run, lots of missing symbols to SessionManagement, do
>>> I need to build qt4-x11 differently (apart from the GLES changes I 
>>> forgot)?
>>> 
>>>> The qt4-x11-free_4.8.0.bbappend [2] should have done that. I can
>>>> look into it if you provide the log.do_configure for kdelibs4.
>>> 
>>>> At the first glance it looks like the .bbappend needs a PRINC, you 
>>>> could verify that with grep "-no-accessibility -no-sm" in your 
>>>> qt4-x11-free logfile dir.
>> 
>> That probably it, I had already built qt4.
> 
> Pushed a commit, 244b03bb14a0d4646861df6e9952c03fea84e21e if you want to
> cherry pick it.
> 
> Currently working on a cmake cross compilation issue, as side effect it
> could resolve the PARALLEL_MAKE problems too.

I think the bbappend needs to do:

PRINC := "${@int(PRINC) + 1}"

instead of

PRINC = "1"

Since meta-oe has a bbappend as well (patches to fix that will show up soon)

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPkUCWAAoJEHZqAkdh1vT66O8P/2XdfhMrJG7nZrmjKZWmX9YL
8vQlKpT3vXGOPiph2Q1EHFGmhDp+5XOIyIS5+/GJAP288AhMXZLqVj/7fxy9df32
8I/7hd+yo9u4PeKMbeGLt7RSCy+53piyaNGrsCJJ2l7K82YRwEIGAr718NyWitto
2MNd5INNW0sA2/9WFD3l5kEEMuObDjj9593ticvaV5vdl+IPLbAoSiNDwnsXTOhk
m1YE8LqaAb8y6szZthcLuMYgpyTKL3LYVukA/oav5WDl3nW8309QIcyhF5Ot/ZzP
yjw9N5PEZrZv3y63dV7iT4MExnWLvX6ncpFmrXo5+gbks3mj0A5iGdPqPyhjk5NK
g5Sg26Z5jkd1si7n2WdjWgbzjG0/oEPxa/paLRBdX2IAT3NlpruiEXD4w5lV8q+u
ODIJjXLSQSbiyy6fjGG5EfDXwjVx4R8TsXa8Fu1MD4zuIJC26r6lV0akLfkxBfQM
IyqIwsTHQJO1o+ej50gjRKK9bHh12iyqk4jMS4Jb6CmkpREvuahHIEQzgPW/if5t
EzwbJ3/IAaWybiBHvFBthXusHyZVu3I9Y2W8dUCP8lq+bMCCiwiwwWbYSDmF86OZ
EglZFwx8jGK9A4Z9XtghhJB7HuEnlDXvOjvf2I4DnP2QmafP0YrHQbk6qB2F3LAC
qzOqxFqT5SnYPZ+BogZo
=USTg
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20 10:55                   ` Koen Kooi
@ 2012-04-20 11:28                     ` Samuel Stirtzel
  2012-04-20 15:41                       ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-20 11:28 UTC (permalink / raw)
  To: openembedded-devel

2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 20-04-12 12:45, Samuel Stirtzel schreef:
>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>>
>>> Op 20-04-12 09:59, Samuel Stirtzel schreef:
>>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12 18:57,
>>>> Koen Kooi schreef:
>>>>>>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>>>>>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op
>>>>>>>> 19-04-12 11:09, Samuel Stirtzel schreef:
>>>>>>>>>>>>> Feel free to comment on the images.
>>>>>>>>>>>>
>>>>>>>>>>>> Giving them a spin now :)
>>>>>>>>>>>
>>>>>>>>>>> Thanks.
>>>>>>>>>>>
>>>>>>>>>>> Just to let you know: Yesterday I accidentally added
>>>>>>>>>>> "inherit allarch" to kde-wallpapers, this will produce
>>>>>>>>>>> an error, I want to push my patch for this but
>>>>>>>>>>> Gitorious seems to be down.
>>>>>>>
>>>>>>>> Gitorious is down a lot, which is (partly) why I switched
>>>>>>>> away from it.
>>>>>>>
>>>>>>>>>>> Removing allarch from kde-wallpapers will do the
>>>>>>>>>>> trick.
>>>>>>>
>>>>>>>> I'll update the repo in a minute. Some other things I ran
>>>>>>>> into:
>>>>>>>
>>>>>>>> * rasqal needs PARALLEL_MAKE = ""
>>>>>>>
>>>>>>>>> Done, committed it to master.
>>>>>>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone wants
>>>>>>>>> to cherry-pick)
>>>>>>>
>>>>>>>> * soprano-native is needed for the onto2something binary, I
>>>>>>>> did 'yum install soprano' instead
>>>>>>>
>>>>>>>>> Which recipe is failing with the soprano-native error? The
>>>>>>>>> kdelibs4-native recipe should only optionally depend on
>>>>>>>>> it.
>>>>>>>
>>>>>>> I forgot which recipe, sorry. I do managed to build the images
>>>>>>> after a few tries. There were some more PARALLEL_MAKE and/or
>>>>>>> missing DEPENDS related problems, but rerunning the build a
>>>>>>> few times made those go away. The buildhistory output:
>>>>>>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c
>>>>
>>>>>>>
>>>>>
>>>>>>>
> The diff from my buildhistory installed-packages.txt looks good.
>>>>> Although it seems like I have "some" strange kernel module
>>>>> installed [1].
>>>>
>>>>> The "+kde-wallpapers" and other shows that you have it installed in
>>>>> the image while I installed it as package when I noticed it was
>>>>> missing, so it is alright.
>>>>
>>>>
>>>> The
>>>>>>>
>>>> binaries don't run, lots of missing symbols to SessionManagement, do
>>>> I need to build qt4-x11 differently (apart from the GLES changes I
>>>> forgot)?
>>>>
>>>>> The qt4-x11-free_4.8.0.bbappend [2] should have done that. I can
>>>>> look into it if you provide the log.do_configure for kdelibs4.
>>>>
>>>>> At the first glance it looks like the .bbappend needs a PRINC, you
>>>>> could verify that with grep "-no-accessibility -no-sm" in your
>>>>> qt4-x11-free logfile dir.
>>>
>>> That probably it, I had already built qt4.
>>
>> Pushed a commit, 244b03bb14a0d4646861df6e9952c03fea84e21e if you want to
>> cherry pick it.
>>
>> Currently working on a cmake cross compilation issue, as side effect it
>> could resolve the PARALLEL_MAKE problems too.
>
> I think the bbappend needs to do:
>
> PRINC := "${@int(PRINC) + 1}"
>
> instead of
>
> PRINC = "1"
>
> Since meta-oe has a bbappend as well (patches to fix that will show up soon)

Done,
thanks for pointing that out.


-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20 11:28                     ` Samuel Stirtzel
@ 2012-04-20 15:41                       ` Koen Kooi
  2012-04-23  7:17                         ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-20 15:41 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 20-04-12 13:28, Samuel Stirtzel schreef:
> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 20-04-12 12:45, Samuel Stirtzel schreef:
>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>>> 
>>>> Op 20-04-12 09:59, Samuel Stirtzel schreef:
>>>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12
>>>>> 18:57, Koen Kooi schreef:
>>>>>>>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>>>>>>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op 
>>>>>>>>> 19-04-12 11:09, Samuel Stirtzel schreef:
>>>>>>>>>>>>>> Feel free to comment on the images.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Giving them a spin now :)
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks.
>>>>>>>>>>>> 
>>>>>>>>>>>> Just to let you know: Yesterday I accidentally
>>>>>>>>>>>> added "inherit allarch" to kde-wallpapers, this
>>>>>>>>>>>> will produce an error, I want to push my patch for
>>>>>>>>>>>> this but Gitorious seems to be down.
>>>>>>>> 
>>>>>>>>> Gitorious is down a lot, which is (partly) why I
>>>>>>>>> switched away from it.
>>>>>>>> 
>>>>>>>>>>>> Removing allarch from kde-wallpapers will do the 
>>>>>>>>>>>> trick.
>>>>>>>> 
>>>>>>>>> I'll update the repo in a minute. Some other things I
>>>>>>>>> ran into:
>>>>>>>> 
>>>>>>>>> * rasqal needs PARALLEL_MAKE = ""
>>>>>>>> 
>>>>>>>>>> Done, committed it to master. 
>>>>>>>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone
>>>>>>>>>> wants to cherry-pick)
>>>>>>>> 
>>>>>>>>> * soprano-native is needed for the onto2something binary,
>>>>>>>>> I did 'yum install soprano' instead
>>>>>>>> 
>>>>>>>>>> Which recipe is failing with the soprano-native error?
>>>>>>>>>> The kdelibs4-native recipe should only optionally
>>>>>>>>>> depend on it.
>>>>>>>> 
>>>>>>>> I forgot which recipe, sorry. I do managed to build the
>>>>>>>> images after a few tries. There were some more
>>>>>>>> PARALLEL_MAKE and/or missing DEPENDS related problems, but
>>>>>>>> rerunning the build a few times made those go away. The
>>>>>>>> buildhistory output: 
>>>>>>>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c
>>>>>
>>>>>>>>
>>>>>>
>>>>>>>>
>>
>>>>>>>> 
The diff from my buildhistory installed-packages.txt looks good.
>>>>>> Although it seems like I have "some" strange kernel module 
>>>>>> installed [1].
>>>>> 
>>>>>> The "+kde-wallpapers" and other shows that you have it
>>>>>> installed in the image while I installed it as package when I
>>>>>> noticed it was missing, so it is alright.
>>>>> 
>>>>> 
>>>>> The
>>>>>>>> 
>>>>> binaries don't run, lots of missing symbols to SessionManagement,
>>>>> do I need to build qt4-x11 differently (apart from the GLES
>>>>> changes I forgot)?
>>>>> 
>>>>>> The qt4-x11-free_4.8.0.bbappend [2] should have done that. I
>>>>>> can look into it if you provide the log.do_configure for
>>>>>> kdelibs4.
>>>>> 
>>>>>> At the first glance it looks like the .bbappend needs a PRINC,
>>>>>> you could verify that with grep "-no-accessibility -no-sm" in
>>>>>> your qt4-x11-free logfile dir.
>>>> 
>>>> That probably it, I had already built qt4.
>>> 
>>> Pushed a commit, 244b03bb14a0d4646861df6e9952c03fea84e21e if you want
>>> to cherry pick it.
>>> 
>>> Currently working on a cmake cross compilation issue, as side effect
>>> it could resolve the PARALLEL_MAKE problems too.
>> 
>> I think the bbappend needs to do:
>> 
>> PRINC := "${@int(PRINC) + 1}"
>> 
>> instead of
>> 
>> PRINC = "1"
>> 
>> Since meta-oe has a bbappend as well (patches to fix that will show up
>> soon)
> 
> Done, thanks for pointing that out.

I have it sort of running, but I get a lot:

Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name
org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"


And do you have a bbappend for qt to enable GLES?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPkYOWAAoJEHZqAkdh1vT6MFsQAIOgM0HGktHd/uGyagP7pn2/
3NHsfWvsZxE5VGel19XGYlH9vIPkT98Jhfgj31t3LB8Y2S5A6jZmGiV+2qn3oEEl
3OG8MEHkt1KLOW3p/79WZO0SPcXjx2D/UljrZ4epWgL2WJltjqOfSkonu5dFqbPg
j+mhWl5FB23hc73pGXPILKj+Mykmal/DE8Lw2Mm434iDCVC0D0Qu3nf7GdghMYK6
Op87xr+441p1YzQ22NlsXfMY2jM0bJG/jjOUo1mY8/UsR2DSMpEQSAHazmr4cfII
P+s3GN1YBj0WbtxytDTKzSeR3Qzr6pw9ZCb60VsF6w/BIjwkeHsQVzjUZExIiSHA
60+6VsP7Ok0nSrOfT+1ZVv50mqS2fJi/ZHDxcrZtsQ+l/vH6G/qbBDmUbbAPzh9d
kMzelmfERq5B0V74y8fqbec9KMIkHYlVsL1IKnbgL7Xtz8n6wNZndGX4cGqPRGcz
xJT7MKd8ACETYVb3H6dFWo8XjkETCz9MzBZg/i0ZDMIlw82Pamtiw+Pvr6UXwFsQ
J7DAT3/M0/DGHU6/PlgYNQezLoRzRlwdNpj355DsPEqKWlcbSjOznkR/AqyK0GXi
/XQBsUdNjlLcTdDvHqsQz+JB18H3FDN+Zd859uIitD3k5tK4TCqAjFl5Mhb7EjHy
Hzxjgmli9qfcSApDJ/lx
=Xsxg
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-20 15:41                       ` Koen Kooi
@ 2012-04-23  7:17                         ` Samuel Stirtzel
  2012-04-23 12:47                           ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-23  7:17 UTC (permalink / raw)
  To: openembedded-devel

2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 20-04-12 13:28, Samuel Stirtzel schreef:
>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>>
>>> Op 20-04-12 12:45, Samuel Stirtzel schreef:
>>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>>>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>>>>
>>>>> Op 20-04-12 09:59, Samuel Stirtzel schreef:
>>>>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>: Op 19-04-12
>>>>>> 18:57, Koen Kooi schreef:
>>>>>>>>> Op 19-04-12 16:03, Samuel Stirtzel schreef:
>>>>>>>>>> 2012/4/19 Koen Kooi <koen@dominion.thruhere.net>: Op
>>>>>>>>>> 19-04-12 11:09, Samuel Stirtzel schreef:
>>>>>>>>>>>>>>> Feel free to comment on the images.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Giving them a spin now :)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Just to let you know: Yesterday I accidentally
>>>>>>>>>>>>> added "inherit allarch" to kde-wallpapers, this
>>>>>>>>>>>>> will produce an error, I want to push my patch for
>>>>>>>>>>>>> this but Gitorious seems to be down.
>>>>>>>>>
>>>>>>>>>> Gitorious is down a lot, which is (partly) why I
>>>>>>>>>> switched away from it.
>>>>>>>>>
>>>>>>>>>>>>> Removing allarch from kde-wallpapers will do the
>>>>>>>>>>>>> trick.
>>>>>>>>>
>>>>>>>>>> I'll update the repo in a minute. Some other things I
>>>>>>>>>> ran into:
>>>>>>>>>
>>>>>>>>>> * rasqal needs PARALLEL_MAKE = ""
>>>>>>>>>
>>>>>>>>>>> Done, committed it to master.
>>>>>>>>>>> (68edc1551c703bd83a60aa05edb898a7bdfa9ff9 if anyone
>>>>>>>>>>> wants to cherry-pick)
>>>>>>>>>
>>>>>>>>>> * soprano-native is needed for the onto2something binary,
>>>>>>>>>> I did 'yum install soprano' instead
>>>>>>>>>
>>>>>>>>>>> Which recipe is failing with the soprano-native error?
>>>>>>>>>>> The kdelibs4-native recipe should only optionally
>>>>>>>>>>> depend on it.
>>>>>>>>>
>>>>>>>>> I forgot which recipe, sorry. I do managed to build the
>>>>>>>>> images after a few tries. There were some more
>>>>>>>>> PARALLEL_MAKE and/or missing DEPENDS related problems, but
>>>>>>>>> rerunning the build a few times made those go away. The
>>>>>>>>> buildhistory output:
>>>>>>>>> https://github.com/Angstrom-distribution/buildhistory/commit/c4790bbe1534c8c536f6cacf509d93b14cf6050c
>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>>>
>>>
>>>>>>>>>
> The diff from my buildhistory installed-packages.txt looks good.
>>>>>>> Although it seems like I have "some" strange kernel module
>>>>>>> installed [1].
>>>>>>
>>>>>>> The "+kde-wallpapers" and other shows that you have it
>>>>>>> installed in the image while I installed it as package when I
>>>>>>> noticed it was missing, so it is alright.
>>>>>>
>>>>>>
>>>>>> The
>>>>>>>>>
>>>>>> binaries don't run, lots of missing symbols to SessionManagement,
>>>>>> do I need to build qt4-x11 differently (apart from the GLES
>>>>>> changes I forgot)?
>>>>>>
>>>>>>> The qt4-x11-free_4.8.0.bbappend [2] should have done that. I
>>>>>>> can look into it if you provide the log.do_configure for
>>>>>>> kdelibs4.
>>>>>>
>>>>>>> At the first glance it looks like the .bbappend needs a PRINC,
>>>>>>> you could verify that with grep "-no-accessibility -no-sm" in
>>>>>>> your qt4-x11-free logfile dir.
>>>>>
>>>>> That probably it, I had already built qt4.
>>>>
>>>> Pushed a commit, 244b03bb14a0d4646861df6e9952c03fea84e21e if you want
>>>> to cherry pick it.
>>>>
>>>> Currently working on a cmake cross compilation issue, as side effect
>>>> it could resolve the PARALLEL_MAKE problems too.
>>>
>>> I think the bbappend needs to do:
>>>
>>> PRINC := "${@int(PRINC) + 1}"
>>>
>>> instead of
>>>
>>> PRINC = "1"
>>>
>>> Since meta-oe has a bbappend as well (patches to fix that will show up
>>> soon)
>>
>> Done, thanks for pointing that out.
>
> I have it sort of running, but I get a lot:
>
> Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name
> org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"

Hi,
yes this is a known issue.
Somehow the Virtuoso RDF parser does not get detected by Nepomuk.
It should not affect anything else than the file search.


Is the KDE desktop working properly?
If I start it with "xinit /usr/bin/startkde" it looks just like my
host system after a fresh installation.

>
>
> And do you have a bbappend for qt to enable GLES?

The "recipes-misc-support/qt4-x11-free_4.8.0.bbappend" [1] enables
GLES for Qt on the soc family omap3.
kde-workspace builds kwin (the window manager) and also kwin_gles if
GLES is available.

It could be faster than the normal window manager, "kwin_gles
--replace" should do the trick.


>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iQIcBAEBAgAGBQJPkYOWAAoJEHZqAkdh1vT6MFsQAIOgM0HGktHd/uGyagP7pn2/
> 3NHsfWvsZxE5VGel19XGYlH9vIPkT98Jhfgj31t3LB8Y2S5A6jZmGiV+2qn3oEEl
> 3OG8MEHkt1KLOW3p/79WZO0SPcXjx2D/UljrZ4epWgL2WJltjqOfSkonu5dFqbPg
> j+mhWl5FB23hc73pGXPILKj+Mykmal/DE8Lw2Mm434iDCVC0D0Qu3nf7GdghMYK6
> Op87xr+441p1YzQ22NlsXfMY2jM0bJG/jjOUo1mY8/UsR2DSMpEQSAHazmr4cfII
> P+s3GN1YBj0WbtxytDTKzSeR3Qzr6pw9ZCb60VsF6w/BIjwkeHsQVzjUZExIiSHA
> 60+6VsP7Ok0nSrOfT+1ZVv50mqS2fJi/ZHDxcrZtsQ+l/vH6G/qbBDmUbbAPzh9d
> kMzelmfERq5B0V74y8fqbec9KMIkHYlVsL1IKnbgL7Xtz8n6wNZndGX4cGqPRGcz
> xJT7MKd8ACETYVb3H6dFWo8XjkETCz9MzBZg/i0ZDMIlw82Pamtiw+Pvr6UXwFsQ
> J7DAT3/M0/DGHU6/PlgYNQezLoRzRlwdNpj355DsPEqKWlcbSjOznkR/AqyK0GXi
> /XQBsUdNjlLcTdDvHqsQz+JB18H3FDN+Zd859uIitD3k5tK4TCqAjFl5Mhb7EjHy
> Hzxjgmli9qfcSApDJ/lx
> =Xsxg
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[1] https://gitorious.org/openembedded-core-layers/meta-kde/blobs/master/recipes-misc-support/qt4-x11-free_4.8.0.bbappend

-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-23  7:17                         ` Samuel Stirtzel
@ 2012-04-23 12:47                           ` Koen Kooi
  2012-04-23 13:49                             ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-04-23 12:47 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 23-04-12 09:17, Samuel Stirtzel schreef:
> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:

> And do you have a bbappend for qt to enable GLES?
> 
>> The "recipes-misc-support/qt4-x11-free_4.8.0.bbappend" [1] enables GLES
>> for Qt on the soc family omap3.

Actually it doesn't :) That enables EGL mode, but 'desktop GL' as Qt calls it:

OpenGL support ......... yes (Desktop OpenGL)

So I did:

+++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend
@@ -1,7 +1,7 @@
- -QT_GLFLAGS_omap3 = "-egl"
+QT_GLFLAGS_omap3 = "-opengl es2 "

And I get:

[koen@Angstrom-F16-vm-rpm qt4-x11-free-4.8.0-r43.1]$ grep OpenGL
temp/log.do_configure
OpenGL ES 2.x auto-detection... ()
OpenGL ES 2.x enabled.
OpenGL support ......... yes (OpenGL ES 2.x)

I'm going to see if that actually builds. If so, I'll send a patch to fix it
and add more TI opengl platforms. And I'll poke my ex coworkers about having
a bbappend in meta-ti to enable opengl for the respective platforms, doing
it in meta-kde feels wrong, but works for me at the moment.

regards,

Koen


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPlU9PAAoJEHZqAkdh1vT6k5EQAJY7nM5HKsP21hMPW5n/1DUg
tKddTM25pBFST+7CUfswt0iC12tLn2yAvzxKFlbq9cvvV2oBlVEdEGZJwEhCZW4y
f8x3kgwd6Q0T4qyzL0ZcqJEmX9e7nDRSKkcn7qnZLfZ5l00lnroOwUOwNWUD540l
X9EZiO7TsNITmVkJkvT18xIVwwg7cRgwMEp72pPYCA6YPhDLHNlAkKq9/nflUBW1
I6zaNIK23JS8EJmeRncQyINB0sefnsutKRTqo3Md74/qCYAD7pL5adSjn7YDwdcq
XDw9+FqaE5KHOMcECH4SsW2/sUwaX+PrsSuqgYr6deOKpJ4iXb9xaD1JMyk32GPt
OI98v3q8OCC4xQ9Ve4CbNNCvc9/qwqhcWwwwDs2v6kGkBCR4EKH0IBPJS1jIqVbz
kZtCP3d1ziCEK7dicR1qNiZSZWf8izMIRxLxVVCyaMEpmqXRSNohjpphkOxQ6VsD
K551C500Mu0PsJfMYDEvdS+cQ2gUjUkpaCjYbV/owYWz2YqTR/NnNXPafuuklnbY
XAa00gjBPX+yBYQmY9kMVOz5TEurgN12Kpu9X8SNCD8wGJHknPll1UhOpBJx7zVo
RiSAh0ctU2J6ftAdlsqFrA4RaISxqTq4YBMh0YJfZOU90pceMOr4lg3dhso6Hpnf
SanxQ3j15KLJPEpik9jy
=zVVi
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-23 12:47                           ` Koen Kooi
@ 2012-04-23 13:49                             ` Samuel Stirtzel
  2012-05-02 14:55                               ` Koen Kooi
  0 siblings, 1 reply; 19+ messages in thread
From: Samuel Stirtzel @ 2012-04-23 13:49 UTC (permalink / raw)
  To: openembedded-devel

2012/4/23 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 23-04-12 09:17, Samuel Stirtzel schreef:
>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>
>> And do you have a bbappend for qt to enable GLES?
>>
>>> The "recipes-misc-support/qt4-x11-free_4.8.0.bbappend" [1] enables GLES
>>> for Qt on the soc family omap3.
>
> Actually it doesn't :) That enables EGL mode, but 'desktop GL' as Qt calls it:
>
> OpenGL support ......... yes (Desktop OpenGL)
>
> So I did:
>
> +++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend
> @@ -1,7 +1,7 @@
> - -QT_GLFLAGS_omap3 = "-egl"
> +QT_GLFLAGS_omap3 = "-opengl es2 "
>
> And I get:
>
> [koen@Angstrom-F16-vm-rpm qt4-x11-free-4.8.0-r43.1]$ grep OpenGL
> temp/log.do_configure
> OpenGL ES 2.x auto-detection... ()
> OpenGL ES 2.x enabled.
> OpenGL support ......... yes (OpenGL ES 2.x)

Interesting,
seems like I have been fooled by Qt:

OpenGL support ......... yes (Desktop OpenGL)
EGL support ............ yes <EGL/egl.h>

For me this sounded as if it was configured right, so "EGL support" is
a bit misleading..

>
> I'm going to see if that actually builds. If so, I'll send a patch to fix it
> and add more TI opengl platforms. And I'll poke my ex coworkers about having
> a bbappend in meta-ti to enable opengl for the respective platforms, doing
> it in meta-kde feels wrong, but works for me at the moment.

TBH it wasn't properly tested yet.
On my Overo every time I start any EGL application all I get is just
EGL_BAD_ALLOC 0x3003 ...
There was a thread about this on the meta-ti mailing list [1], but it
seems to be low priority.
Also with your patch [2] nothing seems to change for me.


[1] https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000798.html
[2] https://lists.yoctoproject.org/pipermail/meta-ti/2012-April/000947.html

-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-04-23 13:49                             ` Samuel Stirtzel
@ 2012-05-02 14:55                               ` Koen Kooi
  2012-05-03  9:46                                 ` Samuel Stirtzel
  0 siblings, 1 reply; 19+ messages in thread
From: Koen Kooi @ 2012-05-02 14:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 23-04-12 15:49, Samuel Stirtzel schreef:
> 2012/4/23 Koen Kooi <koen@dominion.thruhere.net>:
>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>> 
>> Op 23-04-12 09:17, Samuel Stirtzel schreef:
>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>> 
>>> And do you have a bbappend for qt to enable GLES?
>>> 
>>>> The "recipes-misc-support/qt4-x11-free_4.8.0.bbappend" [1] enables
>>>> GLES for Qt on the soc family omap3.
>> 
>> Actually it doesn't :) That enables EGL mode, but 'desktop GL' as Qt
>> calls it:
>> 
>> OpenGL support ......... yes (Desktop OpenGL)
>> 
>> So I did:
>> 
>> +++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend @@ -1,7 +1,7 @@ 
>> - -QT_GLFLAGS_omap3 = "-egl" +QT_GLFLAGS_omap3 = "-opengl es2 "
>> 
>> And I get:
>> 
>> [koen@Angstrom-F16-vm-rpm qt4-x11-free-4.8.0-r43.1]$ grep OpenGL 
>> temp/log.do_configure OpenGL ES 2.x auto-detection... () OpenGL ES 2.x
>> enabled. OpenGL support ......... yes (OpenGL ES 2.x)
> 
> Interesting, seems like I have been fooled by Qt:
> 
> OpenGL support ......... yes (Desktop OpenGL) EGL support ............
> yes <EGL/egl.h>
> 
> For me this sounded as if it was configured right, so "EGL support" is a
> bit misleading..
> 
>> 
>> I'm going to see if that actually builds. If so, I'll send a patch to
>> fix it and add more TI opengl platforms. And I'll poke my ex coworkers
>> about having a bbappend in meta-ti to enable opengl for the respective
>> platforms, doing it in meta-kde feels wrong, but works for me at the
>> moment.
> 
> TBH it wasn't properly tested yet. On my Overo every time I start any EGL
> application all I get is just EGL_BAD_ALLOC 0x3003 ...

That turned out to be a bug in opkg :( With the latest patchset I posted to
meta-ti the bug should be gone.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPoUr3AAoJEHZqAkdh1vT6iTkP+QG4MWihg/A1/QGEWLlLMJXD
OYaP1QOMLyQrmaN72p8sH8AInL3z8jEOC3+FXLDN/tn71qJVRuwwKHYUh0vEcR8N
X285jnArDnuHGgGkUZyMPGeniZHlBIBAuBvvFveZR371OEOKaVHZRcA7gm2Pl7D/
FgRG/jInNXxcwkkKgx28z34C9mQLwsLEAlzbVPvolzufFg9ggK3fQ7cT0OjNOc84
cPZjyuVEpuZqB/Ie4DQ7JcY9sI7Sp3s54+j0LcRF6dpXsqALYlNx+0khz94wdhVt
1uOBucVSQwRBuDbhzcnMNN9768wHa/lAEQXJflUL2N8B/doh5kA+b7Fqk+e1xwn/
PuAdNEMUaL/ywhFumatVqo1hjrGLGRm6+oymGdKGtWjaBDcbsQb7bOlR7z/NghVS
K4OVjqZiCkThihd22Nu7deSaQg3mZ7oowkAOALSDR80IJjSwmt08iRFV2szan7OU
z9l1xe3eVwlsbMFuoYwn37wlRpiUa9Sp1sZE9NfLL4E1ssV/nKFDwQz1Qo8YNq8q
5/Hh4UzaIlW7FhVQf+/YD3rFjNrpRTbKKuoRzBzXLjL3Q+mnbzKDW/e/Aqvm3lQn
h5bRECO45VanBFHoN9QQPD2MtGrsm/NoavDYvSsxk14Q5ePDkTwqrMIbrGKAaMQF
AAW1YHfhbUe7l/UqvvwY
=9qq6
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP))
  2012-05-02 14:55                               ` Koen Kooi
@ 2012-05-03  9:46                                 ` Samuel Stirtzel
  0 siblings, 0 replies; 19+ messages in thread
From: Samuel Stirtzel @ 2012-05-03  9:46 UTC (permalink / raw)
  To: openembedded-devel

2012/5/2 Koen Kooi <koen@dominion.thruhere.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 23-04-12 15:49, Samuel Stirtzel schreef:
>> 2012/4/23 Koen Kooi <koen@dominion.thruhere.net>:
>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
>>>
>>> Op 23-04-12 09:17, Samuel Stirtzel schreef:
>>>> 2012/4/20 Koen Kooi <koen@dominion.thruhere.net>:
>>>
>>>> And do you have a bbappend for qt to enable GLES?
>>>>
>>>>> The "recipes-misc-support/qt4-x11-free_4.8.0.bbappend" [1] enables
>>>>> GLES for Qt on the soc family omap3.
>>>
>>> Actually it doesn't :) That enables EGL mode, but 'desktop GL' as Qt
>>> calls it:
>>>
>>> OpenGL support ......... yes (Desktop OpenGL)
>>>
>>> So I did:
>>>
>>> +++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend @@ -1,7 +1,7 @@
>>> - -QT_GLFLAGS_omap3 = "-egl" +QT_GLFLAGS_omap3 = "-opengl es2 "
>>>
>>> And I get:
>>>
>>> [koen@Angstrom-F16-vm-rpm qt4-x11-free-4.8.0-r43.1]$ grep OpenGL
>>> temp/log.do_configure OpenGL ES 2.x auto-detection... () OpenGL ES 2.x
>>> enabled. OpenGL support ......... yes (OpenGL ES 2.x)
>>
>> Interesting, seems like I have been fooled by Qt:
>>
>> OpenGL support ......... yes (Desktop OpenGL) EGL support ............
>> yes <EGL/egl.h>
>>
>> For me this sounded as if it was configured right, so "EGL support" is a
>> bit misleading..
>>
>>>
>>> I'm going to see if that actually builds. If so, I'll send a patch to
>>> fix it and add more TI opengl platforms. And I'll poke my ex coworkers
>>> about having a bbappend in meta-ti to enable opengl for the respective
>>> platforms, doing it in meta-kde feels wrong, but works for me at the
>>> moment.
>>
>> TBH it wasn't properly tested yet. On my Overo every time I start any EGL
>> application all I get is just EGL_BAD_ALLOC 0x3003 ...
>
> That turned out to be a bug in opkg :( With the latest patchset I posted to
> meta-ti the bug should be gone.

Hi,
I will test it with your patch,
thanks.

-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-05-03  9:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-18 15:19 [meta-kde] Test images (was: Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)) Samuel Stirtzel
2012-04-18 17:16 ` Koen Kooi
2012-04-19  9:09   ` Samuel Stirtzel
2012-04-19  9:12     ` Samuel Stirtzel
2012-04-19  9:40     ` Koen Kooi
2012-04-19 14:03       ` Samuel Stirtzel
2012-04-19 16:57         ` Koen Kooi
2012-04-20  5:32           ` Koen Kooi
2012-04-20  7:59             ` Samuel Stirtzel
2012-04-20 10:24               ` Koen Kooi
2012-04-20 10:45                 ` Samuel Stirtzel
2012-04-20 10:55                   ` Koen Kooi
2012-04-20 11:28                     ` Samuel Stirtzel
2012-04-20 15:41                       ` Koen Kooi
2012-04-23  7:17                         ` Samuel Stirtzel
2012-04-23 12:47                           ` Koen Kooi
2012-04-23 13:49                             ` Samuel Stirtzel
2012-05-02 14:55                               ` Koen Kooi
2012-05-03  9:46                                 ` Samuel Stirtzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.