mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
machine: rk3288: GPT image support
Configure any rk3288 build to generate the new GPT image which is then either flashed to eMMC or dd'ed to an SDcard. Reviewed-by Eddie Cai <eddie.cai.linux@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
1a36604417
commit
ae1f699851
|
@ -13,3 +13,6 @@ KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
|||
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip"
|
||||
SPL_BINARY ?= "u-boot-spl-dtb.bin"
|
||||
|
||||
IMAGE_FSTYPES = "ext4 rockchip-gpt-img"
|
||||
IMAGE_CLASSES += "rockchip-gpt-img"
|
||||
|
|
Loading…
Reference in New Issue
Block a user