[Buildroot] [PATCH 1/1] configs/arcturus_ucp1020: Bump Linux and U-Boot

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jun 23 15:32:35 UTC 2019


Hello Oleksandr,

On Tue, 18 Jun 2019 16:32:03 -0400
Oleksandr Zhadan <oleks at arcturusnetworks.com> wrote:

> Bump Linux and U-Boot versions.
> 
> Linux dot_config and patches is no longer needed.
> 
> Signed-off-by: Oleksandr Zhadan <oleks at arcturusnetworks.com>
> Signed-off-by: Michael Durrant <mdurrant at arcturusnetworks.com>

I've applied, after doing one change. See below.

>  # Kernel
>  BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1.27"
> -BR2_LINUX_KERNEL_PATCH="board/arcturus/ppc-ucp1020/patches/linux"
> -BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/arcturus/ppc-ucp1020/configs/linux-4.1.x.config"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCP1020-kernel,v20190618)/linux-v20190618.tar.gz"

You're using a tarball download for the kernel, which is good.

> +BR2_TARGET_UBOOT_CUSTOM_GIT=y
> +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/ArcturusNetworks/uCP1020-uboot.git"

But a Git download for U-Boot, while you could have also used a tarball
download, exactly like for the kernel.

So I fixed that up and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list