* [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
@ 2017-07-10 18:36 Otavio Salvador
2017-07-10 18:47 ` Marek Vasut
2017-07-10 19:51 ` Tom Rini
0 siblings, 2 replies; 17+ messages in thread
From: Otavio Salvador @ 2017-07-10 18:36 UTC (permalink / raw)
To: OpenEmbedded Core Mailing List; +Cc: marex, Otavio Salvador
This patch upgrades the U-Boot to the 2017.07 release.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
.../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
.../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
.../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
similarity index 88%
rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
index 0e52f27df8..f27989daa1 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
+SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
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.05.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb
rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot_2017.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2017.05.bb
rename to meta/recipes-bsp/u-boot/u-boot_2017.07.bb
--
2.13.2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 18:36 [PATCH] u-boot: Upgrade to 2017.07 release (WIP) Otavio Salvador
@ 2017-07-10 18:47 ` Marek Vasut
2017-07-10 18:51 ` Otavio Salvador
2017-07-10 19:14 ` Denys Dmytriyenko
2017-07-10 19:51 ` Tom Rini
1 sibling, 2 replies; 17+ messages in thread
From: Marek Vasut @ 2017-07-10 18:47 UTC (permalink / raw)
To: Otavio Salvador, OpenEmbedded Core Mailing List
On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> This patch upgrades the U-Boot to the 2017.07 release.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> 4 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> similarity index 88%
> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> index 0e52f27df8..f27989daa1 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
Where did you get this hash from, it's not in the U-Boot repo ...
> 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.05.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb
> rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb
> rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb
> diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot_2017.07.bb
> similarity index 100%
> rename from meta/recipes-bsp/u-boot/u-boot_2017.05.bb
> rename to meta/recipes-bsp/u-boot/u-boot_2017.07.bb
>
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 18:47 ` Marek Vasut
@ 2017-07-10 18:51 ` Otavio Salvador
2017-07-10 18:57 ` Marek Vasut
2017-07-10 19:14 ` Denys Dmytriyenko
1 sibling, 1 reply; 17+ messages in thread
From: Otavio Salvador @ 2017-07-10 18:51 UTC (permalink / raw)
To: Marek Vasut; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>> This patch upgrades the U-Boot to the 2017.07 release.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
>>
>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>> 4 files changed, 1 insertion(+), 1 deletion(-)
>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>
>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>> similarity index 88%
>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>> index 0e52f27df8..f27989daa1 100644
>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>
> Where did you get this hash from, it's not in the U-Boot repo ...
From the tag used by Tom. You can check it on his github repository.
--
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] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 18:51 ` Otavio Salvador
@ 2017-07-10 18:57 ` Marek Vasut
2017-07-10 19:01 ` Tom Rini
0 siblings, 1 reply; 17+ messages in thread
From: Marek Vasut @ 2017-07-10 18:57 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On 07/10/2017 08:51 PM, Otavio Salvador wrote:
> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>>> This patch upgrades the U-Boot to the 2017.07 release.
>>>
>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>> ---
>>>
>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>>> 4 files changed, 1 insertion(+), 1 deletion(-)
>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>>
>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>> similarity index 88%
>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>> index 0e52f27df8..f27989daa1 100644
>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>>
>> Where did you get this hash from, it's not in the U-Boot repo ...
>
> From the tag used by Tom. You can check it on his github repository.
I cannot, that is NOT where the U-Boot recipe points to nor is it in any
way an official U-Boot source git tree .
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 18:57 ` Marek Vasut
@ 2017-07-10 19:01 ` Tom Rini
2017-07-10 19:02 ` Marek Vasut
0 siblings, 1 reply; 17+ messages in thread
From: Tom Rini @ 2017-07-10 19:01 UTC (permalink / raw)
To: Marek Vasut
Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
[-- Attachment #1: Type: text/plain, Size: 2293 bytes --]
On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
> > On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
> >> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> >>> This patch upgrades the U-Boot to the 2017.07 release.
> >>>
> >>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >>> ---
> >>>
> >>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> >>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> >>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> >>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> >>> 4 files changed, 1 insertion(+), 1 deletion(-)
> >>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> >>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> >>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> >>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
> >>>
> >>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> >>> similarity index 88%
> >>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> >>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> >>> index 0e52f27df8..f27989daa1 100644
> >>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> >>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> >>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
> >>
> >> Where did you get this hash from, it's not in the U-Boot repo ...
> >
> > From the tag used by Tom. You can check it on his github repository.
>
> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
> way an official U-Boot source git tree .
It's also on the official github mirror. I'll go see why the DENX git
is lagging behind.
--
Tom
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:01 ` Tom Rini
@ 2017-07-10 19:02 ` Marek Vasut
2017-07-10 19:04 ` Marek Vasut
2017-07-10 19:06 ` Tom Rini
0 siblings, 2 replies; 17+ messages in thread
From: Marek Vasut @ 2017-07-10 19:02 UTC (permalink / raw)
To: Tom Rini; +Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
On 07/10/2017 09:01 PM, Tom Rini wrote:
> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>>>>> This patch upgrades the U-Boot to the 2017.07 release.
>>>>>
>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>>>> ---
>>>>>
>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>>>>
>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>> similarity index 88%
>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>> index 0e52f27df8..f27989daa1 100644
>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>>>>
>>>> Where did you get this hash from, it's not in the U-Boot repo ...
>>>
>>> From the tag used by Tom. You can check it on his github repository.
>>
>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
>> way an official U-Boot source git tree .
>
> It's also on the official github mirror. I'll go see why the DENX git
> is lagging behind.
Hm that's weird. How can it be a mirror if it contains objects not in
the mirrored repo ? ;-)
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:02 ` Marek Vasut
@ 2017-07-10 19:04 ` Marek Vasut
2017-07-10 19:06 ` Tom Rini
1 sibling, 0 replies; 17+ messages in thread
From: Marek Vasut @ 2017-07-10 19:04 UTC (permalink / raw)
To: Tom Rini; +Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
On 07/10/2017 09:02 PM, Marek Vasut wrote:
> On 07/10/2017 09:01 PM, Tom Rini wrote:
>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
>>>>>>
>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>>>>> ---
>>>>>>
>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>>>>>
>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>> similarity index 88%
>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>> index 0e52f27df8..f27989daa1 100644
>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>>>>>
>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
>>>>
>>>> From the tag used by Tom. You can check it on his github repository.
>>>
>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
>>> way an official U-Boot source git tree .
>>
>> It's also on the official github mirror. I'll go see why the DENX git
>> is lagging behind.
>
> Hm that's weird. How can it be a mirror if it contains objects not in
> the mirrored repo ? ;-)
But wait a second, since the object in the new SRC_URI is not in the
repo, how was this submission ever tested ? It should've produced a
fetcher error ... hmmmmmmmmmm ...
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:02 ` Marek Vasut
2017-07-10 19:04 ` Marek Vasut
@ 2017-07-10 19:06 ` Tom Rini
2017-07-10 19:07 ` Marek Vasut
2017-07-10 19:08 ` Khem Raj
1 sibling, 2 replies; 17+ messages in thread
From: Tom Rini @ 2017-07-10 19:06 UTC (permalink / raw)
To: Marek Vasut
Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
[-- Attachment #1: Type: text/plain, Size: 2745 bytes --]
On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
> On 07/10/2017 09:01 PM, Tom Rini wrote:
> > On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
> >> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
> >>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
> >>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> >>>>> This patch upgrades the U-Boot to the 2017.07 release.
> >>>>>
> >>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >>>>> ---
> >>>>>
> >>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> >>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> >>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> >>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> >>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
> >>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> >>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> >>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> >>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
> >>>>>
> >>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> >>>>> similarity index 88%
> >>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> >>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> >>>>> index 0e52f27df8..f27989daa1 100644
> >>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> >>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> >>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
> >>>>
> >>>> Where did you get this hash from, it's not in the U-Boot repo ...
> >>>
> >>> From the tag used by Tom. You can check it on his github repository.
> >>
> >> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
> >> way an official U-Boot source git tree .
> >
> > It's also on the official github mirror. I'll go see why the DENX git
> > is lagging behind.
>
> Hm that's weird. How can it be a mirror if it contains objects not in
> the mirrored repo ? ;-)
git supports multiple push URIs. So I update all 3 locations with a
single push. However, git.denx.de works differently than github.com
does.
--
Tom
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:06 ` Tom Rini
@ 2017-07-10 19:07 ` Marek Vasut
2017-07-10 19:08 ` Khem Raj
1 sibling, 0 replies; 17+ messages in thread
From: Marek Vasut @ 2017-07-10 19:07 UTC (permalink / raw)
To: Tom Rini; +Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
On 07/10/2017 09:06 PM, Tom Rini wrote:
> On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
>> On 07/10/2017 09:01 PM, Tom Rini wrote:
>>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
>>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
>>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
>>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
>>>>>>>
>>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>>>>>> ---
>>>>>>>
>>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>>>>>>
>>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>>> similarity index 88%
>>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>>> index 0e52f27df8..f27989daa1 100644
>>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>>>>>>
>>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
>>>>>
>>>>> From the tag used by Tom. You can check it on his github repository.
>>>>
>>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
>>>> way an official U-Boot source git tree .
>>>
>>> It's also on the official github mirror. I'll go see why the DENX git
>>> is lagging behind.
>>
>> Hm that's weird. How can it be a mirror if it contains objects not in
>> the mirrored repo ? ;-)
>
> git supports multiple push URIs. So I update all 3 locations with a
> single push. However, git.denx.de works differently than github.com
> does.
So it's not really a mirror, just another repo, OK.
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:06 ` Tom Rini
2017-07-10 19:07 ` Marek Vasut
@ 2017-07-10 19:08 ` Khem Raj
2017-07-10 19:11 ` Marek Vasut
2017-07-10 19:12 ` Tom Rini
1 sibling, 2 replies; 17+ messages in thread
From: Khem Raj @ 2017-07-10 19:08 UTC (permalink / raw)
To: Tom Rini, Marek Vasut
Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
[-- Attachment #1.1: Type: text/plain, Size: 2961 bytes --]
On 7/10/17 12:06 PM, Tom Rini wrote:
> On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
>> On 07/10/2017 09:01 PM, Tom Rini wrote:
>>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
>>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
>>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
>>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
>>>>>>>
>>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>>>>>> ---
>>>>>>>
>>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>>>>>>
>>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>>> similarity index 88%
>>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>>> index 0e52f27df8..f27989daa1 100644
>>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>>>>>>
>>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
>>>>>
>>>>> From the tag used by Tom. You can check it on his github repository.
>>>>
>>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
>>>> way an official U-Boot source git tree .
>>>
>>> It's also on the official github mirror. I'll go see why the DENX git
>>> is lagging behind.
>>
>> Hm that's weird. How can it be a mirror if it contains objects not in
>> the mirrored repo ? ;-)
>
> git supports multiple push URIs. So I update all 3 locations with a
> single push. However, git.denx.de works differently than github.com
> does.
may be pushing to upstream and then pulling before populating the
mirrors could solve such issues. but I think we should use github.com
in OE src_uri's for speed reasons.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:08 ` Khem Raj
@ 2017-07-10 19:11 ` Marek Vasut
2017-07-10 19:14 ` Otavio Salvador
2017-07-10 19:12 ` Tom Rini
1 sibling, 1 reply; 17+ messages in thread
From: Marek Vasut @ 2017-07-10 19:11 UTC (permalink / raw)
To: Khem Raj, Tom Rini
Cc: Otavio Salvador, Otavio Salvador, OpenEmbedded Core Mailing List
On 07/10/2017 09:08 PM, Khem Raj wrote:
> On 7/10/17 12:06 PM, Tom Rini wrote:
>> On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
>>> On 07/10/2017 09:01 PM, Tom Rini wrote:
>>>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
>>>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
>>>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
>>>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
>>>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
>>>>>>>>
>>>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>>>>>>>> ---
>>>>>>>>
>>>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
>>>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
>>>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
>>>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
>>>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
>>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
>>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
>>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
>>>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
>>>>>>>>
>>>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>>>> similarity index 88%
>>>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
>>>>>>>> index 0e52f27df8..f27989daa1 100644
>>>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
>>>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
>>>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>>>>>>>
>>>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
>>>>>>
>>>>>> From the tag used by Tom. You can check it on his github repository.
>>>>>
>>>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
>>>>> way an official U-Boot source git tree .
>>>>
>>>> It's also on the official github mirror. I'll go see why the DENX git
>>>> is lagging behind.
>>>
>>> Hm that's weird. How can it be a mirror if it contains objects not in
>>> the mirrored repo ? ;-)
>>
>> git supports multiple push URIs. So I update all 3 locations with a
>> single push. However, git.denx.de works differently than github.com
>> does.
>
> may be pushing to upstream and then pulling before populating the
> mirrors could solve such issues. but I think we should use github.com
> in OE src_uri's for speed reasons.
Not everyone is a big fan of github and their ToS, so I wouldn't be a
big fan of such move.
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:08 ` Khem Raj
2017-07-10 19:11 ` Marek Vasut
@ 2017-07-10 19:12 ` Tom Rini
2017-07-12 1:09 ` Denys Dmytriyenko
1 sibling, 1 reply; 17+ messages in thread
From: Tom Rini @ 2017-07-10 19:12 UTC (permalink / raw)
To: Khem Raj
Cc: Marek Vasut, Otavio Salvador, Otavio Salvador,
OpenEmbedded Core Mailing List
[-- Attachment #1: Type: text/plain, Size: 3516 bytes --]
On Mon, Jul 10, 2017 at 12:08:41PM -0700, Khem Raj wrote:
> On 7/10/17 12:06 PM, Tom Rini wrote:
> > On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
> >> On 07/10/2017 09:01 PM, Tom Rini wrote:
> >>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
> >>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
> >>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
> >>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> >>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
> >>>>>>>
> >>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >>>>>>> ---
> >>>>>>>
> >>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> >>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> >>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> >>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> >>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
> >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
> >>>>>>>
> >>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> >>>>>>> similarity index 88%
> >>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> >>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> >>>>>>> index 0e52f27df8..f27989daa1 100644
> >>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> >>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> >>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
> >>>>>>
> >>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
> >>>>>
> >>>>> From the tag used by Tom. You can check it on his github repository.
> >>>>
> >>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
> >>>> way an official U-Boot source git tree .
> >>>
> >>> It's also on the official github mirror. I'll go see why the DENX git
> >>> is lagging behind.
> >>
> >> Hm that's weird. How can it be a mirror if it contains objects not in
> >> the mirrored repo ? ;-)
> >
> > git supports multiple push URIs. So I update all 3 locations with a
> > single push. However, git.denx.de works differently than github.com
> > does.
>
> may be pushing to upstream and then pulling before populating the
> mirrors could solve such issues. but I think we should use github.com
> in OE src_uri's for speed reasons.
On the back end, things are a bit more complex than that, but I'm
working to resolve the current error now. FWIW, changing the OE recipe
to fetch from https://github.com/u-boot/u-boot.git would be fine with
me, it's owned by myself, Wolfgang and the person that helped us out and
got that project created to start with, so it will only have official
changes in it.
--
Tom
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:11 ` Marek Vasut
@ 2017-07-10 19:14 ` Otavio Salvador
0 siblings, 0 replies; 17+ messages in thread
From: Otavio Salvador @ 2017-07-10 19:14 UTC (permalink / raw)
To: Marek Vasut; +Cc: Tom Rini, Otavio Salvador, OpenEmbedded Core Mailing List
On Mon, Jul 10, 2017 at 4:11 PM, Marek Vasut <marex@denx.de> wrote:
> On 07/10/2017 09:08 PM, Khem Raj wrote:
>> may be pushing to upstream and then pulling before populating the
>> mirrors could solve such issues. but I think we should use github.com
>> in OE src_uri's for speed reasons.
>
> Not everyone is a big fan of github and their ToS, so I wouldn't be a
> big fan of such move.
Without a more specific reasoning I see no problem in changing it for
the official mirror.
--
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] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 18:47 ` Marek Vasut
2017-07-10 18:51 ` Otavio Salvador
@ 2017-07-10 19:14 ` Denys Dmytriyenko
1 sibling, 0 replies; 17+ messages in thread
From: Denys Dmytriyenko @ 2017-07-10 19:14 UTC (permalink / raw)
To: Marek Vasut; +Cc: Otavio Salvador, OpenEmbedded Core Mailing List
On Mon, Jul 10, 2017 at 08:47:23PM +0200, Marek Vasut wrote:
> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> > This patch upgrades the U-Boot to the 2017.07 release.
> >
> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> > ---
> >
> > .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> > .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> > .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> > meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> > 4 files changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> > rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> > rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> > rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
> >
> > diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> > similarity index 88%
> > rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> > rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> > index 0e52f27df8..f27989daa1 100644
> > --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> > +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> > +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
>
> Where did you get this hash from, it's not in the U-Boot repo ...
As it happens, git://git.denx.de/u-boot.git hasn't been updated yet, so this
patch will fail!
> > 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.05.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb
> > similarity index 100%
> > rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.05.bb
> > rename to meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.07.bb
> > diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb
> > similarity index 100%
> > rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2017.05.bb
> > rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2017.07.bb
> > diff --git a/meta/recipes-bsp/u-boot/u-boot_2017.05.bb b/meta/recipes-bsp/u-boot/u-boot_2017.07.bb
> > similarity index 100%
> > rename from meta/recipes-bsp/u-boot/u-boot_2017.05.bb
> > rename to meta/recipes-bsp/u-boot/u-boot_2017.07.bb
> >
>
>
> --
> Best regards,
> Marek Vasut
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 18:36 [PATCH] u-boot: Upgrade to 2017.07 release (WIP) Otavio Salvador
2017-07-10 18:47 ` Marek Vasut
@ 2017-07-10 19:51 ` Tom Rini
1 sibling, 0 replies; 17+ messages in thread
From: Tom Rini @ 2017-07-10 19:51 UTC (permalink / raw)
To: Otavio Salvador; +Cc: marex, OpenEmbedded Core Mailing List
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
On Mon, Jul 10, 2017 at 03:36:57PM -0300, Otavio Salvador wrote:
> This patch upgrades the U-Boot to the 2017.07 release.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
FWIW, git.denx.de is now up to date and has the githash in question.
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-10 19:12 ` Tom Rini
@ 2017-07-12 1:09 ` Denys Dmytriyenko
2017-07-12 2:55 ` Tom Rini
0 siblings, 1 reply; 17+ messages in thread
From: Denys Dmytriyenko @ 2017-07-12 1:09 UTC (permalink / raw)
To: Tom Rini
Cc: Marek Vasut, OpenEmbedded Core Mailing List, Otavio Salvador,
Otavio Salvador
On Mon, Jul 10, 2017 at 03:12:19PM -0400, Tom Rini wrote:
> On Mon, Jul 10, 2017 at 12:08:41PM -0700, Khem Raj wrote:
> > On 7/10/17 12:06 PM, Tom Rini wrote:
> > > On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
> > >> On 07/10/2017 09:01 PM, Tom Rini wrote:
> > >>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
> > >>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
> > >>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
> > >>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> > >>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
> > >>>>>>>
> > >>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> > >>>>>>> ---
> > >>>>>>>
> > >>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> > >>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> > >>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> > >>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> > >>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
> > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
> > >>>>>>>
> > >>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> > >>>>>>> similarity index 88%
> > >>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> > >>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> > >>>>>>> index 0e52f27df8..f27989daa1 100644
> > >>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> > >>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> > >>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
> > >>>>>>
> > >>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
> > >>>>>
> > >>>>> From the tag used by Tom. You can check it on his github repository.
> > >>>>
> > >>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
> > >>>> way an official U-Boot source git tree .
> > >>>
> > >>> It's also on the official github mirror. I'll go see why the DENX git
> > >>> is lagging behind.
> > >>
> > >> Hm that's weird. How can it be a mirror if it contains objects not in
> > >> the mirrored repo ? ;-)
> > >
> > > git supports multiple push URIs. So I update all 3 locations with a
> > > single push. However, git.denx.de works differently than github.com
> > > does.
> >
> > may be pushing to upstream and then pulling before populating the
> > mirrors could solve such issues. but I think we should use github.com
> > in OE src_uri's for speed reasons.
>
> On the back end, things are a bit more complex than that, but I'm
> working to resolve the current error now. FWIW, changing the OE recipe
> to fetch from https://github.com/u-boot/u-boot.git would be fine with
> me, it's owned by myself, Wolfgang and the person that helped us out and
> got that project created to start with, so it will only have official
> changes in it.
FWIW, I'd be against such change, as long as denx.de remains the official
home of U-boot. We don't pull kernel from https://github.com/torvalds/linux
--
Denys
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH] u-boot: Upgrade to 2017.07 release (WIP)
2017-07-12 1:09 ` Denys Dmytriyenko
@ 2017-07-12 2:55 ` Tom Rini
0 siblings, 0 replies; 17+ messages in thread
From: Tom Rini @ 2017-07-12 2:55 UTC (permalink / raw)
To: Denys Dmytriyenko
Cc: Marek Vasut, OpenEmbedded Core Mailing List, Otavio Salvador,
Otavio Salvador
[-- Attachment #1: Type: text/plain, Size: 4435 bytes --]
On Tue, Jul 11, 2017 at 09:09:47PM -0400, Denys Dmytriyenko wrote:
> On Mon, Jul 10, 2017 at 03:12:19PM -0400, Tom Rini wrote:
> > On Mon, Jul 10, 2017 at 12:08:41PM -0700, Khem Raj wrote:
> > > On 7/10/17 12:06 PM, Tom Rini wrote:
> > > > On Mon, Jul 10, 2017 at 09:02:39PM +0200, Marek Vasut wrote:
> > > >> On 07/10/2017 09:01 PM, Tom Rini wrote:
> > > >>> On Mon, Jul 10, 2017 at 08:57:19PM +0200, Marek Vasut wrote:
> > > >>>> On 07/10/2017 08:51 PM, Otavio Salvador wrote:
> > > >>>>> On Mon, Jul 10, 2017 at 3:47 PM, Marek Vasut <marex@denx.de> wrote:
> > > >>>>>> On 07/10/2017 08:36 PM, Otavio Salvador wrote:
> > > >>>>>>> This patch upgrades the U-Boot to the 2017.07 release.
> > > >>>>>>>
> > > >>>>>>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> > > >>>>>>> ---
> > > >>>>>>>
> > > >>>>>>> .../u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} | 2 +-
> > > >>>>>>> .../u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} | 0
> > > >>>>>>> .../u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} | 0
> > > >>>>>>> meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} | 0
> > > >>>>>>> 4 files changed, 1 insertion(+), 1 deletion(-)
> > > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-common_2017.05.inc => u-boot-common_2017.07.inc} (88%)
> > > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.05.bb => u-boot-fw-utils_2017.07.bb} (100%)
> > > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.05.bb => u-boot-mkimage_2017.07.bb} (100%)
> > > >>>>>>> rename meta/recipes-bsp/u-boot/{u-boot_2017.05.bb => u-boot_2017.07.bb} (100%)
> > > >>>>>>>
> > > >>>>>>> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> > > >>>>>>> similarity index 88%
> > > >>>>>>> rename from meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> > > >>>>>>> rename to meta/recipes-bsp/u-boot/u-boot-common_2017.07.inc
> > > >>>>>>> index 0e52f27df8..f27989daa1 100644
> > > >>>>>>> --- a/meta/recipes-bsp/u-boot/u-boot-common_2017.05.inc
> > > >>>>>>> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2017.07.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 = "64c4ffa9fa223f7ae8640f9c8f3044bfa0e3bfda"
> > > >>>>>>> +SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
> > > >>>>>>
> > > >>>>>> Where did you get this hash from, it's not in the U-Boot repo ...
> > > >>>>>
> > > >>>>> From the tag used by Tom. You can check it on his github repository.
> > > >>>>
> > > >>>> I cannot, that is NOT where the U-Boot recipe points to nor is it in any
> > > >>>> way an official U-Boot source git tree .
> > > >>>
> > > >>> It's also on the official github mirror. I'll go see why the DENX git
> > > >>> is lagging behind.
> > > >>
> > > >> Hm that's weird. How can it be a mirror if it contains objects not in
> > > >> the mirrored repo ? ;-)
> > > >
> > > > git supports multiple push URIs. So I update all 3 locations with a
> > > > single push. However, git.denx.de works differently than github.com
> > > > does.
> > >
> > > may be pushing to upstream and then pulling before populating the
> > > mirrors could solve such issues. but I think we should use github.com
> > > in OE src_uri's for speed reasons.
> >
> > On the back end, things are a bit more complex than that, but I'm
> > working to resolve the current error now. FWIW, changing the OE recipe
> > to fetch from https://github.com/u-boot/u-boot.git would be fine with
> > me, it's owned by myself, Wolfgang and the person that helped us out and
> > got that project created to start with, so it will only have official
> > changes in it.
>
> FWIW, I'd be against such change, as long as denx.de remains the official
> home of U-boot. We don't pull kernel from https://github.com/torvalds/linux
No, but you do pull it from ${KERNELORG_MIRROR}. At the end of the day,
I don't have a preference either way. git.denx.de is the official home,
github has an official mirror. We've actually put in some time making
sure that git.denx.de is in-sync and up to date (this recent issue was
that incrond has an inode leak). It should be considered a reliable
source.
--
Tom
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2017-07-12 2:54 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10 18:36 [PATCH] u-boot: Upgrade to 2017.07 release (WIP) Otavio Salvador
2017-07-10 18:47 ` Marek Vasut
2017-07-10 18:51 ` Otavio Salvador
2017-07-10 18:57 ` Marek Vasut
2017-07-10 19:01 ` Tom Rini
2017-07-10 19:02 ` Marek Vasut
2017-07-10 19:04 ` Marek Vasut
2017-07-10 19:06 ` Tom Rini
2017-07-10 19:07 ` Marek Vasut
2017-07-10 19:08 ` Khem Raj
2017-07-10 19:11 ` Marek Vasut
2017-07-10 19:14 ` Otavio Salvador
2017-07-10 19:12 ` Tom Rini
2017-07-12 1:09 ` Denys Dmytriyenko
2017-07-12 2:55 ` Tom Rini
2017-07-10 19:14 ` Denys Dmytriyenko
2017-07-10 19:51 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.