From: Greg Wilson-Lindberg <GWilson@sakuraus.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Having trouble getting recipe to run in proper directory
Date: Thu, 5 Oct 2017 20:13:46 +0000 [thread overview]
Message-ID: <2c6a94260e804fb2bc729d971f7153d7@sakuraus.com> (raw)
In-Reply-To: <CAJTo0LZsJMtOUx9V9PJ959=w4r+r0Ow-AWEn6cgit90HqP5Dmw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]
Hi Ross,
Thanks for the insight, I guess I'll have to go back and do a bit more fiddling than I was thinking I might get by with, oh well.
Greg
From: Burton, Ross [mailto:ross.burton@intel.com]
Sent: Thursday, October 05, 2017 12:18 PM
To: Greg Wilson-Lindberg <GWilson@sakuraus.com>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>; yocto@yoctoproject.org
Subject: Re: [yocto] Having trouble getting recipe to run in proper directory
On 5 October 2017 at 18:51, Greg Wilson-Lindberg <GWilson@sakuraus.com<mailto:GWilson@sakuraus.com>> wrote:
ERROR: configure failed
Unknown argument --build=x86_64-linux
so bitbake is including an option that the configure script doesn't understand. Is there a way to delete that option
If configure doesn't recognise that option then it's not really autotools and you shouldn't be using the autotools class.
Looking at it I'm right, https://bitbucket.org/Mongo/canfestival-3-asc/src/8973dd8be7e8d65a25f608fc57557c80edf20bb4/configure?at=default&fileviewer=file-view-default is just a hand-crafted script using bash that is called "configure". Don't inherit autotools, and instead look at the --help output and pass all the values you'll need to (such as --cc). Hopefully it cross-compiles correctly...
Ross
[-- Attachment #2: Type: text/html, Size: 5845 bytes --]
prev parent reply other threads:[~2017-10-05 20:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 0:16 Having trouble getting recipe to run in proper directory Greg Wilson-Lindberg
2017-10-05 2:01 ` Paul Eggleton
2017-10-05 17:51 ` Greg Wilson-Lindberg
2017-10-05 19:18 ` Burton, Ross
2017-10-05 20:13 ` Greg Wilson-Lindberg [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=2c6a94260e804fb2bc729d971f7153d7@sakuraus.com \
--to=gwilson@sakuraus.com \
--cc=paul.eggleton@linux.intel.com \
--cc=ross.burton@intel.com \
--cc=yocto@yoctoproject.org \
/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.