From: "Émeric Vigier" <emeric.vigier@savoirfairelinux.com>
To: buildroot@busybox.net
Subject: [Buildroot] new package not built, AR prefix not passed to make
Date: Thu, 3 Apr 2014 14:11:45 -0400 (EDT) [thread overview]
Message-ID: <2059325585.268239.1396548704994.JavaMail.root@mail> (raw)
In-Reply-To: <CAKAx1ci6nKBQH66UEpBdxDmtSPTpRf3HhPMbgrgCAKt5v3DU1w@mail.gmail.com>
Hi Lionel,
----- Mail original -----
> Hi Emeric,
>
> On Thu, Apr 3, 2014 at 5:32 PM, ?meric Vigier
> <emeric.vigier@savoirfairelinux.com> wrote:
> > Hi Builders,
> >
> > I am facing two basic issues after adding a new library to
> > buildroot:
> >
> > 1. "make" does not build it
> > ---------------------------
> > What I did can be summed up in these files:
> >
> > $ grep company package/Config.in
> > source "package/company/Config.in"
> >
> > $ cat package/company/libfpga/Config.in
> > config BR2_PACKAGE_COMPANY_LIBFPGA
> > bool "libfpga"
> > select BR2_TOOLCHAIN_USES_GLIBC
> > help
> > library providing access to FPGA functions
> >
>
> Don't you also need a package/company/Config.in then, with the
> following content :
>
> menu "Company-specific packages"
> source "package/company/libfpga/Config.in"
> endmenu
>
> ?
I forgot to dump it in my email, but I wrote it as follows:
$ cat package/company/Config.in
menuconfig BR2_PACKAGE_COMPANY
bool "Company Library and embedded tools"
help
Company Library and embedded tools
if BR2_PACKAGE_COMPANY
source "package/company/libfpga/Config.in"
endif # BR2_PACKAGE_COMPANY
I also tried with your syntax, no luck.
My Config.in are sane I believe. I can see all the required options in menuconfig
And they end up in .config correctly.
Regards,
Emeric
next prev parent reply other threads:[~2014-04-03 18:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1080754998.70934.1396536817436.JavaMail.root@mail>
2014-04-03 15:32 ` [Buildroot] new package not built, AR prefix not passed to make Émeric Vigier
2014-04-03 15:43 ` Émeric Vigier
2014-04-03 15:50 ` Gustavo Zacarias
2014-04-03 15:53 ` Émeric Vigier
2014-04-03 17:21 ` Lionel Orry
2014-04-03 18:11 ` Émeric Vigier [this message]
2014-04-04 5:46 ` Lionel Orry
2014-04-04 5:30 ` Arnout Vandecappelle
2014-04-04 19:36 ` Émeric Vigier
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=2059325585.268239.1396548704994.JavaMail.root@mail \
--to=emeric.vigier@savoirfairelinux.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox