调整ubuntu构建脚本

This commit is contained in:
hejiawencc
2023-01-03 11:05:26 +08:00
parent 66af353c05
commit 18f9302b03
2 changed files with 69 additions and 1 deletions

View File

@ -901,7 +901,7 @@ function build_ubuntu(){
ARCH=arm64 ./mk-base-$RK_ROOTFS_TARGET-ubuntu.sh
fi
VERSION=$RK_ROOTFS_DEBUG ARCH=$ARCH ./mk-$RK_ROOTFS_TARGET-rootfs.sh
VERSION=$RK_ROOTFS_DEBUG ARCH=$ARCH SOC=$RK_UBOOT_DEFCONFIG ./mk-$RK_ROOTFS_TARGET-rootfs.sh
./mk-image.sh
else