All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/3] package/openpowerlink2: new package
Date: Thu, 07 May 2015 13:13:57 +0200	[thread overview]
Message-ID: <554B48F5.5080600@openwide.fr> (raw)
In-Reply-To: <5544E4E6.3000100@mind.be>

Hi Arnout,

I'm working on the v2 but I have an issue when all sub-package are in package/.

When I use $(OPENPOWERLINK2_VERSION) to share the same version, it is empty:
OPENPOWERLINK2_KERNEL_DRIVERS_VERSION = $(OPENPOWERLINK2_VERSION)

I think it's due to "include $(sort $(wildcard package/*/*.mk))" in the
Buildroot's main Makefile.

So I moved again to openpowerlink2/ package directory and add this line at the
end of openpowerlink2.mk:

include $(wildcard package/openpowerlink2/*/*.mk)

So, when we want to share the same variable to several packages, all *.mk of
these packages needs to be included in a specific order.

Actually, I'm using the efl packaging as a reference.

I uploaded my working branch on github:
https://github.com/RomainNaour/buildroot/tree/eplv2

What do you think ?

Best regards,
Romain

      parent reply	other threads:[~2015-05-07 11:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-01 15:35 [Buildroot] [PATCH v2 1/3] package/openpowerlink2: new package Romain Naour
2015-05-01 15:35 ` [Buildroot] [PATCH v2 2/3] package/openpowerlink2: add drivers packages Romain Naour
2015-05-02 15:12   ` Arnout Vandecappelle
2015-05-07 14:46     ` Romain Naour
2015-05-01 15:36 ` [Buildroot] [PATCH v2 3/3] package/openpowerlink2: add demo mn console application Romain Naour
2015-05-02 15:38   ` Arnout Vandecappelle
2015-05-02 14:53 ` [Buildroot] [PATCH v2 1/3] package/openpowerlink2: new package Arnout Vandecappelle
2015-05-06 12:20   ` Romain Naour
2015-05-07 11:13   ` Romain Naour [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=554B48F5.5080600@openwide.fr \
    --to=romain.naour@openwide.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.