* [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-26 20:08 Otavio Salvador
2017-03-26 21:14 ` Denys Dmytriyenko
0 siblings, 1 reply; 20+ messages in thread
From: Otavio Salvador @ 2017-03-26 20:08 UTC (permalink / raw)
To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador
Ths 2017.03 release is out since March 13th 2017 and is the latest
stable release prior Pyro release.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +-
.../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} | 0
.../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} | 0
meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
index df24c853dd..c115f36831 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
@@ -7,7 +7,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "a705ebc81b7f91bbd0ef7c634284208342901149"
+SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
SRC_URI = "git://git.denx.de/u-boot.git"
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
--
2.12.1
^ permalink raw reply related [flat|nested] 20+ messages in thread* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-26 20:08 [PATCH] u-boot: Update to 2017.03 release Otavio Salvador
@ 2017-03-26 21:14 ` Denys Dmytriyenko
2017-03-27 13:19 ` Otavio Salvador
2017-03-27 13:19 ` Burton, Ross
0 siblings, 2 replies; 20+ messages in thread
From: Denys Dmytriyenko @ 2017-03-26 21:14 UTC (permalink / raw)
To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List
On Sun, Mar 26, 2017 at 05:08:13PM -0300, Otavio Salvador wrote:
> Ths 2017.03 release is out since March 13th 2017 and is the latest
> stable release prior Pyro release.
At least 2 typos in the description...
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
> .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +-
> .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} | 0
> .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} | 0
> meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} | 0
> 4 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> similarity index 86%
> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> index df24c853dd..c115f36831 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> @@ -7,7 +7,7 @@ PE = "1"
>
> # We use the revision in order to avoid having to fetch it from the
> # repo during parse
> -SRCREV = "a705ebc81b7f91bbd0ef7c634284208342901149"
> +SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
>
> SRC_URI = "git://git.denx.de/u-boot.git"
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> --
> 2.12.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-26 21:14 ` Denys Dmytriyenko
@ 2017-03-27 13:19 ` Otavio Salvador
2017-03-27 13:19 ` Burton, Ross
1 sibling, 0 replies; 20+ messages in thread
From: Otavio Salvador @ 2017-03-27 13:19 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On Sun, Mar 26, 2017 at 6:14 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Sun, Mar 26, 2017 at 05:08:13PM -0300, Otavio Salvador wrote:
>> Ths 2017.03 release is out since March 13th 2017 and is the latest
>> stable release prior Pyro release.
>
> At least 2 typos in the description...
Sent a v2.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-26 21:14 ` Denys Dmytriyenko
2017-03-27 13:19 ` Otavio Salvador
@ 2017-03-27 13:19 ` Burton, Ross
2017-03-27 13:28 ` Otavio Salvador
2017-03-27 15:47 ` Denys Dmytriyenko
1 sibling, 2 replies; 20+ messages in thread
From: Burton, Ross @ 2017-03-27 13:19 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
On 26 March 2017 at 22:14, Denys Dmytriyenko <denis@denix.org> wrote:
> At least 2 typos in the description...
>
Typos aside, this is past the M3 deadline but RC2 is running late, is there
a good reason to have the upgrade in?
Also what boards has it been tested on? As it's from Otavio I presume the
Freescale boards have been tested. Denys, have you tested this version on
your boards?
Cheers
Ross
[-- Attachment #2: Type: text/html, Size: 916 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-27 13:19 ` Burton, Ross
@ 2017-03-27 13:28 ` Otavio Salvador
2017-03-27 15:47 ` Denys Dmytriyenko
1 sibling, 0 replies; 20+ messages in thread
From: Otavio Salvador @ 2017-03-27 13:28 UTC (permalink / raw)
To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On Mon, Mar 27, 2017 at 10:19 AM, Burton, Ross <ross.burton@intel.com> wrote:
...
> Also what boards has it been tested on? As it's from Otavio I presume the
> Freescale boards have been tested. Denys, have you tested this version on
> your boards?
We are using it internally and we will upgrade meta-freescale for this
release as well. I believe it would be great to upgrade this as U-Boot
bieng up to date allows for a more up to date reference code.
If there is any failure in the automated tests I can try to iron them
out but I believe it should be fine.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-27 13:19 ` Burton, Ross
2017-03-27 13:28 ` Otavio Salvador
@ 2017-03-27 15:47 ` Denys Dmytriyenko
2017-03-27 15:52 ` Burton, Ross
1 sibling, 1 reply; 20+ messages in thread
From: Denys Dmytriyenko @ 2017-03-27 15:47 UTC (permalink / raw)
To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On Mon, Mar 27, 2017 at 02:19:56PM +0100, Burton, Ross wrote:
> On 26 March 2017 at 22:14, Denys Dmytriyenko <denis@denix.org> wrote:
>
> > At least 2 typos in the description...
> >
>
> Typos aside, this is past the M3 deadline but RC2 is running late, is there
> a good reason to have the upgrade in?
>
> Also what boards has it been tested on? As it's from Otavio I presume the
> Freescale boards have been tested. Denys, have you tested this version on
> your boards?
Ross,
I haven't personally tested 2017.03 yet, as we are staying on 2017.01 for a
bit longer...
--
Denys
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-27 15:47 ` Denys Dmytriyenko
@ 2017-03-27 15:52 ` Burton, Ross
2017-03-27 17:49 ` Denys Dmytriyenko
0 siblings, 1 reply; 20+ messages in thread
From: Burton, Ross @ 2017-03-27 15:52 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
On 27 March 2017 at 16:47, Denys Dmytriyenko <denis@denix.org> wrote:
> I haven't personally tested 2017.03 yet, as we are staying on 2017.01 for a
> bit longer...
>
It that just because you've stabilised, or is there something in .03 that
you're concerned about?
Ross
[-- Attachment #2: Type: text/html, Size: 693 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-27 15:52 ` Burton, Ross
@ 2017-03-27 17:49 ` Denys Dmytriyenko
0 siblings, 0 replies; 20+ messages in thread
From: Denys Dmytriyenko @ 2017-03-27 17:49 UTC (permalink / raw)
To: Burton, Ross; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On Mon, Mar 27, 2017 at 04:52:33PM +0100, Burton, Ross wrote:
> On 27 March 2017 at 16:47, Denys Dmytriyenko <denis@denix.org> wrote:
>
> > I haven't personally tested 2017.03 yet, as we are staying on 2017.01 for a
> > bit longer...
> >
>
> It that just because you've stabilised, or is there something in .03 that
> you're concerned about?
No, I'm not aware of any major issues with .03, although haven't done much
testing with it due to pending internal release with .01 - the timing is
rather unfortunate...
--
Denys
^ permalink raw reply [flat|nested] 20+ messages in thread
* [PATCH] u-boot: Update to 2017.03 release
@ 2017-03-27 14:32 Marek Vasut
2017-03-28 11:07 ` Philip Balister
0 siblings, 1 reply; 20+ messages in thread
From: Marek Vasut @ 2017-03-27 14:32 UTC (permalink / raw)
To: openembedded-core; +Cc: Marek Vasut
Upgrade U-Boot to the latest version.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Denys Dmytriyenko <denis@denix.org>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Ross Burton <ross.burton@intel.com>
---
.../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +-
.../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} | 0
.../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} | 0
meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
similarity index 86%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
index df24c853dd..c115f36831 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
@@ -7,7 +7,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "a705ebc81b7f91bbd0ef7c634284208342901149"
+SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
SRC_URI = "git://git.denx.de/u-boot.git"
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
--
2.11.0
^ permalink raw reply related [flat|nested] 20+ messages in thread* Re: [PATCH] u-boot: Update to 2017.03 release
2017-03-27 14:32 Marek Vasut
@ 2017-03-28 11:07 ` Philip Balister
0 siblings, 0 replies; 20+ messages in thread
From: Philip Balister @ 2017-03-28 11:07 UTC (permalink / raw)
To: Marek Vasut, openembedded-core
Some background is needed ....
Marex sent in the 2017.01 update after discussions in irc about timing
of u-boot releases and the YP release schedule. The 2017.03 release
would happen after oe-core passed the feature freeze. So, at the time
people felt the release should have 2017.01.
People consuming the u-boot recipe via a bbappends have been using
2017.01 for their bsp's. Changing at this time is potentially a pain
point, and has some technical risk on the release schedule.
On the other hand, people working to get their code upstream, might be
frustrated having to wait until fall to use a current u-boot release.
Should we go ahead and add the 2017.03 recipe and use DEFAULT_PREFERENCE
to turn it off?
Also, this would be a good time to determine who the maintainers of the
recipes are.
Philip
On 03/27/2017 10:32 AM, Marek Vasut wrote:
> Upgrade U-Boot to the latest version.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Denys Dmytriyenko <denis@denix.org>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Ross Burton <ross.burton@intel.com>
> ---
> .../u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} | 2 +-
> .../u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} | 0
> .../u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} | 0
> meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} | 0
> 4 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.03.inc} (86%)
> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.03.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.03.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.03.bb} (100%)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> similarity index 86%
> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> index df24c853dd..c115f36831 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.01.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.03.inc
> @@ -7,7 +7,7 @@ PE = "1"
>
> # We use the revision in order to avoid having to fetch it from the
> # repo during parse
> -SRCREV = "a705ebc81b7f91bbd0ef7c634284208342901149"
> +SRCREV = "8537ddd769f460d7fb7a62a3dcc9669049702e51"
>
> SRC_URI = "git://git.denx.de/u-boot.git"
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.03.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.01.bb b/meta/recipes-bsp/u-boot/u-boot_2017.03.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2017.01.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2017.03.bb
>
^ permalink raw reply [flat|nested] 20+ messages in thread
[parent not found: <20170327142231.21807-1-marex@denx.de>]
end of thread, other threads:[~2017-03-31 11:56 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-26 20:08 [PATCH] u-boot: Update to 2017.03 release Otavio Salvador
2017-03-26 21:14 ` Denys Dmytriyenko
2017-03-27 13:19 ` Otavio Salvador
2017-03-27 13:19 ` Burton, Ross
2017-03-27 13:28 ` Otavio Salvador
2017-03-27 15:47 ` Denys Dmytriyenko
2017-03-27 15:52 ` Burton, Ross
2017-03-27 17:49 ` Denys Dmytriyenko
-- strict thread matches above, loose matches on Subject: below --
2017-03-27 14:32 Marek Vasut
2017-03-28 11:07 ` Philip Balister
[not found] <20170327142231.21807-1-marex@denx.de>
[not found] ` <1490624701.13980.267.camel@linuxfoundation.org>
[not found] ` <5c037512-7bf1-8a3c-cb76-fda7230781a0@denx.de>
2017-03-29 21:56 ` Denys Dmytriyenko
2017-03-29 22:16 ` Richard Purdie
2017-03-29 23:00 ` Denys Dmytriyenko
2017-03-30 8:21 ` Marek Vasut
2017-03-30 13:24 ` Denys Dmytriyenko
2017-03-30 14:12 ` Marek Vasut
2017-03-30 18:06 ` Denys Dmytriyenko
2017-03-30 19:12 ` Philip Balister
2017-03-30 19:26 ` Otavio Salvador
2017-03-31 11:55 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox