* [PATCH] u-boot: Upgrade to 2017.11 release
@ 2017-11-14 18:32 Otavio Salvador
2017-11-15 3:38 ` Tom Rini
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Otavio Salvador @ 2017-11-14 18:32 UTC (permalink / raw)
To: OpenEmbedded Core Mailing List
Cc: Marek Vasut, U-Boot Mailing List, Otavio Salvador
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] 13+ messages in thread* Re: [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-14 18:32 [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 ` Marek Vasut 2 siblings, 0 replies; 13+ messages in thread From: Tom Rini @ 2017-11-15 3:38 UTC (permalink / raw) To: Otavio Salvador Cc: Marek Vasut, U-Boot Mailing List, OpenEmbedded Core Mailing List [-- Attachment #1: Type: text/plain, Size: 251 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-14 18:32 [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-16 8:12 ` Marek Vasut 2017-11-17 19:19 ` Marek Vasut 2 siblings, 1 reply; 13+ messages in thread From: Stefan Agner @ 2017-11-15 16:47 UTC (permalink / raw) To: Otavio Salvador Cc: Marek Vasut, U-Boot Mailing List, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [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 ` [U-Boot] " Otavio Salvador 0 siblings, 1 reply; 13+ messages in thread From: Marek Vasut @ 2017-11-16 8:12 UTC (permalink / raw) To: Stefan Agner, Otavio Salvador Cc: U-Boot Mailing List, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [U-Boot] [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; 13+ messages in thread From: Otavio Salvador @ 2017-11-16 12:02 UTC (permalink / raw) To: Marek Vasut Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 12:02 ` [U-Boot] " Otavio Salvador @ 2017-11-16 18:21 ` Marek Vasut 2017-11-16 18:34 ` Otavio Salvador 0 siblings, 1 reply; 13+ messages in thread From: Marek Vasut @ 2017-11-16 18:21 UTC (permalink / raw) To: Otavio Salvador Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-16 18:21 ` Marek Vasut @ 2017-11-16 18:34 ` Otavio Salvador 0 siblings, 0 replies; 13+ messages in thread From: Otavio Salvador @ 2017-11-16 18:34 UTC (permalink / raw) To: Marek Vasut Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-14 18:32 [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 ` Marek Vasut 2017-11-17 20:59 ` Tom Rini 2 siblings, 1 reply; 13+ messages in thread From: Marek Vasut @ 2017-11-17 19:19 UTC (permalink / raw) To: Otavio Salvador, OpenEmbedded Core Mailing List; +Cc: U-Boot Mailing List 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] 13+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-17 19:19 ` Marek Vasut @ 2017-11-17 20:59 ` Tom Rini 2017-11-18 10:19 ` Marek Vasut 0 siblings, 1 reply; 13+ messages in thread From: Tom Rini @ 2017-11-17 20:59 UTC (permalink / raw) To: Marek Vasut Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List [-- Attachment #1: Type: text/plain, Size: 2009 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.11 release 2017-11-17 20:59 ` Tom Rini @ 2017-11-18 10:19 ` Marek Vasut 2017-11-18 14:14 ` Tom Rini 0 siblings, 1 reply; 13+ messages in thread From: Marek Vasut @ 2017-11-18 10:19 UTC (permalink / raw) To: Tom Rini Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [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; 13+ messages in thread From: Tom Rini @ 2017-11-18 14:14 UTC (permalink / raw) To: Marek Vasut, Ed Bartosh Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List [-- Attachment #1: Type: text/plain, Size: 2486 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [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 ` [U-Boot] " Tom Rini 0 siblings, 1 reply; 13+ messages in thread From: Marek Vasut @ 2017-11-18 19:29 UTC (permalink / raw) To: Tom Rini, Ed Bartosh Cc: U-Boot Mailing List, Otavio Salvador, OpenEmbedded Core Mailing List 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] 13+ messages in thread
* Re: [U-Boot] [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; 13+ messages in thread From: Tom Rini @ 2017-11-19 14:14 UTC (permalink / raw) To: Marek Vasut Cc: U-Boot Mailing List, OpenEmbedded Core Mailing List, Otavio Salvador [-- Attachment #1: Type: text/plain, Size: 2963 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2017-11-19 14:14 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-11-14 18:32 [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-16 8:12 ` Marek Vasut 2017-11-16 12:02 ` [U-Boot] " Otavio Salvador 2017-11-16 18:21 ` Marek Vasut 2017-11-16 18:34 ` Otavio Salvador 2017-11-17 19:19 ` Marek Vasut 2017-11-17 20:59 ` 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 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox