All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH] u-boot-toradex: add dependency on dtc-native
@ 2017-07-25 12:49 Maciej Borzecki
  2017-07-25 13:27 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Maciej Borzecki @ 2017-07-25 12:49 UTC (permalink / raw)
  To: meta-freescale; +Cc: Stefan Agner

The recipes-bsp/u-boot/u-boot-toradex.inc is included by u-boot-toradex recipes
in meta-toradex-nxp as well. Add dependency on dtc-native as it will be required
to build 2016.11 release, which may eventually hit meta-freescale-3rdparty
tree too.

Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
---
 recipes-bsp/u-boot/u-boot-toradex.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/u-boot/u-boot-toradex.inc b/recipes-bsp/u-boot/u-boot-toradex.inc
index 57ae547..d9d2a7e 100644
--- a/recipes-bsp/u-boot/u-boot-toradex.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex.inc
@@ -24,3 +24,5 @@ EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
                  HOSTSTRIP=true'
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+DEPENDS_append = " dtc-native"
-- 
2.9.4



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

end of thread, other threads:[~2017-08-01  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25 12:49 [3rdparty][PATCH] u-boot-toradex: add dependency on dtc-native Maciej Borzecki
2017-07-25 13:27 ` Otavio Salvador
2017-07-25 20:02   ` Max Krummenacher
2017-08-01  7:16     ` Maciej Borzęcki

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.