* [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release
@ 2017-11-14 18:32 Otavio Salvador
2017-11-15 3:38 ` [U-Boot] [OE-core] " Tom Rini
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Otavio Salvador @ 2017-11-14 18:32 UTC (permalink / raw)
To: u-boot
This upgrades the U-Boot from 2017.09 to 2017.11 release.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +-
.../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0
.../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0
meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%)
rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc
similarity index 89%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc
index 02e51242cb..bfdf1a0d8f 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9"
+SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5"
SRC_URI = "git://git.denx.de/u-boot.git \
file://MPC8315ERDB-enable-DHCP.patch \
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.09.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.11.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.09.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.11.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.09.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.11.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.09.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.11.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.09.bb b/meta/recipes-bsp/u-boot/u-boot_2017.11.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.09.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.11.bb
--
2.15.0
^ permalink raw reply related [flat|nested] 15+ messages in thread* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-14 18:32 [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release Otavio Salvador @ 2017-11-15 3:38 ` Tom Rini 2017-11-15 16:47 ` Stefan Agner 2017-11-17 19:19 ` [U-Boot] " Marek Vasut 2 siblings, 0 replies; 15+ messages in thread From: Tom Rini @ 2017-11-15 3:38 UTC (permalink / raw) To: u-boot On Tue, Nov 14, 2017 at 04:32:23PM -0200, Otavio Salvador wrote: > This upgrades the U-Boot from 2017.09 to 2017.11 release. > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reviewed-by: Tom Rini <trini@konsulko.com> -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171114/7c650d17/attachment.sig> ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-14 18:32 [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release Otavio Salvador 2017-11-15 3:38 ` [U-Boot] [OE-core] " Tom Rini @ 2017-11-15 16:47 ` Stefan Agner 2017-11-16 8:12 ` Marek Vasut 2017-11-17 19:19 ` [U-Boot] " Marek Vasut 2 siblings, 1 reply; 15+ messages in thread From: Stefan Agner @ 2017-11-15 16:47 UTC (permalink / raw) To: u-boot On 2017-11-14 19:32, Otavio Salvador wrote: > This upgrades the U-Boot from 2017.09 to 2017.11 release. You might encounter this when building fw_printenv/setenv tools alone: https://lists.denx.de/pipermail/u-boot/2017-November/311505.html -- Stefan > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > --- > > .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- > .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 > .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 > meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 > 4 files changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => > u-boot-common_2017.11.inc} (89%) > rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => > u-boot-fw-utils_2017.11.bb} (100%) > rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => > u-boot-mkimage_2017.11.bb} (100%) > rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) > > diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > similarity index 89% > rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > index 02e51242cb..bfdf1a0d8f 100644 > --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" > +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" > > SRC_URI = "git://git.denx.de/u-boot.git \ > file://MPC8315ERDB-enable-DHCP.patch \ > diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.09.bb > b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.11.bb > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.09.bb > rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.11.bb > diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.09.bb > b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.11.bb > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.09.bb > rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.11.bb > diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.09.bb > b/meta/recipes-bsp/u-boot/u-boot_2017.11.bb > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot_2017.09.bb > rename to meta/recipes-bsp/u-boot/u-boot_2017.11.bb > -- > 2.15.0 ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-15 16:47 ` Stefan Agner @ 2017-11-16 8:12 ` Marek Vasut 2017-11-16 12:02 ` Otavio Salvador 0 siblings, 1 reply; 15+ messages in thread From: Marek Vasut @ 2017-11-16 8:12 UTC (permalink / raw) To: u-boot On 11/15/2017 05:47 PM, Stefan Agner wrote: > On 2017-11-14 19:32, Otavio Salvador wrote: >> This upgrades the U-Boot from 2017.09 to 2017.11 release. > > You might encounter this when building fw_printenv/setenv tools alone: > > https://lists.denx.de/pipermail/u-boot/2017-November/311505.html [...] >> SRC_URI = "git://git.denx.de/u-boot.git \ >> file://MPC8315ERDB-enable-DHCP.patch \ I also see that the number of out-of-tree patches didn't change since last time, even though I complained about it ... why are these patches still here ? -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 8:12 ` Marek Vasut @ 2017-11-16 12:02 ` Otavio Salvador 2017-11-16 18:21 ` Marek Vasut 0 siblings, 1 reply; 15+ messages in thread From: Otavio Salvador @ 2017-11-16 12:02 UTC (permalink / raw) To: u-boot On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut <marex@denx.de> wrote: > On 11/15/2017 05:47 PM, Stefan Agner wrote: >> On 2017-11-14 19:32, Otavio Salvador wrote: >>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >> >> You might encounter this when building fw_printenv/setenv tools alone: >> >> https://lists.denx.de/pipermail/u-boot/2017-November/311505.html > > [...] > >>> SRC_URI = "git://git.denx.de/u-boot.git \ >>> file://MPC8315ERDB-enable-DHCP.patch \ > I also see that the number of out-of-tree patches didn't change since > last time, even though I complained about it ... why are these patches > still here ? Because you are the maintainer and didn't do your duty. Stop complaining and go help please. -- 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] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 12:02 ` Otavio Salvador @ 2017-11-16 18:21 ` Marek Vasut 2017-11-16 18:34 ` Otavio Salvador 0 siblings, 1 reply; 15+ messages in thread From: Marek Vasut @ 2017-11-16 18:21 UTC (permalink / raw) To: u-boot On 11/16/2017 01:02 PM, Otavio Salvador wrote: > On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut <marex@denx.de> wrote: >> On 11/15/2017 05:47 PM, Stefan Agner wrote: >>> On 2017-11-14 19:32, Otavio Salvador wrote: >>>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >>> >>> You might encounter this when building fw_printenv/setenv tools alone: >>> >>> https://lists.denx.de/pipermail/u-boot/2017-November/311505.html >> >> [...] >> >>>> SRC_URI = "git://git.denx.de/u-boot.git \ >>>> file://MPC8315ERDB-enable-DHCP.patch \ >> I also see that the number of out-of-tree patches didn't change since >> last time, even though I complained about it ... why are these patches >> still here ? > > Because you are the maintainer and didn't do your duty. And what duty is that exactly ? I at least inquired about the status of these patches and reviewed them [1] (the other was not submitted to ML yet and submitter is not responding), so do you have anything else in mind ? [1] https://marc.info/?l=u-boot&m=150533817907015&w=2 > Stop complaining and go help please. I'll just ignore this comment, see above. -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 18:21 ` Marek Vasut @ 2017-11-16 18:34 ` Otavio Salvador 2017-11-16 20:50 ` Ladislav Michl 0 siblings, 1 reply; 15+ messages in thread From: Otavio Salvador @ 2017-11-16 18:34 UTC (permalink / raw) To: u-boot On Thu, Nov 16, 2017 at 4:21 PM, Marek Vasut <marex@denx.de> wrote: > On 11/16/2017 01:02 PM, Otavio Salvador wrote: >> On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut <marex@denx.de> wrote: >>> On 11/15/2017 05:47 PM, Stefan Agner wrote: >>>> On 2017-11-14 19:32, Otavio Salvador wrote: >>>>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >>>> >>>> You might encounter this when building fw_printenv/setenv tools alone: >>>> >>>> https://lists.denx.de/pipermail/u-boot/2017-November/311505.html >>> >>> [...] >>> >>>>> SRC_URI = "git://git.denx.de/u-boot.git \ >>>>> file://MPC8315ERDB-enable-DHCP.patch \ >>> I also see that the number of out-of-tree patches didn't change since >>> last time, even though I complained about it ... why are these patches >>> still here ? >> >> Because you are the maintainer and didn't do your duty. > > And what duty is that exactly ? I at least inquired about the status of > these patches and reviewed them [1] (the other was not submitted to ML > yet and submitter is not responding), so do you have anything else in mind ? > > [1] https://marc.info/?l=u-boot&m=150533817907015&w=2 Good, so I don't see the reason for the question. I did upgrade the recipe and tested. It didn't have patches merged so there is nothing I can do. You being the maintainer can keep an eye here. >>> I also see that the number of out-of-tree patches didn't change since >>> last time, even though I complained about it ... why are these patches >>> still here ? Your question was pointless. So instead of "complain" as you said, make sure those are merged. -- 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] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 18:34 ` Otavio Salvador @ 2017-11-16 20:50 ` Ladislav Michl 2017-11-16 22:04 ` Jeroen Hofstee 0 siblings, 1 reply; 15+ messages in thread From: Ladislav Michl @ 2017-11-16 20:50 UTC (permalink / raw) To: u-boot On Thu, Nov 16, 2017 at 04:34:51PM -0200, Otavio Salvador wrote: > On Thu, Nov 16, 2017 at 4:21 PM, Marek Vasut <marex@denx.de> wrote: > > On 11/16/2017 01:02 PM, Otavio Salvador wrote: > >> On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut <marex@denx.de> wrote: > >>> On 11/15/2017 05:47 PM, Stefan Agner wrote: > >>>> On 2017-11-14 19:32, Otavio Salvador wrote: > >>>>> This upgrades the U-Boot from 2017.09 to 2017.11 release. > >>>> > >>>> You might encounter this when building fw_printenv/setenv tools alone: > >>>> > >>>> https://lists.denx.de/pipermail/u-boot/2017-November/311505.html > >>> > >>> [...] > >>> > >>>>> SRC_URI = "git://git.denx.de/u-boot.git \ > >>>>> file://MPC8315ERDB-enable-DHCP.patch \ > >>> I also see that the number of out-of-tree patches didn't change since > >>> last time, even though I complained about it ... why are these patches > >>> still here ? > >> > >> Because you are the maintainer and didn't do your duty. > > > > And what duty is that exactly ? I at least inquired about the status of > > these patches and reviewed them [1] (the other was not submitted to ML > > yet and submitter is not responding), so do you have anything else in mind ? > > > > [1] https://marc.info/?l=u-boot&m=150533817907015&w=2 > > Good, so I don't see the reason for the question. > > I did upgrade the recipe and tested. It didn't have patches merged so > there is nothing I can do. Sure there is. Merging patches does not happen automagically, so it is your (or whoevers, but definitely not maintainers) responsibility to check upstream status and eventually resubmit. > You being the maintainer can keep an eye here. No. Maintainer's job is mostly rejecting poor quality patches and merging those properly submited, tested and described. What you are asking for is ussually called babysitting. > >>> I also see that the number of out-of-tree patches didn't change since > >>> last time, even though I complained about it ... why are these patches > >>> still here ? > > Your question was pointless. So instead of "complain" as you said, > make sure those are merged. While I see no reason U-Boot list was cc'ed on this patch, your attitude is almost perfect example how _not_ to do opensource development. Best regards, ladis ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 20:50 ` Ladislav Michl @ 2017-11-16 22:04 ` Jeroen Hofstee 0 siblings, 0 replies; 15+ messages in thread From: Jeroen Hofstee @ 2017-11-16 22:04 UTC (permalink / raw) To: u-boot Hello Ledislav, > While I see no reason U-Boot list was cc'ed on this patch, your attitude > is almost perfect example how _not_ to do opensource development. > As an occasional reader, it seems that this is a rather harsh, I am sure Marex and Otavio can handle it themselves.. Regards, Jeroen ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-14 18:32 [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release Otavio Salvador 2017-11-15 3:38 ` [U-Boot] [OE-core] " Tom Rini 2017-11-15 16:47 ` Stefan Agner @ 2017-11-17 19:19 ` Marek Vasut 2017-11-17 20:59 ` [U-Boot] [OE-core] " Tom Rini 2 siblings, 1 reply; 15+ messages in thread From: Marek Vasut @ 2017-11-17 19:19 UTC (permalink / raw) To: u-boot On 11/14/2017 07:32 PM, Otavio Salvador wrote: > This upgrades the U-Boot from 2017.09 to 2017.11 release. > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > --- > > .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- > .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 > .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 > meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 > 4 files changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%) > rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%) > rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%) > rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) > > diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > similarity index 89% > rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > index 02e51242cb..bfdf1a0d8f 100644 > --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" > +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" > > SRC_URI = "git://git.denx.de/u-boot.git \ > file://MPC8315ERDB-enable-DHCP.patch \ This patch ^ could use a refresh , since it applies with Fuzz now. [...] -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-17 19:19 ` [U-Boot] " Marek Vasut @ 2017-11-17 20:59 ` Tom Rini 2017-11-18 10:19 ` Marek Vasut 0 siblings, 1 reply; 15+ messages in thread From: Tom Rini @ 2017-11-17 20:59 UTC (permalink / raw) To: u-boot On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: > On 11/14/2017 07:32 PM, Otavio Salvador wrote: > > This upgrades the U-Boot from 2017.09 to 2017.11 release. > > > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > > --- > > > > .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- > > .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 > > .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 > > meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 > > 4 files changed, 1 insertion(+), 1 deletion(-) > > rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%) > > rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%) > > rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%) > > rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) > > > > diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > > similarity index 89% > > rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > > rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > > index 02e51242cb..bfdf1a0d8f 100644 > > --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > > +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" > > +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" > > > > SRC_URI = "git://git.denx.de/u-boot.git \ > > file://MPC8315ERDB-enable-DHCP.patch \ > > This patch ^ could use a refresh , since it applies with Fuzz now. Honestly, just enable DISTRO_DEFAULTS for the board and post that upstream instead. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171117/b50116fd/attachment.sig> ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-17 20:59 ` [U-Boot] [OE-core] " Tom Rini @ 2017-11-18 10:19 ` Marek Vasut 2017-11-18 14:14 ` Tom Rini 0 siblings, 1 reply; 15+ messages in thread From: Marek Vasut @ 2017-11-18 10:19 UTC (permalink / raw) To: u-boot On 11/17/2017 09:59 PM, Tom Rini wrote: > On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: >> On 11/14/2017 07:32 PM, Otavio Salvador wrote: >>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >>> >>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> >>> --- >>> >>> .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- >>> .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 >>> .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 >>> meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 >>> 4 files changed, 1 insertion(+), 1 deletion(-) >>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%) >>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%) >>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%) >>> rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) >>> >>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc >>> similarity index 89% >>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc >>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc >>> index 02e51242cb..bfdf1a0d8f 100644 >>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc >>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" >>> +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" >>> >>> SRC_URI = "git://git.denx.de/u-boot.git \ >>> file://MPC8315ERDB-enable-DHCP.patch \ >> >> This patch ^ could use a refresh , since it applies with Fuzz now. > > Honestly, just enable DISTRO_DEFAULTS for the board and post that > upstream instead. Or that, but someone would have to test that first and the patch author does not respond for some reason. -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-18 10:19 ` Marek Vasut @ 2017-11-18 14:14 ` Tom Rini 2017-11-18 19:29 ` Marek Vasut 0 siblings, 1 reply; 15+ messages in thread From: Tom Rini @ 2017-11-18 14:14 UTC (permalink / raw) To: u-boot On Sat, Nov 18, 2017 at 11:19:13AM +0100, Marek Vasut wrote: > On 11/17/2017 09:59 PM, Tom Rini wrote: > > On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: > >> On 11/14/2017 07:32 PM, Otavio Salvador wrote: > >>> This upgrades the U-Boot from 2017.09 to 2017.11 release. > >>> > >>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > >>> --- > >>> > >>> .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- > >>> .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 > >>> .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 > >>> meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 > >>> 4 files changed, 1 insertion(+), 1 deletion(-) > >>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%) > >>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%) > >>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%) > >>> rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) > >>> > >>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > >>> similarity index 89% > >>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > >>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > >>> index 02e51242cb..bfdf1a0d8f 100644 > >>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > >>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" > >>> +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" > >>> > >>> SRC_URI = "git://git.denx.de/u-boot.git \ > >>> file://MPC8315ERDB-enable-DHCP.patch \ > >> > >> This patch ^ could use a refresh , since it applies with Fuzz now. > > > > Honestly, just enable DISTRO_DEFAULTS for the board and post that > > upstream instead. > > Or that, but someone would have to test that first and the patch author > does not respond for some reason. Adding in Ed.. Yes, it would be good if the MPC8315 got run-time tested more often, but no, a build test is sufficient I think for changing a few options like this. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171118/0f21889c/attachment.sig> ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-18 14:14 ` Tom Rini @ 2017-11-18 19:29 ` Marek Vasut 2017-11-19 14:14 ` Tom Rini 0 siblings, 1 reply; 15+ messages in thread From: Marek Vasut @ 2017-11-18 19:29 UTC (permalink / raw) To: u-boot On 11/18/2017 03:14 PM, Tom Rini wrote: > On Sat, Nov 18, 2017 at 11:19:13AM +0100, Marek Vasut wrote: >> On 11/17/2017 09:59 PM, Tom Rini wrote: >>> On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: >>>> On 11/14/2017 07:32 PM, Otavio Salvador wrote: >>>>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >>>>> >>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> >>>>> --- >>>>> >>>>> .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- >>>>> .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 >>>>> .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 >>>>> meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 >>>>> 4 files changed, 1 insertion(+), 1 deletion(-) >>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%) >>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%) >>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%) >>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) >>>>> >>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc >>>>> similarity index 89% >>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc >>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc >>>>> index 02e51242cb..bfdf1a0d8f 100644 >>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc >>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" >>>>> +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" >>>>> >>>>> SRC_URI = "git://git.denx.de/u-boot.git \ >>>>> file://MPC8315ERDB-enable-DHCP.patch \ >>>> >>>> This patch ^ could use a refresh , since it applies with Fuzz now. >>> >>> Honestly, just enable DISTRO_DEFAULTS for the board and post that >>> upstream instead. >> >> Or that, but someone would have to test that first and the patch author >> does not respond for some reason. > > Adding in Ed.. > > Yes, it would be good if the MPC8315 got run-time tested more often, but > no, a build test is sufficient I think for changing a few options like > this. I didn't have very good experience with changing such stuff for random board and not actually testing it thus far ... -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-18 19:29 ` Marek Vasut @ 2017-11-19 14:14 ` Tom Rini 0 siblings, 0 replies; 15+ messages in thread From: Tom Rini @ 2017-11-19 14:14 UTC (permalink / raw) To: u-boot On Sat, Nov 18, 2017 at 08:29:36PM +0100, Marek Vasut wrote: > On 11/18/2017 03:14 PM, Tom Rini wrote: > > On Sat, Nov 18, 2017 at 11:19:13AM +0100, Marek Vasut wrote: > >> On 11/17/2017 09:59 PM, Tom Rini wrote: > >>> On Fri, Nov 17, 2017 at 08:19:07PM +0100, Marek Vasut wrote: > >>>> On 11/14/2017 07:32 PM, Otavio Salvador wrote: > >>>>> This upgrades the U-Boot from 2017.09 to 2017.11 release. > >>>>> > >>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > >>>>> --- > >>>>> > >>>>> .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- > >>>>> .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 > >>>>> .../u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} | 0 > >>>>> meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} | 0 > >>>>> 4 files changed, 1 insertion(+), 1 deletion(-) > >>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} (89%) > >>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} (100%) > >>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.09.bb => u-boot-mkimage_2017.11.bb} (100%) > >>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.09.bb => u-boot_2017.11.bb} (100%) > >>>>> > >>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > >>>>> similarity index 89% > >>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > >>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.11.inc > >>>>> index 02e51242cb..bfdf1a0d8f 100644 > >>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.09.inc > >>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.11.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 = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" > >>>>> +SRCREV = "c253573f3e269fd9a24ee6684d87dd91106018a5" > >>>>> > >>>>> SRC_URI = "git://git.denx.de/u-boot.git \ > >>>>> file://MPC8315ERDB-enable-DHCP.patch \ > >>>> > >>>> This patch ^ could use a refresh , since it applies with Fuzz now. > >>> > >>> Honestly, just enable DISTRO_DEFAULTS for the board and post that > >>> upstream instead. > >> > >> Or that, but someone would have to test that first and the patch author > >> does not respond for some reason. > > > > Adding in Ed.. > > > > Yes, it would be good if the MPC8315 got run-time tested more often, but > > no, a build test is sufficient I think for changing a few options like > > this. > > I didn't have very good experience with changing such stuff for random > board and not actually testing it thus far ... Since we're just talking about enabling a few more generic commands, I think you might be being a tad overly cautious here... -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171119/4e1495d1/attachment.sig> ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2017-11-19 14:14 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-11-14 18:32 [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release Otavio Salvador 2017-11-15 3:38 ` [U-Boot] [OE-core] " Tom Rini 2017-11-15 16:47 ` Stefan Agner 2017-11-16 8:12 ` Marek Vasut 2017-11-16 12:02 ` Otavio Salvador 2017-11-16 18:21 ` Marek Vasut 2017-11-16 18:34 ` Otavio Salvador 2017-11-16 20:50 ` Ladislav Michl 2017-11-16 22:04 ` Jeroen Hofstee 2017-11-17 19:19 ` [U-Boot] " Marek Vasut 2017-11-17 20:59 ` [U-Boot] [OE-core] " Tom Rini 2017-11-18 10:19 ` Marek Vasut 2017-11-18 14:14 ` Tom Rini 2017-11-18 19:29 ` Marek Vasut 2017-11-19 14:14 ` Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox