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

* Re: [3rdparty][PATCH] u-boot-toradex: add dependency on dtc-native
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2017-07-25 13:27 UTC (permalink / raw)
  To: Maciej Borzecki; +Cc: meta-freescale@yoctoproject.org, Stefan Agner

On Tue, Jul 25, 2017 at 9:49 AM, Maciej Borzecki
<maciej.borzecki@rndity.com> wrote:
> 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>

I'd prefer if you send the bump so it is actually used.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [3rdparty][PATCH] u-boot-toradex: add dependency on dtc-native
  2017-07-25 13:27 ` Otavio Salvador
@ 2017-07-25 20:02   ` Max Krummenacher
  2017-08-01  7:16     ` Maciej Borzęcki
  0 siblings, 1 reply; 4+ messages in thread
From: Max Krummenacher @ 2017-07-25 20:02 UTC (permalink / raw)
  To: Otavio Salvador, Maciej Borzecki
  Cc: meta-freescale@yoctoproject.org, Stefan Agner

Hi

Am Dienstag, den 25.07.2017, 10:27 -0300 schrieb Otavio Salvador:
> On Tue, Jul 25, 2017 at 9:49 AM, Maciej Borzecki
> <maciej.borzecki@rndity.com> wrote:
> > 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>
> 
> I'd prefer if you send the bump so it is actually used.

I'm actually in the process of updating all our machines, U-Boot and kernel
recipes, including going to 2016.11 with U-Boot.
I already added the dependency on dtc-native in my patch-set, so it will be there
when we update to 2016.11. (or I will rebase should this patch get merged).

Testing will however take some more time as I want this to work with poky and angstrom
and with and without our downstream meta-toradex-xxx layers.

Max

> 
> -- 
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [3rdparty][PATCH] u-boot-toradex: add dependency on dtc-native
  2017-07-25 20:02   ` Max Krummenacher
@ 2017-08-01  7:16     ` Maciej Borzęcki
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Borzęcki @ 2017-08-01  7:16 UTC (permalink / raw)
  To: Max Krummenacher
  Cc: meta-freescale@yoctoproject.org, Otavio Salvador, Stefan Agner

On Tue, Jul 25, 2017 at 10:02 PM, Max Krummenacher <max.oss.09@gmail.com> wrote:
> Hi
>
> Am Dienstag, den 25.07.2017, 10:27 -0300 schrieb Otavio Salvador:
>> On Tue, Jul 25, 2017 at 9:49 AM, Maciej Borzecki
>> <maciej.borzecki@rndity.com> wrote:
>> > 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>
>>
>> I'd prefer if you send the bump so it is actually used.
>
> I'm actually in the process of updating all our machines, U-Boot and kernel
> recipes, including going to 2016.11 with U-Boot.
> I already added the dependency on dtc-native in my patch-set, so it will be there
> when we update to 2016.11. (or I will rebase should this patch get merged).
>
> Testing will however take some more time as I want this to work with poky and angstrom
> and with and without our downstream meta-toradex-xxx layers.

I'm using mender-toradex-nxp & mender-toradex-bsp-common right now, in
tandem with meta-freescale[-3rdparty] and meta-mender. All master
branches.

Had to tweak things a bit in the process of building it, specifically:
- revive default-gcc.patch for u-boot-toradex (using U-Boot 2016.11)
- fix EXTRA_OEMAKE to something that's more reasonable
- add dependency on dtc-native (patch in this thread which is more
suitable for meta-toradex-nxp at this time)
- mask some recipes or appends (xserver-org, python3-docutils and mtd-utils)

I can post the relevant patches if that would help your efforts.

-- 
Maciej Borzecki
RnDity


^ permalink raw reply	[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.