更新rk3568-lubancat配置文件

This commit is contained in:
hejiawencc
2022-03-26 09:18:19 +08:00
parent 65361cbc77
commit b8e445f606

View File

@ -36,6 +36,8 @@ export RK_JOBS=12
export RK_TARGET_PRODUCT=rk356x export RK_TARGET_PRODUCT=rk356x
# Set rootfs type, including ext2 ext4 squashfs # Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4 export RK_ROOTFS_TYPE=ext4
# Set debian version (debian10: buster, debian11: bullseye)
export RK_DEBIAN_VERSION=buster
# yocto machine # yocto machine
export RK_YOCTO_MACHINE=rockchip-rk3568-evb export RK_YOCTO_MACHINE=rockchip-rk3568-evb
# rootfs image path # rootfs image path