Configure any rk3288 build to generate the new GPT image which is then either flashed to eMMC or dd'ed to an SDcard.
Signed-off-by: Trevor Woerner <[email protected]> --- conf/machine/include/rk3288.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc index 4a4201f..964d8b0 100644 --- a/conf/machine/include/rk3288.inc +++ b/conf/machine/include/rk3288.inc @@ -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" -- 2.12.0.rc1.48.g076c053 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
