Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1]:qt4e-demo-image: Fix bug 999
@ 2011-09-05  1:47 Xiaofeng Yan
  2011-09-05  1:47 ` [PATCH 1/1] qt4e-demo-image:Fix " Xiaofeng Yan
  2011-09-05 19:21 ` [PATCH 0/1]:qt4e-demo-image: Fix " Richard Purdie
  0 siblings, 2 replies; 6+ messages in thread
From: Xiaofeng Yan @ 2011-09-05  1:47 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

"/bin/sh" is needed by qt4e-demo-image. I add "busybox" to this image.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/qt4e-demo-image
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4e-demo-image

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  qt4e-demo-image:Fix bug 999

 meta/recipes-qt/images/qt4e-demo-image.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/1] qt4e-demo-image: Fix bug 999
@ 2011-08-26  2:24 Xiaofeng Yan
  0 siblings, 0 replies; 6+ messages in thread
From: Xiaofeng Yan @ 2011-08-26  2:24 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Hi Saul & Paul,

I merged qt4e-base-image.bb to qt4e-demoo-image.bb according to your suggestion. 
If you have any suggestion, I will modify them again.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/qt4e-demo-image
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4e-demo-image

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  qt4e-demo-image: Fix bug 999

 meta/recipes-qt/images/qt4e-demo-image.bb |   19 ++++++++++
 meta/recipes-qt/tasks/task-qt4e.bb        |   56 +++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-qt/images/qt4e-demo-image.bb
 create mode 100644 meta/recipes-qt/tasks/task-qt4e.bb




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/1] qt4e-demo-image: Fix bug 999
@ 2011-08-24  6:34 Xiaofeng Yan
  0 siblings, 0 replies; 6+ messages in thread
From: Xiaofeng Yan @ 2011-08-24  6:34 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Hi Paul,

Thank you for your very good suggestion for building a qt4e-demo-image.
I modified some .bb files and removed qwt according to your suggestion.
If you have any suggestion for these patches, I will continue modifying it. 

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/qt4e-demo-image
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4e-demo-image

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  qt4e-demo-image: Fix bug 999

 meta/recipes-qt/images/qt4e-base-image.bb        |   14 ++++++
 meta/recipes-qt/images/qt4e-demo-image.bb        |   12 +++++
 meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init |   55 ++++++++++++++++++++++
 meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb      |   19 ++++++++
 meta/recipes-qt/tasks/task-qt4e.bb               |   48 +++++++++++++++++++
 5 files changed, 148 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-qt/images/qt4e-base-image.bb
 create mode 100644 meta/recipes-qt/images/qt4e-demo-image.bb
 create mode 100644 meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
 create mode 100644 meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb
 create mode 100644 meta/recipes-qt/tasks/task-qt4e.bb




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/1] qt4e-demo-image: Fix bug 999
@ 2011-08-23 10:57 Xiaofeng Yan
  0 siblings, 0 replies; 6+ messages in thread
From: Xiaofeng Yan @ 2011-08-23 10:57 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Copy metadata of qt4e-demo-image from OE for easy testing qt4e on yocto project.


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/qt4-demo-image
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-demo-image

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  qt4e-demo-image: Fix bug 999

 meta/recipes-qt/images/qt4e-base-image.bb        |   19 +
 meta/recipes-qt/images/qt4e-demo-image.bb        |   11 +
 meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init |   55 +++
 meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb      |   19 +
 meta/recipes-qt/qwt/files/qt2-fix.patch          |  408 ++++++++++++++++++++++
 meta/recipes-qt/qwt/qwt-e_5.2.1.bb               |   11 +
 meta/recipes-qt/qwt/qwt.inc                      |   36 ++
 meta/recipes-qt/qwt/qwt_5.2.1.bb                 |   10 +
 meta/recipes-qt/tasks/task-qt4e.bb               |   54 +++
 9 files changed, 623 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-qt/images/qt4e-base-image.bb
 create mode 100644 meta/recipes-qt/images/qt4e-demo-image.bb
 create mode 100644 meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
 create mode 100644 meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb
 create mode 100644 meta/recipes-qt/qwt/files/qt2-fix.patch
 create mode 100644 meta/recipes-qt/qwt/qwt-e_5.2.1.bb
 create mode 100644 meta/recipes-qt/qwt/qwt.inc
 create mode 100644 meta/recipes-qt/qwt/qwt_5.2.1.bb
 create mode 100644 meta/recipes-qt/tasks/task-qt4e.bb




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

end of thread, other threads:[~2011-09-05 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05  1:47 [PATCH 0/1]:qt4e-demo-image: Fix bug 999 Xiaofeng Yan
2011-09-05  1:47 ` [PATCH 1/1] qt4e-demo-image:Fix " Xiaofeng Yan
2011-09-05 19:21 ` [PATCH 0/1]:qt4e-demo-image: Fix " Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2011-08-26  2:24 [PATCH 0/1] qt4e-demo-image: " Xiaofeng Yan
2011-08-24  6:34 Xiaofeng Yan
2011-08-23 10:57 Xiaofeng Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox