Merge "rk3288: yocto: Fix wrong machine name"

This commit is contained in:
Jeffy Chen
2019-04-29 11:08:56 +08:00
committed by Gerrit Code Review
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