* [PATCH 0/1] Add qt3 to fix [YOCTO #816]
@ 2011-04-22 9:31 Xiaofeng Yan
2011-04-23 5:01 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2011-04-22 9:31 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
Add qt3 with a new layer "meta-qt3" and modify other files which is needed by qt3.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt3
Browse:http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt3
Thanks,
Xiaofeng Yan<xiaofeng.yan@windriver.com>
---
Xiaofeng Yan (1):
qt3: Add qt3 to poky for fixing [YOCTO #816]
meta-qt3/conf/layer.conf | 10 ++
meta-qt3/recipes-qt3/qt3/qt-x11-free-common.inc | 90 ++++++++++++++++++++
.../recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 71 +++++++++++++++
.../recipes-qt3/qt3/qt-x11-free/configure.patch | 51 +++++++++++
.../recipes-qt3/qt3/qt-x11-free/gcc4_1-HACK.patch | 28 ++++++
.../recipes-qt3/qt3/qt-x11-free/no-examples.patch | 16 ++++
meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.6.bb | 13 +++
meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 16 ++++
meta-yocto/conf/bblayers.conf.sample | 5 +-
meta-yocto/conf/distro/poky-lsb.conf | 3 +-
meta/classes/qt3e.bbclass | 11 +++
meta/classes/qt3x11.bbclass | 15 +++
meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb | 1 +
13 files changed, 327 insertions(+), 3 deletions(-)
create mode 100755 meta-qt3/conf/layer.conf
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free-common.inc
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free/configure.patch
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free/gcc4_1-HACK.patch
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free/no-examples.patch
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.6.bb
create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
create mode 100644 meta/classes/qt3e.bbclass
create mode 100644 meta/classes/qt3x11.bbclass
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 0/1] Add qt3 to fix [YOCTO #816]
2011-04-22 9:31 [PATCH 0/1] Add qt3 to fix [YOCTO #816] Xiaofeng Yan
@ 2011-04-23 5:01 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-04-23 5:01 UTC (permalink / raw)
To: Xiaofeng Yan; +Cc: poky
On 04/22/2011 02:31 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> Add qt3 with a new layer "meta-qt3" and modify other files which is
> needed by qt3.
>
A new layer means that this should all be self contained within a layer,
including the classes and the image recipe that can extend the
core-image-lsb recipe.
You should not change bblayers sample, the qt3 layer is an optional
layer specifically for LSB and not for general usage.
Also, please rebase your changes to the lastest master as the poky
naming has been rebranded to oe-core.
Sau!
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: xiaofeng/qt3
> Browse:http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt3
>
> Thanks,
> Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>
>
> Xiaofeng Yan (1):
> qt3: Add qt3 to poky for fixing [YOCTO #816]
>
> meta-qt3/conf/layer.conf | 10 ++
> meta-qt3/recipes-qt3/qt3/qt-x11-free-common.inc | 90 ++++++++++++++++++++
> .../recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 71 +++++++++++++++
> .../recipes-qt3/qt3/qt-x11-free/configure.patch | 51 +++++++++++
> .../recipes-qt3/qt3/qt-x11-free/gcc4_1-HACK.patch | 28 ++++++
> .../recipes-qt3/qt3/qt-x11-free/no-examples.patch | 16 ++++
> meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.6.bb | 13 +++
> meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 16 ++++
> meta-yocto/conf/bblayers.conf.sample | 5 +-
> meta-yocto/conf/distro/poky-lsb.conf | 3 +-
> meta/classes/qt3e.bbclass | 11 +++
> meta/classes/qt3x11.bbclass | 15 +++
> meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb | 1 +
> 13 files changed, 327 insertions(+), 3 deletions(-)
> create mode 100755 meta-qt3/conf/layer.conf
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free-common.inc
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free/configure.patch
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free/gcc4_1-HACK.patch
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free/no-examples.patch
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.6.bb
> create mode 100755 meta-qt3/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
> create mode 100644 meta/classes/qt3e.bbclass
> create mode 100644 meta/classes/qt3x11.bbclass
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-23 5:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 9:31 [PATCH 0/1] Add qt3 to fix [YOCTO #816] Xiaofeng Yan
2011-04-23 5:01 ` Saul Wold
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.