All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kang Kai <Kai.Kang@windriver.com>
To: McClintock Matthew-B29882 <B29882@freescale.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>,
	"Zhenfeng.Zhao@windriver.com" <Zhenfeng.Zhao@windriver.com>
Subject: Re: [PATCH 0/8] Patches for LSB perl test
Date: Thu, 6 Sep 2012 11:01:22 +0800	[thread overview]
Message-ID: <50481202.8000901@windriver.com> (raw)
In-Reply-To: <70CC66F5C30A414DADDA6973E4CA391A653064@039-SN1MPN1-003.039d.mgd.msft.net>

On 2012年09月06日 10:47, McClintock Matthew-B29882 wrote:
> On Tue, Sep 4, 2012 at 10:01 AM, Saul Wold<sgw@linux.intel.com>  wrote:
>> On 08/31/2012 03:00 AM, Kang Kai wrote:
>>> The following changes since commit
>>> b4c5725af4cd85d5644f0373e2674e903c4eab2b:
>>>
>>>     yocto-bsp: add missing xserver-xf86-config .bbappend for qemu
>>> (2012-08-25 14:47:07 +0100)
>>>
>>> are available in the git repository at:
>>>     git://git.pokylinux.org/poky-contrib kangkai/lsb
>>>     http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/lsb
>>>
>>> Kang Kai (8):
>>>     libclass-isa-perl: add it
>>>     perl: package modules Pod-Html and Tie-Hash-NamedCapture
>>>     libpod-plainer-perl: add it
>>>     libdumpvalue-perl: add it
>>>     libenv-perl: add it
>>>     libfile-checktree-perl: add it
>>>     libi18n-collate-perl: add it
>>>     task-core-lsb: add packages
>>>
>>>    meta/recipes-devtools/perl/perl-5.14.2/config.sh   |    2 +-
>>>    .../perl/libclass-isa-perl_0.36.bb                 |   32
>>> +++++++++++++++++++
>>>    .../perl/libdumpvalue-perl_1.16.bb                 |   20 ++++++++++++
>>>    meta/recipes-extended/perl/libenv-perl_1.03.bb     |   22 +++++++++++++
>>>    .../perl/libfile-checktree-perl_4.41.bb            |   33
>>> ++++++++++++++++++++
>>>    .../perl/libi18n-collate-perl_1.02.bb              |   22 +++++++++++++
>>>    .../perl/libpod-plainer-perl_1.03.bb               |   24 ++++++++++++++
>>>    meta/recipes-extended/tasks/task-core-lsb.bb       |    9 +++++-
>>>    8 files changed, 162 insertions(+), 2 deletions(-)
>>>    create mode 100644 meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
>>>    create mode 100644 meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
>>>    create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
>>>    create mode 100644
>>> meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
>>>    create mode 100644
>>> meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
>>>    create mode 100644
>>> meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
>>>
>> Kang,
>>
>> Given that LSB 5.0 is coming out that removes many of these requirements,
>> does it really make sense to add these and then remove them again in a
>> future release. I understand we are trying to be as
>> compliant as possible to LSB, but this may best be in a meta-lsb layer.
> Is a meta-lsb layer coming? Will it be apart of poky?

I send a patch to create meta-lsb layer in poky, and I think that is 
what Saul wants.

Regards,
Kai

>
> -M
>
>> Sau!
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




  reply	other threads:[~2012-09-06  3:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
2012-08-31 10:00 ` [PATCH 1/8] libclass-isa-perl: add it Kang Kai
2012-08-31 10:00 ` [PATCH 2/8] perl: package modules Pod-Html and Tie-Hash-NamedCapture Kang Kai
2012-08-31 10:00 ` [PATCH 3/8] libpod-plainer-perl: add it Kang Kai
2012-08-31 10:00 ` [PATCH 4/8] libdumpvalue-perl: " Kang Kai
2012-08-31 10:00 ` [PATCH 5/8] libenv-perl: " Kang Kai
2012-08-31 10:00 ` [PATCH 6/8] libfile-checktree-perl: " Kang Kai
2012-08-31 10:00 ` [PATCH 7/8] libi18n-collate-perl: " Kang Kai
2012-08-31 10:00 ` [PATCH 8/8] task-core-lsb: add packages Kang Kai
2012-09-04 15:01 ` [PATCH 0/8] Patches for LSB perl test Saul Wold
2012-09-06  2:47   ` McClintock Matthew-B29882
2012-09-06  3:01     ` Kang Kai [this message]
2012-09-06  3:03       ` McClintock Matthew-B29882
2012-09-10 15:44 ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50481202.8000901@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=B29882@freescale.com \
    --cc=Zhenfeng.Zhao@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.