RE: qt.yaml and rpm pattern

2013-12-20 Thread VanCutsem, Geoffroy


From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Tomasz Olszak
Sent: Thursday, December 19, 2013 9:55 PM
To: ivi@lists.tizen.org; Ylinen, Mikko
Subject: qt.yaml and rpm pattern

Hi,
I've create and installed met-common with qt.yaml (attached).

After installation I see /usr/share/package-groups/common/qt.yaml however 
zypper pt output is following:
  | applications | | tizen-ivi  |
i | base | | tizen-ivi  |
  | base-desktop | | tizen-ivi  |
  | benchmarks   | | tizen-ivi  |
i | console-tools| | tizen-ivi  |
  | development  | | tizen-ivi  |
  | enlightenment| | tizen-ivi  |
i | ivi-adaptation   | | tizen-ivi  |
  | ivi-applications | | tizen-ivi  |
i | ivi-middleware   | | tizen-ivi  |
i | ivi-packaging| | tizen-ivi  |
  | ivi-qa   | | tizen-ivi  |
  | mfld-adaptation  | | tizen-ivi  |
  | pc-adaptation| | tizen-ivi  |
i | wayland  | | tizen-ivi  |
i | web-framework| | tizen-ivi  |

so
zypper in -t pattern qt
doesn't work.

[2] is the zypper.log from zypper in meta-common

Any hints?

[Geoffroy] As far as I understand it, zypper will gather the list of existing 
patterns from the repositories (e.g. 
http://download.tizen.org/releases/daily/tizen/ivi/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml),
 not from a file stored locally. I'll let the backend service folks correct me 
if I'm wrong but I believe meta-common is somewhere used to generate the 
patterns.xml file that is published in the Tizen IVI repos. I don't know how 
you can test your change locally before submitting a Gerrit review.
Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: qt.yaml and rpm pattern

2013-12-20 Thread Tomasz Olszak

 [Geoffroy] As far as I understand it, zypper will gather the list of
 existing patterns from the repositories (e.g.
 http://download.tizen.org/releases/daily/tizen/ivi/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml),
 not from a file stored locally. I’ll let the backend service folks correct
 me if I’m wrong but I believe meta-common is somewhere used to generate the
 patterns.xml file that is published in the Tizen IVI repos. I don’t know
 how you can test your change locally before submitting a Gerrit review.


I see, so it looks like I can test it by creating local repo with Qt
packages and the patterns.xml file based on
https://download.tizen.org/releases/milestone/tizen/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml
 .
Thanks for the hint.

-- 
regards,
Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: qt.yaml and rpm pattern

2013-12-20 Thread VanCutsem, Geoffroy


From: Tomasz Olszak [mailto:olszak.tom...@gmail.com]
Sent: Friday, December 20, 2013 12:02 PM
To: VanCutsem, Geoffroy
Cc: ivi@lists.tizen.org; Ylinen, Mikko
Subject: Re: qt.yaml and rpm pattern

[Geoffroy] As far as I understand it, zypper will gather the list of existing 
patterns from the repositories (e.g. 
http://download.tizen.org/releases/daily/tizen/ivi/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml),
 not from a file stored locally. I'll let the backend service folks correct me 
if I'm wrong but I believe meta-common is somewhere used to generate the 
patterns.xml file that is published in the Tizen IVI repos. I don't know how 
you can test your change locally before submitting a Gerrit review.

I see, so it looks like I can test it by creating local repo with Qt packages 
and the patterns.xml file based on 
https://download.tizen.org/releases/milestone/tizen/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml
 .
Thanks for the hint.

That's the idea. A more complete test would also involve using the magic 
tool/script used to convert the yaml file from meta-common into the new 
patterns.xml file... but I don't know which package this tool is from.

Geoffroy
Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: qt.yaml and rpm pattern

2013-12-20 Thread Ylinen, Mikko
Hi,

On Fri, Dec 20, 2013 at 1:08 PM, VanCutsem, Geoffroy 
geoffroy.vancut...@intel.com wrote:



 From: Tomasz Olszak [mailto:olszak.tom...@gmail.com]
 Sent: Friday, December 20, 2013 12:02 PM
 To: VanCutsem, Geoffroy
 Cc: ivi@lists.tizen.org; Ylinen, Mikko
 Subject: Re: qt.yaml and rpm pattern

 [Geoffroy] As far as I understand it, zypper will gather the list of
 existing patterns from the repositories (e.g.
 http://download.tizen.org/releases/daily/tizen/ivi/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml),
 not from a file stored locally. I'll let the backend service folks correct
 me if I'm wrong but I believe meta-common is somewhere used to generate the
 patterns.xml file that is published in the Tizen IVI repos. I don't know
 how you can test your change locally before submitting a Gerrit review.

 I see, so it looks like I can test it by creating local repo with Qt
 packages and the patterns.xml file based on
 https://download.tizen.org/releases/milestone/tizen/ivi/latest/repos/ivi/ia32/packages/repodata/patterns.xml.
 Thanks for the hint.

 That's the idea. A more complete test would also involve using the magic
 tool/script used to convert the yaml file from meta-common into the new
 patterns.xml file... but I don't know which package this tool is from.


- modify meta-common and build it locally
- build 'package-groups' project using gbs (make sure gbs uses your local
meta-common)
- output: package-groups RPM with group.xml and patterns.xml inside

-- Mikko
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: qt.yaml and rpm pattern

2013-12-20 Thread Tomasz Olszak

 - modify meta-common and build it locally
 - build 'package-groups' project using gbs (make sure gbs uses your local
 meta-common)
 - output: package-groups RPM with group.xml and patterns.xml inside

 -- Mikko


Thanks!

-- 
regards,
Tomasz Olszak
Qt for Tizen | http://qt-project.org/wiki/Tizen
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi