All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update README of meta-qt3
@ 2011-05-17 10:36 Xiaofeng Yan
  2011-05-17 10:36 ` [PATCH 1/1] README: " Xiaofeng Yan
  2011-05-17 23:05 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-05-17 10:36 UTC (permalink / raw)
  To: poky

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

Hi Saul,
Thank you for your suggestion.
I modify README according to your suggestion and don't know whether this README meet your requirement or not?
If you have an opinion of README, I will modify it again. 

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

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


Xiaofeng Yan (1):
  README: Update README of meta-qt3

 README |   39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)



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

* [PATCH 1/1] README: Update README of meta-qt3
  2011-05-17 10:36 [PATCH 0/1] Update README of meta-qt3 Xiaofeng Yan
@ 2011-05-17 10:36 ` Xiaofeng Yan
  2011-05-17 23:05 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-05-17 10:36 UTC (permalink / raw)
  To: poky

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

The README is about the following two respects:
1 How to build a lsb-image including qt3 library
2 How to Add qt3 library for user to their custom image

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 README |   39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 9be700e..b74bee2 100644
--- a/README
+++ b/README
@@ -1,8 +1,37 @@
+meta-qt3
+========
 
-README for meta-qt3
+This layer provides Qt 3.x libraries. Its intended use is for passing LSB tests
+as Qt3 is a requirement for LSB; however the libraries may also be used for any
+other purpose requiring Qt3.
 
-To use this branch, add the path to this directory to your
-conf/bblayers.conf file.
+--------------------------------
+Build an LSB image including Qt3
+--------------------------------
 
-You may also have to set DISTRO = "poky-lsb" in your conf/local.conf
-file.
+You can build an LSB image including Qt3 using the following steps:
+
+1. Add meta-qt3 path to COREBASE/build/conf/bblayers.conf file
+
+2. Set DISTRO = "poky-lsb" in COREBASE/build/conf/local.conf file
+
+3. Build lsb-image including qt3
+   $ bitbake core-image-lsb-qt3
+
+Note: "core-image-lsb-qt3" is the image prepared to meet the demands of LSB.
+
+--------------------------------
+Include Qt3 in your custom image
+--------------------------------
+
+If you only want to add Qt3 to your custom image, then you should perform
+the following steps:
+
+1. Add meta-qt3 path to COREBASE/build/conf/bblayers.conf file
+
+2. Add task-core-qt3 file to your custom image.
+   For example, if core-image-custom.bb is your building image file,
+   then you should add task-core-qt3 to IMAGE_INSTALL in core-image-custom.bb
+
+3. Build your custom image in build directory
+   $ bitbake core-image-custom
-- 
1.7.0.4



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

* Re: [PATCH 0/1] Update README of meta-qt3
  2011-05-17 10:36 [PATCH 0/1] Update README of meta-qt3 Xiaofeng Yan
  2011-05-17 10:36 ` [PATCH 1/1] README: " Xiaofeng Yan
@ 2011-05-17 23:05 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-05-17 23:05 UTC (permalink / raw)
  To: Xiaofeng Yan; +Cc: poky

On 05/17/2011 03:36 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> Hi Saul,
> Thank you for your suggestion.
> I modify README according to your suggestion and don't know whether this README meet your requirement or not?
> If you have an opinion of README, I will modify it again.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: xiaofeng/meta-qt3
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/meta-qt3
>
> Thanks,
>      Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>
>
> Xiaofeng Yan (1):
>    README: Update README of meta-qt3
>
>   README |   39 ++++++++++++++++++++++++++++++++++-----
>   1 files changed, 34 insertions(+), 5 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into meta-qt3.

Thanks for fixing the README

Sau!



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

end of thread, other threads:[~2011-05-17 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 10:36 [PATCH 0/1] Update README of meta-qt3 Xiaofeng Yan
2011-05-17 10:36 ` [PATCH 1/1] README: " Xiaofeng Yan
2011-05-17 23:05 ` [PATCH 0/1] " 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.