imx7d (EOS): codeaurora.org is no more, move to nxp-imx's repos for both kernel and u-boot

This commit is contained in:
Ricardo Pardini
2023-04-26 12:26:10 +02:00
committed by igorpecovnik
parent 01c49e0cf1
commit a1788bb95c

View File

@@ -6,7 +6,7 @@
# This file is a part of the Armbian Build Framework # This file is a part of the Armbian Build Framework
# https://github.com/armbian/build/ # https://github.com/armbian/build/
# #
BOOTSOURCE='https://source.codeaurora.org/external/imx/uboot-imx' BOOTSOURCE='https://github.com/nxp-imx/uboot-imx.git'
BOOTDIR='u-boot-sabre' BOOTDIR='u-boot-sabre'
BOOTCONFIG="mx7dsabresd_defconfig" BOOTCONFIG="mx7dsabresd_defconfig"
#BOOTSCRIPT='boot-imx7d.cmd:boot.cmd' #BOOTSCRIPT='boot-imx7d.cmd:boot.cmd'
@@ -18,7 +18,7 @@ case $BRANCH in
legacy) legacy)
KERNELSOURCE='https://source.codeaurora.org/external/imx/linux-imx' KERNELSOURCE='https://github.com/nxp-imx/linux-imx.git'
declare -g KERNEL_MAJOR_MINOR="4.14" # Major and minor versions of this kernel. declare -g KERNEL_MAJOR_MINOR="4.14" # Major and minor versions of this kernel.
KERNELBRANCH='branch:imx_4.14.98_2.0.0_ga' KERNELBRANCH='branch:imx_4.14.98_2.0.0_ga'
KERNELDIR='linux-imx7' KERNELDIR='linux-imx7'
@@ -26,7 +26,7 @@ case $BRANCH in
BOOTPATCHDIR="legacy" BOOTPATCHDIR="legacy"
;; ;;
current) current)
KERNELSOURCE='https://source.codeaurora.org/external/imx/linux-imx' KERNELSOURCE='https://github.com/nxp-imx/linux-imx.git'
declare -g KERNEL_MAJOR_MINOR="5.4" # Major and minor versions of this kernel. declare -g KERNEL_MAJOR_MINOR="5.4" # Major and minor versions of this kernel.
KERNELBRANCH='branch:imx_5.4.70_2.3.0' KERNELBRANCH='branch:imx_5.4.70_2.3.0'
KERNELDIR='linux-imx7-current' KERNELDIR='linux-imx7-current'
@@ -45,11 +45,3 @@ SERIALCON=ttymxc0
write_uboot_platform() { write_uboot_platform() {
dd if=$1/u-boot-dtb.imx of=$2 bs=1K seek=1 status=noxfer conv=fsync > /dev/null 2>&1 dd if=$1/u-boot-dtb.imx of=$2 bs=1K seek=1 status=noxfer conv=fsync > /dev/null 2>&1
} }
family_tweaks() {
:
}
family_tweaks_bsp() {
:
}