mbox series

[meta-swupdate-boards,0/2] fixes for raspberrypi3

Message ID 1510674519-233-1-git-send-email-mirza.krak@endian.se
Headers show
Series fixes for raspberrypi3 | expand

Message

Mirza Krak Nov. 14, 2017, 3:48 p.m. UTC
Hi.

There have been some changes to the boot script in meta-rasbperry
and these patches attempts to take care of this because the current
state is that the custom boot script found in meta-swupdate-boards
is not used.

These patches are applicable to master and rocko.

Mirza Krak (2):
  rpi-uboot-scr: rename boot.cmd to boot.cmd.in
  rpi-uboot-scr: sync with upstream

 recipes-bsp/rpi-uboot-scr/files/boot.cmd    | 5 -----
 recipes-bsp/rpi-uboot-scr/files/boot.cmd.in | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 recipes-bsp/rpi-uboot-scr/files/boot.cmd
 create mode 100644 recipes-bsp/rpi-uboot-scr/files/boot.cmd.in

Comments

Stefano Babic Nov. 14, 2017, 4:07 p.m. UTC | #1
On 14/11/2017 16:48, Mirza Krak wrote:
> Hi.
> 
> There have been some changes to the boot script in meta-rasbperry
> and these patches attempts to take care of this because the current
> state is that the custom boot script found in meta-swupdate-boards
> is not used.
> 
> These patches are applicable to master and rocko.

Thanks for patches - I will apply them to both branches.

Best regards,
Stefano Babic

> 
> Mirza Krak (2):
>   rpi-uboot-scr: rename boot.cmd to boot.cmd.in
>   rpi-uboot-scr: sync with upstream
> 
>  recipes-bsp/rpi-uboot-scr/files/boot.cmd    | 5 -----
>  recipes-bsp/rpi-uboot-scr/files/boot.cmd.in | 5 +++++
>  2 files changed, 5 insertions(+), 5 deletions(-)
>  delete mode 100644 recipes-bsp/rpi-uboot-scr/files/boot.cmd
>  create mode 100644 recipes-bsp/rpi-uboot-scr/files/boot.cmd.in
>