device/rockchip: update the debian build way
Change-Id: Ib9a4e3c789ae9f912fbba33938a2619487c0c162 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user