All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ltp: Add recipe from OE
@ 2011-12-02 15:48 Jiajun Xu
  2011-12-02 15:54 ` [PATCH 1/3] " Jiajun Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jiajun Xu @ 2011-12-02 15:48 UTC (permalink / raw)
  To: openembedded-core

The pull request is to address [YOCTO #1568] - "Add recipe for ltp/posix tests and automate test".
ltp is ported from OE and updated to latest version(20110915). Testcases are installed 
to ${D}/opt/ltp and POISX test suite is also copied into ${D}/opt/ltp/testcases folder. 
Include ltp to testapps list.

Note that some cases are removed from ltp since they depend on expect. Currently
there is no expect recipe in OE and we will add it for enhancement next.

The following changes since commit e57935dc18d576feb1003b48e7cdc72a444131b8:

  Revert "classes/buildhistory: add new output history collection class" (2011-12-01 23:00:52 +0000)

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

Jiajun Xu (3):
  ltp: Add recipe from OE
  distro_tracking_fields: add information for ltp
  task-core-tools: add ltp to testapps list

 .../conf/distro/include/distro_tracking_fields.inc |    8 +++
 meta/recipes-core/tasks/task-core-tools.bb         |    3 +-
 meta/recipes-extended/ltp/ltp_20110915.bb          |   67 ++++++++++++++++++++
 3 files changed, 77 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-extended/ltp/ltp_20110915.bb




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 2/3] distro_tracking_fields: add information for ltp
  2011-12-21 16:45 ` [PATCH 0/3] ltp: Add recipe from OE Jiajun Xu
@ 2011-12-21 16:46 Jiajun Xu
  2011-12-21 16:45 ` [PATCH 0/3] ltp: Add recipe from OE Jiajun Xu
  0 siblings, 1 reply; 7+ messages in thread
From: Jiajun Xu @ 2011-12-21 16:46 UTC (permalink / raw)
  To: openembedded-core

Add information for recipe ltp, which is ported from OE.

Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index f2b7d4b..ba261be 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -6103,6 +6103,14 @@ RECIPE_MANUAL_CHECK_DATE_pn-libiconv = "Nov 22, 2011"
 DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv"
 RECIPE_MAINTAINER_pn-libiconv = "Saul Wold <sgw@linux.intel.com>"
 
+RECIPE_STATUS_pn-ltp = "green"
+RECIPE_LATEST_VERSION_pn-ltp = "20110915"
+RECIPE_LATEST_RELEASE_DATE_pn-ltp = "Sep 15, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ltp = "3 months"
+RECIPE_NO_OF_PATCHES_pn-ltp = "0"
+RECIPE_LAST_UPDATE_pn-ltp = "Dec 22, 2011"
+RECIPE_MAINTAINER_pn-ltp = "Jiajun Xu <jiajun.xu@intel.com>"
+
 DISTRO_PN_ALIAS_pn-qt4-native = "Fedora=qt4 Debian=qt4-dev-tools"
 DISTRO_PN_ALIAS_pn-update-alternatives-dpkg = "Opensuse=update-alternatives Mandriva=update-alternatives"
 RECIPE_MAINTAINER_pn-update-alternatives-dpkg = "Dongxiao Xu <dongxiao.xu@intel.com>"
-- 
1.7.1




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

end of thread, other threads:[~2011-12-21 16:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-02 15:48 [PATCH 0/3] ltp: Add recipe from OE Jiajun Xu
2011-12-02 15:54 ` [PATCH 1/3] " Jiajun Xu
2011-12-03 23:39   ` Saul Wold
2011-12-21 15:49     ` Xu, Jiajun
2011-12-02 15:54 ` [PATCH 2/3] distro_tracking_fields: add information for ltp Jiajun Xu
2011-12-02 15:54 ` [PATCH 3/3] task-core-tools: add ltp to testapps list Jiajun Xu
2011-12-21 16:46 [PATCH 2/3] distro_tracking_fields: add information for ltp Jiajun Xu
2011-12-21 16:45 ` [PATCH 0/3] ltp: Add recipe from OE Jiajun Xu
2011-12-21 16:46   ` [PATCH 3/3] task-core-tools: add ltp to testapps list Jiajun Xu

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.