rk3328: Add yocto machine

Change-Id: I2c79769ebba98a0564ecbc44489ce86ee421cbc6
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
Jeffy Chen
2020-09-28 09:27:42 +08:00
parent 39327d36ec
commit f66306e007

View File

@ -28,6 +28,8 @@ export RK_JOBS=12
export RK_TARGET_PRODUCT=rk3328 export RK_TARGET_PRODUCT=rk3328
# Set rootfs type, including ext2 ext4 squashfs # Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4 export RK_ROOTFS_TYPE=ext4
# yocto machine
export RK_YOCTO_MACHINE=rockchip-rk3328-evb
# rootfs image path # rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE} export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set oem partition type, including ext2 squashfs # Set oem partition type, including ext2 squashfs