build.sh/BoardConfig: Support packing different rootfs images

Change-Id: I45a73d115feb12ef31ccab59f4ff6fd7937894be
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
Jeffy Chen
2019-04-10 10:10:24 +08:00
parent bfef5ec905
commit 445e638aa0
43 changed files with 58 additions and 45 deletions

View File

@ -29,7 +29,7 @@ export RK_TARGET_PRODUCT=rk1808
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# rootfs image path
export RK_ROOTFS_IMG=buildroot/output/$RK_CFG_BUILDROOT/images/rootfs.$RK_ROOTFS_TYPE
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set oem partition type, including ext2 squashfs
export RK_OEM_FS_TYPE=ext2
# Set userdata partition type, including ext2, fat