在配置文件中添加是否加入debug脚本到rootfs中的选项

This commit is contained in:
hejiawencc
2022-05-11 12:00:08 +08:00
parent e4e0daf1f1
commit e3b1c6524d
3 changed files with 12 additions and 6 deletions

View File

@ -717,7 +717,7 @@ function build_debian(){
ln -rsf linaro-$RK_DEBIAN_VERSION-alip-*.tar.gz linaro-$RK_DEBIAN_VERSION-$ARCH.tar.gz
fi
VERSION=debug ARCH=$ARCH ./mk-rootfs-$RK_DEBIAN_VERSION.sh
VERSION=$RK_ROOTFS_DEBUG ARCH=$ARCH ./mk-rootfs-$RK_DEBIAN_VERSION.sh
./mk-image.sh
finish_build