All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto][meta-rockchip][PATCH] rk3288: Append GPT image type
@ 2019-12-10 15:30 Joshua Watt
  2019-12-11  4:02 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Watt @ 2019-12-10 15:30 UTC (permalink / raw)
  To: yocto; +Cc: twoerner, Joshua Watt

Appends the GPT image type to IMAGE_FSTYPES instead of overriding. This
allows additional types to be preserved if they are specified in
local.conf

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 conf/machine/include/rk3288.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 08cb561..6e9a09a 100644
--- a/conf/machine/include/rk3288.inc
+++ b/conf/machine/include/rk3288.inc
@@ -12,5 +12,5 @@ SERIAL_CONSOLES = "115200;ttyS2"
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
 SPL_BINARY ?= "idbloader.img"
 
-IMAGE_FSTYPES = "rockchip-gpt-img"
+IMAGE_FSTYPES += "rockchip-gpt-img"
 IMAGE_CLASSES += "rockchip-gpt-img"
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto][meta-rockchip][PATCH] rk3288: Append GPT image type
  2019-12-10 15:30 [yocto][meta-rockchip][PATCH] rk3288: Append GPT image type Joshua Watt
@ 2019-12-11  4:02 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2019-12-11  4:02 UTC (permalink / raw)
  To: Joshua Watt; +Cc: yocto

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-11  4:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-10 15:30 [yocto][meta-rockchip][PATCH] rk3288: Append GPT image type Joshua Watt
2019-12-11  4:02 ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.