device/rockchip: update the debian build way

Change-Id: Ib9a4e3c789ae9f912fbba33938a2619487c0c162
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2019-09-03 01:04:52 +00:00
parent 41578c49ac
commit 2d4bcdae47

View File

@ -162,12 +162,7 @@ function build_debian(){
RELEASE=stretch TARGET=desktop ARCH=$ARCH ./mk-base-debian.sh
fi
if [ "$ARCH" = "armhf" ]; then
VERSION=debug ARCH=$ARCH ./mk-rootfs-stretch.sh
else
VERSION=debug ARCH=$ARCH ./mk-rootfs-stretch-arm64.sh
fi
VERSION=debug ARCH=$ARCH ./mk-rootfs-stretch.sh
./mk-image.sh
cd ..