* [PATCH 2/2] distro_tracking_fields.inc: add pseudo
[not found] <cover.1307405937.git.mark.hatle@windriver.com>
@ 2011-06-07 0:19 ` Mark Hatle
2011-06-09 18:34 ` Saul Wold
0 siblings, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2011-06-07 0:19 UTC (permalink / raw)
To: openembedded-core
Add pseudo to tracking, with me as the maintainer.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 73e6782..3452bcc 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5734,4 +5734,8 @@ RECIPE_COMMENTS_pn-rxvt-unicode = ""
RECIPE_LAST_UPDATE_pn-rxvt-unicode = "May 25, 2011"
RECIPE_MAINTAINER_pn-rxvt-unicode = "Saul Wold <sgw@linux.intel.com>"
-
+RECIPE_STATUS_pn-pseudo = "green"
+RECIPE_LATEST_VERSION_pn-pseudo = "1.1.1"
+RECIPE_LAST_UPDATE_pn-pseudo = "June 06, 2011"
+RECIPE_MAINTAINER_pn-pseudo = "Mark Hatle <mark.hatle@windriver.com>"
+RECIPE_COMMENTS_pn-pseudo = "Yocto Project maintained"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 2/2] distro_tracking_fields.inc: add pseudo
2011-06-07 0:19 ` [PATCH 2/2] distro_tracking_fields.inc: add pseudo Mark Hatle
@ 2011-06-09 18:34 ` Saul Wold
0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-06-09 18:34 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 06/06/2011 05:19 PM, Mark Hatle wrote:
> Add pseudo to tracking, with me as the maintainer.
>
> Signed-off-by: Mark Hatle<mark.hatle@windriver.com>
> ---
> .../conf/distro/include/distro_tracking_fields.inc | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
> index 73e6782..3452bcc 100644
> --- a/meta/conf/distro/include/distro_tracking_fields.inc
> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
> @@ -5734,4 +5734,8 @@ RECIPE_COMMENTS_pn-rxvt-unicode = ""
> RECIPE_LAST_UPDATE_pn-rxvt-unicode = "May 25, 2011"
> RECIPE_MAINTAINER_pn-rxvt-unicode = "Saul Wold<sgw@linux.intel.com>"
>
> -
> +RECIPE_STATUS_pn-pseudo = "green"
> +RECIPE_LATEST_VERSION_pn-pseudo = "1.1.1"
> +RECIPE_LAST_UPDATE_pn-pseudo = "June 06, 2011"
> +RECIPE_MAINTAINER_pn-pseudo = "Mark Hatle<mark.hatle@windriver.com>"
> +RECIPE_COMMENTS_pn-pseudo = "Yocto Project maintained"
Merged into OE-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V2
@ 2011-06-08 16:38 Mark Hatle
2011-06-08 16:38 ` [PATCH 2/2] distro_tracking_fields.inc: add pseudo Mark Hatle
0 siblings, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2011-06-08 16:38 UTC (permalink / raw)
To: openembedded-core
Update pseudo to latest release version. -- second version of the patches
This has been tested with an core-minimal-image, as well as existing
pseudo tests outside of oe-core.
Version 2 corrects a problem w/ 32-bit hosts.
The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c:
distro tracking: Manual Updates (2011-06-06 23:51:26 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/pseudo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo
Mark Hatle (2):
pseudo: Update pseudo to 1.1.1 version
distro_tracking_fields.inc: add pseudo
.../conf/distro/include/distro_tracking_fields.inc | 6 ++
meta/recipes-devtools/pseudo/pseudo.inc | 12 ++--
.../recipes-devtools/pseudo/pseudo/oe-config.patch | 58 ++++++++++++++++++++
meta/recipes-devtools/pseudo/pseudo_1.0.bb | 9 ---
meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 10 ++++
meta/recipes-devtools/pseudo/pseudo_git.bb | 7 ++-
6 files changed, 84 insertions(+), 18 deletions(-)
create mode 100644 meta/recipes-devtools/pseudo/pseudo/oe-config.patch
delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.0.bb
create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
--
1.7.3.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] distro_tracking_fields.inc: add pseudo
2011-06-08 16:38 [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V2 Mark Hatle
@ 2011-06-08 16:38 ` Mark Hatle
0 siblings, 0 replies; 4+ messages in thread
From: Mark Hatle @ 2011-06-08 16:38 UTC (permalink / raw)
To: openembedded-core
Add pseudo to tracking, with me as the maintainer.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 38e0c4d..53dad27 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5754,3 +5754,9 @@ RECIPE_STATUS_pn-gettext = "red"
RECIPE_LATEST_VERSION_pn-gettext = "0.18.1.1"
RECIPE_LAST_UPDATE_pn-gettext = "Jun 6, 2010"
RECIPE_MANUAL_CHECK_DATE_pn-gettext = "Jun 7, 2011"
+
+RECIPE_STATUS_pn-pseudo = "green"
+RECIPE_LATEST_VERSION_pn-pseudo = "1.1.1"
+RECIPE_LAST_UPDATE_pn-pseudo = "June 06, 2011"
+RECIPE_MAINTAINER_pn-pseudo = "Mark Hatle <mark.hatle@windriver.com>"
+RECIPE_COMMENTS_pn-pseudo = "Yocto Project maintained"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V3
@ 2011-06-08 18:48 Mark Hatle
2011-06-08 18:48 ` [PATCH 2/2] distro_tracking_fields.inc: add pseudo Mark Hatle
0 siblings, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2011-06-08 18:48 UTC (permalink / raw)
To: openembedded-core
Hopefully third and final version. The patch that is part of this has been
contribed to and reviewed upstream. (Not yet accepted upstream)
V3 fixes an issue with building on a 32-bit host.
The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c:
distro tracking: Manual Updates (2011-06-06 23:51:26 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/pseudo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo
Mark Hatle (2):
pseudo: Update pseudo to 1.1.1 version
distro_tracking_fields.inc: add pseudo
.../conf/distro/include/distro_tracking_fields.inc | 6 ++
meta/recipes-devtools/pseudo/pseudo.inc | 20 +++++--
.../recipes-devtools/pseudo/pseudo/oe-config.patch | 58 ++++++++++++++++++++
meta/recipes-devtools/pseudo/pseudo_1.0.bb | 9 ---
meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 10 ++++
meta/recipes-devtools/pseudo/pseudo_git.bb | 7 ++-
6 files changed, 92 insertions(+), 18 deletions(-)
create mode 100644 meta/recipes-devtools/pseudo/pseudo/oe-config.patch
delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.0.bb
create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb
--
1.7.3.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] distro_tracking_fields.inc: add pseudo
2011-06-08 18:48 [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V3 Mark Hatle
@ 2011-06-08 18:48 ` Mark Hatle
0 siblings, 0 replies; 4+ messages in thread
From: Mark Hatle @ 2011-06-08 18:48 UTC (permalink / raw)
To: openembedded-core
Add pseudo to tracking, with me as the maintainer.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 38e0c4d..53dad27 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5754,3 +5754,9 @@ RECIPE_STATUS_pn-gettext = "red"
RECIPE_LATEST_VERSION_pn-gettext = "0.18.1.1"
RECIPE_LAST_UPDATE_pn-gettext = "Jun 6, 2010"
RECIPE_MANUAL_CHECK_DATE_pn-gettext = "Jun 7, 2011"
+
+RECIPE_STATUS_pn-pseudo = "green"
+RECIPE_LATEST_VERSION_pn-pseudo = "1.1.1"
+RECIPE_LAST_UPDATE_pn-pseudo = "June 06, 2011"
+RECIPE_MAINTAINER_pn-pseudo = "Mark Hatle <mark.hatle@windriver.com>"
+RECIPE_COMMENTS_pn-pseudo = "Yocto Project maintained"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-09 18:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1307405937.git.mark.hatle@windriver.com>
2011-06-07 0:19 ` [PATCH 2/2] distro_tracking_fields.inc: add pseudo Mark Hatle
2011-06-09 18:34 ` Saul Wold
2011-06-08 16:38 [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V2 Mark Hatle
2011-06-08 16:38 ` [PATCH 2/2] distro_tracking_fields.inc: add pseudo Mark Hatle
-- strict thread matches above, loose matches on Subject: below --
2011-06-08 18:48 [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V3 Mark Hatle
2011-06-08 18:48 ` [PATCH 2/2] distro_tracking_fields.inc: add pseudo Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox