Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1][PULL] distro_tracking: update manual check information
@ 2012-01-10  7:52 Dongxiao Xu
  2012-01-10  7:52 ` [PATCH 1/1] distro_tracking: update manual check info Dongxiao Xu
  2012-01-12  6:40 ` [PATCH 0/1][PULL] distro_tracking: update manual check information Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Dongxiao Xu @ 2012-01-10  7:52 UTC (permalink / raw)
  To: openembedded-core

Hi Saul,

This pull request updated the manual check information for kexec-tools.
Please help to review and pull.

Thanks,
Dongxiao

The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e:
  Dongxiao Xu (1):
        command.py: add parseConfigurationFiles API

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib dxu4/distro_tracking
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro_tracking

Dongxiao Xu (1):
  distro_tracking: update manual check info

 .../conf/distro/include/distro_tracking_fields.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




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

* [PATCH 1/1] distro_tracking: update manual check info
  2012-01-10  7:52 [PATCH 0/1][PULL] distro_tracking: update manual check information Dongxiao Xu
@ 2012-01-10  7:52 ` Dongxiao Xu
  2012-01-10  9:25   ` Paul Menzel
  2012-01-12  6:40 ` [PATCH 0/1][PULL] distro_tracking: update manual check information Saul Wold
  1 sibling, 1 reply; 4+ messages in thread
From: Dongxiao Xu @ 2012-01-10  7:52 UTC (permalink / raw)
  To: openembedded-core

updated kexec-tools manual check information

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

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index cc87d5c..6a8463f 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -2384,6 +2384,7 @@ RECIPE_NO_OF_PATCHES_pn-kexec-tools="1"
 RECIPE_LATEST_RELEASE_DATE_pn-kexec-tools="Jul 29, 2010"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-kexec-tools="1 year"
 RECIPE_LAST_UPDATE_pn-kexec-tools = "Nov 16, 2010"
+RECIPE_MANUAL_CHECK_DATE_pn-kexec-tools = "Jan 10, 2012"
 RECIPE_MAINTAINER_pn-kexec-tools = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-hostap-conf = "red"
-- 
1.7.0.4




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

* Re: [PATCH 1/1] distro_tracking: update manual check info
  2012-01-10  7:52 ` [PATCH 1/1] distro_tracking: update manual check info Dongxiao Xu
@ 2012-01-10  9:25   ` Paul Menzel
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Menzel @ 2012-01-10  9:25 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

Dear Dongxiao,


Am Dienstag, den 10.01.2012, 15:52 +0800 schrieb Dongxiao Xu:
> updated kexec-tools manual check information

this is mostly the same as the commit summary. So just merge it.

distro_tracking_fields: kexec-tools: Add manual check info

> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
> ---
>  .../conf/distro/include/distro_tracking_fields.inc |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
> index cc87d5c..6a8463f 100644
> --- a/meta/conf/distro/include/distro_tracking_fields.inc
> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
> @@ -2384,6 +2384,7 @@ RECIPE_NO_OF_PATCHES_pn-kexec-tools="1"
>  RECIPE_LATEST_RELEASE_DATE_pn-kexec-tools="Jul 29, 2010"
>  RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-kexec-tools="1 year"
>  RECIPE_LAST_UPDATE_pn-kexec-tools = "Nov 16, 2010"
> +RECIPE_MANUAL_CHECK_DATE_pn-kexec-tools = "Jan 10, 2012"
>  RECIPE_MAINTAINER_pn-kexec-tools = "Dongxiao Xu <dongxiao.xu@intel.com>"
>  
>  RECIPE_STATUS_pn-hostap-conf = "red"

Otherwise very trivial. So

Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH 0/1][PULL] distro_tracking: update manual check information
  2012-01-10  7:52 [PATCH 0/1][PULL] distro_tracking: update manual check information Dongxiao Xu
  2012-01-10  7:52 ` [PATCH 1/1] distro_tracking: update manual check info Dongxiao Xu
@ 2012-01-12  6:40 ` Saul Wold
  1 sibling, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-01-12  6:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/09/2012 11:52 PM, Dongxiao Xu wrote:
> Hi Saul,
>
> This pull request updated the manual check information for kexec-tools.
> Please help to review and pull.
>
> Thanks,
> Dongxiao
>
> The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e:
>    Dongxiao Xu (1):
>          command.py: add parseConfigurationFiles API
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib dxu4/distro_tracking
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro_tracking
>
> Dongxiao Xu (1):
>    distro_tracking: update manual check info
>
>   .../conf/distro/include/distro_tracking_fields.inc |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
Merged into OE-Core

Thanks
	Sau!

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



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

end of thread, other threads:[~2012-01-12  6:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10  7:52 [PATCH 0/1][PULL] distro_tracking: update manual check information Dongxiao Xu
2012-01-10  7:52 ` [PATCH 1/1] distro_tracking: update manual check info Dongxiao Xu
2012-01-10  9:25   ` Paul Menzel
2012-01-12  6:40 ` [PATCH 0/1][PULL] distro_tracking: update manual check information Saul Wold

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