arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit ea2ae6818081a1d6083baa8d88d27a4634529880
parent 1a9c50616467737dacf2071256b05e40aaddb110
Author: parazyd <parazyd@dyne.org>
Date:   Wed,  3 Jan 2018 13:22:42 +0100

update sunxi and rpi kernels

Diffstat:
Mboards/raspberry-pi1.sh | 4++--
Mboards/raspberry-pi2.sh | 4++--
Mboards/raspberry-pi3.sh | 4++--
Mboards/sunxi.sh | 4++--
4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/boards/raspberry-pi1.sh b/boards/raspberry-pi1.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2016-2017 Dyne.org Foundation +# Copyright (c) 2016-2018 Dyne.org Foundation # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org> # # This file is part of arm-sdk @@ -38,7 +38,7 @@ extra_packages+=() custmodules=(snd_bcm2835) gitkernel="https://github.com/raspberrypi/linux.git" -gitbranch="rpi-4.13.y" +gitbranch="rpi-4.14.y" rpifirmware="https://github.com/raspberrypi/firmware.git" diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2016-2017 Dyne.org Foundation +# Copyright (c) 2016-2018 Dyne.org Foundation # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org> # # This file is part of arm-sdk @@ -38,7 +38,7 @@ extra_packages+=() custmodules=(snd_bcm2835) gitkernel="https://github.com/raspberrypi/linux.git" -gitbranch="rpi-4.13.y" +gitbranch="rpi-4.14.y" rpifirmware="https://github.com/raspberrypi/firmware.git" diff --git a/boards/raspberry-pi3.sh b/boards/raspberry-pi3.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2016-2017 Dyne.org Foundation +# Copyright (c) 2016-2018 Dyne.org Foundation # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org> # # This file is part of arm-sdk @@ -38,7 +38,7 @@ extra_packages+=() custmodules=(snd_bcm2835) gitkernel="https://github.com/raspberrypi/linux" -gitbranch="rpi-4.13.y" +gitbranch="rpi-4.14.y" rpifirmware="https://github.com/raspberrypi/firmware.git" diff --git a/boards/sunxi.sh b/boards/sunxi.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2017 Dyne.org Foundation +# Copyright (c) 2017-2018 Dyne.org Foundation # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org> # # This file is part of arm-sdk @@ -39,7 +39,7 @@ extra_packages+=() custmodules=() gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" -gitbranch="linux-4.13.y" +gitbranch="linux-4.14.y" prebuild() {