]> Git Repo - buildroot-mgba.git/blobdiff - configs/arcturus_ucp1020_defconfig
configs/versal_vck190_defconfig: migrate to xilinx-prebuilt
[buildroot-mgba.git] / configs / arcturus_ucp1020_defconfig
index cc1297ce1f1425fda115585759cfe7516b13dd9c..8b90f44750d01aa204e27da7de76a9741e4dd984 100644 (file)
@@ -2,8 +2,8 @@
 BR2_powerpc=y
 BR2_powerpc_8548=y
 
-# Linux headers same as kernel, a 4.1 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+# Linux headers same as kernel, a 4.4 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 
 # System settings
 BR2_TARGET_GENERIC_HOSTNAME="UCP1020"
@@ -13,11 +13,9 @@ BR2_SYSTEM_DHCP="eth0"
 
 # 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"
+BR2_LINUX_KERNEL_DEFCONFIG="ucp1020"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="ucp1020"
 
@@ -26,6 +24,7 @@ BR2_TARGET_ROOTFS_JFFS2=y
 
 # U-boot
 BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="UCP1020"
-BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.07"
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
+BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCP1020-uboot,v20190618)/uboot-v20190618.tar.gz"
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="UCP1020"
This page took 0.023442 seconds and 4 git commands to generate.