Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] ltp_20120104: add rdepends for denzil branch
@ 2012-08-23 10:21 Kang Kai
  2012-08-23 10:21 ` [PATCH 1/1] ltp_20120104: add rdepends Kang Kai
  0 siblings, 1 reply; 4+ messages in thread
From: Kang Kai @ 2012-08-23 10:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

The following changes since commit 65ffa7395055f7e012cb973f63f92380828eed0d:

  yocto-bsp: use base branches for qemu 'newbranch' case (2012-08-21 11:35:22 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/distro
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro

Kang Kai (1):
  ltp_20120104: add rdepends

 meta/recipes-extended/ltp/ltp_20120104.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
1.7.5.4




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

* [PATCH 1/1] ltp_20120104: add rdepends
  2012-08-23 10:21 [PATCH 0/1] ltp_20120104: add rdepends for denzil branch Kang Kai
@ 2012-08-23 10:21 ` Kang Kai
  2012-08-23 15:28   ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Kang Kai @ 2012-08-23 10:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

[Yocto #2973]

Add rdepends libaio to fix this defect.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
 meta/recipes-extended/ltp/ltp_20120104.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/ltp/ltp_20120104.bb b/meta/recipes-extended/ltp/ltp_20120104.bb
index c82203a..f8119a7 100644
--- a/meta/recipes-extended/ltp/ltp_20120104.bb
+++ b/meta/recipes-extended/ltp/ltp_20120104.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 		    file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 		"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
            file://uclibc-getcontext.patch \
@@ -28,6 +28,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
 SRC_URI[md5sum] = "ac183bbdac67139f049b3755fda37179"
 SRC_URI[sha256sum] = "11b149b821d709e3351ac66f028f1b0dd5337ee9073dc20019ccffdac42d5c2e"
 
+RDEPENDS_${PN} += "libaio"
+
 export prefix = "/opt/ltp"
 export exec_prefix = "/opt/ltp"
 
-- 
1.7.5.4




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

* Re: [PATCH 1/1] ltp_20120104: add rdepends
  2012-08-23 10:21 ` [PATCH 1/1] ltp_20120104: add rdepends Kang Kai
@ 2012-08-23 15:28   ` Saul Wold
  2012-08-24  1:42     ` Kang Kai
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2012-08-23 15:28 UTC (permalink / raw)
  To: Kang Kai; +Cc: Zhenfeng.Zhao, openembedded-core

On 08/23/2012 03:21 AM, Kang Kai wrote:
> [Yocto #2973]
>
> Add rdepends libaio to fix this defect.
>
> Signed-off-by: Kang Kai <kai.kang@windriver.com>
> ---
>   meta/recipes-extended/ltp/ltp_20120104.bb |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-extended/ltp/ltp_20120104.bb b/meta/recipes-extended/ltp/ltp_20120104.bb
> index c82203a..f8119a7 100644
> --- a/meta/recipes-extended/ltp/ltp_20120104.bb
> +++ b/meta/recipes-extended/ltp/ltp_20120104.bb

Is this really correct for master?  I think this patch is for Denzil?

Will there be a patch for master?

Sau!

> @@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>   		    file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>   		"
>
> -PR = "r1"
> +PR = "r2"
>
>   SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
>              file://uclibc-getcontext.patch \
> @@ -28,6 +28,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
>   SRC_URI[md5sum] = "ac183bbdac67139f049b3755fda37179"
>   SRC_URI[sha256sum] = "11b149b821d709e3351ac66f028f1b0dd5337ee9073dc20019ccffdac42d5c2e"
>
> +RDEPENDS_${PN} += "libaio"
> +
>   export prefix = "/opt/ltp"
>   export exec_prefix = "/opt/ltp"
>
>



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

* Re: [PATCH 1/1] ltp_20120104: add rdepends
  2012-08-23 15:28   ` Saul Wold
@ 2012-08-24  1:42     ` Kang Kai
  0 siblings, 0 replies; 4+ messages in thread
From: Kang Kai @ 2012-08-24  1:42 UTC (permalink / raw)
  To: Saul Wold; +Cc: Zhenfeng.Zhao, openembedded-core

On 2012年08月23日 23:28, Saul Wold wrote:
> On 08/23/2012 03:21 AM, Kang Kai wrote:
>> [Yocto #2973]
>>
>> Add rdepends libaio to fix this defect.
>>
>> Signed-off-by: Kang Kai <kai.kang@windriver.com>
>> ---
>> meta/recipes-extended/ltp/ltp_20120104.bb | 4 +++-
>> 1 files changed, 3 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-extended/ltp/ltp_20120104.bb 
>> b/meta/recipes-extended/ltp/ltp_20120104.bb
>> index c82203a..f8119a7 100644
>> --- a/meta/recipes-extended/ltp/ltp_20120104.bb
>> +++ b/meta/recipes-extended/ltp/ltp_20120104.bb
>
> Is this really correct for master? I think this patch is for Denzil?
Yes, there are aio tests in ltp suit. And a variable RUN_AIOTESTS to 
identify run aio tests or not.

I have update ltp to 20120614, so this is just for denzil.
Suggest denzil pick the commit 5af0be987e1117fe830de72e646ef372a12f923f 
to update the ltp too, then just one patch for both of them.


Regards,
Kai

>
> Will there be a patch for master?

>
> Sau!
>
>> @@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = 
>> "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>> file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f 
>> \
>> "
>>
>> -PR = "r1"
>> +PR = "r2"
>>
>> SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
>> file://uclibc-getcontext.patch \
>> @@ -28,6 +28,8 @@ SRC_URI = 
>> "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \
>> SRC_URI[md5sum] = "ac183bbdac67139f049b3755fda37179"
>> SRC_URI[sha256sum] = 
>> "11b149b821d709e3351ac66f028f1b0dd5337ee9073dc20019ccffdac42d5c2e"
>>
>> +RDEPENDS_${PN} += "libaio"
>> +
>> export prefix = "/opt/ltp"
>> export exec_prefix = "/opt/ltp"
>>
>>
>




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

end of thread, other threads:[~2012-08-24  1:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 10:21 [PATCH 0/1] ltp_20120104: add rdepends for denzil branch Kang Kai
2012-08-23 10:21 ` [PATCH 1/1] ltp_20120104: add rdepends Kang Kai
2012-08-23 15:28   ` Saul Wold
2012-08-24  1:42     ` Kang Kai

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