Fix the problem of uboot using master origin
This commit is contained in:
parent
24056cd683
commit
70bf95a552
@ -23,9 +23,8 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/allwinner-generic/sun20i-generic/script/post
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/awol/nezha-d1s/script/genimage.cfg sun20i-d1s sun20i-d1s-nezha-linux.dtb"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Tina-Linux/tina-d1x-linux-5.4.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-linux-5.4/archive/refs/tags/tina.d1x.linux.1.0.tar.gz"
|
||||
BR2_LINUX_KERNEL_PATCH="board/allwinner-generic/sun20i-d1s/patch/linux board/awol/nezha-d1s/patch/linux"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/awol/nezha-d1s/configs/linux/linux_awol_nezha_d1s_defconfig"
|
||||
@ -237,9 +236,8 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
|
||||
BR2_TARGET_OPENSBI_D1=y
|
||||
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/Tina-Linux/tina-d1x-u-boot-2018.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-u-boot-2018/archive/refs/tags/tina.d1x.uboot.1.0.tar.gz"
|
||||
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/sun20i-d1s/patch/uboot board/awol/nezha-d1s/patch/uboot"
|
||||
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/awol/nezha-d1s/configs/uboot/uboot_awol_nezha_d1s_defconfig"
|
||||
|
||||
@ -23,9 +23,8 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/allwinner-generic/sun20i-generic/script/post
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/awol/nezha/script/genimage.cfg sun20i-d1 sun20i-d1-nezha-linux.dtb"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Tina-Linux/tina-d1x-linux-5.4.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-linux-5.4/archive/refs/tags/tina.d1x.linux.1.0.tar.gz"
|
||||
BR2_LINUX_KERNEL_PATCH="board/allwinner-generic/sun20i-d1/patch/linux board/awol/nezha/patch/linux"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/awol/nezha/configs/linux/linux_awol_nezha_defconfig"
|
||||
@ -310,9 +309,8 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="500M"
|
||||
BR2_TARGET_OPENSBI_D1=y
|
||||
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/Tina-Linux/tina-d1x-u-boot-2018.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-u-boot-2018/archive/refs/tags/tina.d1x.uboot.1.0.tar.gz"
|
||||
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/sun20i-d1/patch/uboot board/awol/nezha/patch/uboot"
|
||||
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/awol/nezha/configs/uboot/uboot_awol_nezha_defconfig"
|
||||
|
||||
@ -23,9 +23,8 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/allwinner-generic/sun20i-generic/script/post
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/mangopi/mq/script/genimage.cfg sun20i-d1s sun20i-mangopi-mq-linux.dtb"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Tina-Linux/tina-d1x-linux-5.4.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-linux-5.4/archive/refs/tags/tina.d1x.linux.1.0.tar.gz"
|
||||
BR2_LINUX_KERNEL_PATCH="board/allwinner-generic/sun20i-d1s/patch/linux board/mangopi/mq/patch/linux"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/mangopi/mq/configs/linux/linux_mangopi_mq_defconfig"
|
||||
@ -237,9 +236,8 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
|
||||
BR2_TARGET_OPENSBI_D1=y
|
||||
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/Tina-Linux/tina-d1x-u-boot-2018.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-u-boot-2018/archive/refs/tags/tina.d1x.uboot.1.0.tar.gz"
|
||||
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/sun20i-d1s/patch/uboot board/mangopi/mq/patch/uboot"
|
||||
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/mangopi/mq/configs/uboot/uboot_mangopi_mq_defconfig"
|
||||
|
||||
@ -24,9 +24,8 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/allwinner-generic/sun8i-generic/scripts/post
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/mangopi/mq-dual/script/genimage.cfg sun8i-t113 sun8i-mangopi-mq-dual-linux.dtb"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Tina-Linux/longan-t113-linux-5.4.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/longan-t113-linux-5.4/archive/refs/tags/longan.t113.linux.1.0.tar.gz"
|
||||
BR2_LINUX_KERNEL_PATCH="board/allwinner-generic/sun8i-t113/patch/linux board/mangopi/mq-dual/patch/linux"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/mangopi/mq-dual/configs/linux/linux_mangopi_mq_dual_defconfig"
|
||||
@ -117,9 +116,8 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
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/Tina-Linux/longan-t113-u-boot-2018.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/longan-t113-u-boot-2018/archive/refs/tags/longan.t113.uboot.1.0.tar.gz"
|
||||
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/sun8i-t113/patch/uboot board/mangopi/mq-dual/patch/uboot"
|
||||
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/mangopi/mq-dual/configs/uboot/uboot_mangopi_mq_dual_defconfig"
|
||||
|
||||
@ -24,9 +24,8 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/allwinner-generic/sun8i-generic/scripts/post
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/mangopi/mq-dual/script/genimage.cfg sun8i-t113 sun8i-mangopi-mq-dual-linux.dtb"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Tina-Linux/longan-t113-linux-5.4.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/longan-t113-linux-5.4/archive/refs/tags/longan.t113.linux.1.0.tar.gz"
|
||||
BR2_LINUX_KERNEL_PATCH="board/allwinner-generic/sun8i-t113/patch/linux board/mangopi/mq-dual/patch/linux"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/mangopi/mq-dual/configs/linux/linux_mangopi_mq_dual_defconfig"
|
||||
@ -117,9 +116,8 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
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/Tina-Linux/longan-t113-u-boot-2018.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/longan-t113-u-boot-2018/archive/refs/tags/longan.t113.uboot.1.0.tar.gz"
|
||||
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/sun8i-t113/patch/uboot board/mangopi/mq-dual/patch/uboot"
|
||||
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/mangopi/mq-dual/configs/uboot/uboot_mangopi_mq_dual_defconfig"
|
||||
|
||||
@ -23,9 +23,8 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/allwinner-generic/sun20i-generic/script/post
|
||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
||||
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/mangopi/mq-pro/script/genimage.cfg sun20i-d1 sun20i-d1-mangopi-mq-pro-linux.dtb"
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Tina-Linux/tina-d1x-linux-5.4.git"
|
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-linux-5.4/archive/refs/tags/tina.d1x.linux.1.0.tar.gz"
|
||||
BR2_LINUX_KERNEL_PATCH="board/allwinner-generic/sun20i-d1/patch/linux board/mangopi/mq-pro/patch/linux"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/mangopi/mq-pro/configs/linux/linux_mangopi_mq_pro_defconfig"
|
||||
@ -310,9 +309,8 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="500M"
|
||||
BR2_TARGET_OPENSBI_D1=y
|
||||
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/Tina-Linux/tina-d1x-u-boot-2018.git"
|
||||
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="origin/master"
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/Tina-Linux/tina-d1x-u-boot-2018/archive/refs/tags/tina.d1x.uboot.1.0.tar.gz"
|
||||
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/sun20i-d1/patch/uboot board/mangopi/mq-pro/patch/uboot"
|
||||
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
|
||||
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/mangopi/mq-pro/configs/uboot/uboot_mangopi_mq_pro_defconfig"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user