px3se: Add yocto machine

Change-Id: I7016157e55d8b4c895adf9ba6b44346cb8c7cb3b
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
Jeffy Chen
2019-04-25 10:13:26 +08:00
parent 12feb07c06
commit 7cc69798b3

View File

@ -28,6 +28,8 @@ export RK_JOBS=12
export RK_TARGET_PRODUCT=px3se export RK_TARGET_PRODUCT=px3se
# 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-px3se-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