diff options
author | 2019-08-26 13:39:42 -0400 | |
---|---|---|
committer | 2019-09-10 00:15:19 +0200 | |
commit | 6bf3b56f28c434ce0f3a7493c0033ec4ac18f2f9 (patch) | |
tree | c610e5805fde45a4ecd7119431b59d5018a6ebdf /configs/arcturus_ucls1012a_defconfig | |
parent | 8acb79e9f3fa0d7a5b601267d9a2bbc99f65d900 (diff) | |
download | buildroot-6bf3b56f28c434ce0f3a7493c0033ec4ac18f2f9.tar.gz buildroot-6bf3b56f28c434ce0f3a7493c0033ec4ac18f2f9.tar.bz2 |
configs/acturus_ucls1012a: bump kernel and u-boot version
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/289126214
Signed-off-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'configs/arcturus_ucls1012a_defconfig')
-rw-r--r-- | configs/arcturus_ucls1012a_defconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configs/arcturus_ucls1012a_defconfig b/configs/arcturus_ucls1012a_defconfig index 7fb980479a..fceaed0db7 100644 --- a/configs/arcturus_ucls1012a_defconfig +++ b/configs/arcturus_ucls1012a_defconfig @@ -14,7 +14,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/arcturus/aarch64-ucls1012a/post-image.sh" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCLS1012A-kernel,v0.2.1811)/linux-v0.2.1811.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCLS1012A-kernel,v0.2.1935)/linux-v0.2.1935.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="ucls1012a" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="arcturus/arc-ucls1012a" @@ -26,9 +26,8 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y # U-boot BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y -BR2_TARGET_UBOOT_CUSTOM_GIT=y -BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/ArcturusNetworks/uCLS1012A-uboot.git" -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v0.2.1823" +BR2_TARGET_UBOOT_CUSTOM_TARBALL=y +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCLS1012A-uboot,v0.2.1935)/uboot-v0.2.1935.tar.gz" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="UCLS1012A_QSPI128" # Tools |