common: debian: improve build debian flow

Change-Id: Icd4bedb3c07592e728e4d57fc076cbd6ef15508f
Signed-off-by: Lin Huang <hl@rock-chips.com>
This commit is contained in:
Lin Huang
2018-08-20 16:47:37 +08:00
parent 1135f6f1ce
commit 1cd2fac2b7
3 changed files with 9 additions and 4 deletions

View File

@ -25,7 +25,7 @@ export RK_TARGET_PRODUCT=rk3399
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# rootfs image path
export RK_ROOTFS_IMG=rootfs/linaro-rootfs.img
export RK_ROOTFS_IMG=distro/rootfs.img
# Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE=ext2
# Set userdata partition type, including ext2, fat
@ -36,3 +36,5 @@ export RK_STORAGE_TYPE=emmc
export RK_OEM_DIR=oem_normal
#userdata config
export RK_USERDATA_DIR=userdata_normal
#choose enable module
export RK_ENABLE_MODULE="--wifi --audio"