rk3288: yocto: Fix wrong machine name

Change-Id: If0216dc2d652aa2861e6f07b5b2e3197673baacd
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
Jeffy Chen
2019-04-29 11:08:25 +08:00
parent e599a3b262
commit 4c668254bb
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export RK_TARGET_PRODUCT=rk3288
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# yocto machine
export RK_YOCTO_MACHINE=rockchip-rk3308-evb
export RK_YOCTO_MACHINE=rockchip-rk3288-evb
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set oem partition type, including ext2 squashfs

View File

@ -29,7 +29,7 @@ export RK_TARGET_PRODUCT=rk3288
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# yocto machine
export RK_YOCTO_MACHINE=rockchip-rk3308-evb-act8846
export RK_YOCTO_MACHINE=rockchip-rk3288-evb-act8846
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set oem partition type, including ext2 squashfs