[yocto] [meta-rockchip][PATCH v2 5/5] machine: rk3288: GPT image support
Trevor Woerner
twoerner at gmail.com
Sat Feb 18 18:43:40 PST 2017
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 <twoerner at gmail.com>
---
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
More information about the yocto
mailing list