All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Haupt <andre@bitwigglers.org>
To: Andre Haupt <andre@bitwigglers.org>
Cc: yocto@yoctoproject.org
Subject: Re: crownbay-noemgd poky-image-minimal fails to build
Date: Fri, 29 Jul 2011 12:05:25 +0200	[thread overview]
Message-ID: <20110729100525.GA26451@localhost.localdomain> (raw)
In-Reply-To: <20110729072359.GA5109@localhost.localdomain>

On Fri, Jul 29, 2011 at 09:23:59AM +0200, Andre Haupt wrote:
> Hi all,
> 
> I am trying to build a poky bernard image for crownbay-noemgd.
> For this i checked out the bernard branch of both poky and meta-intel
> from git.yoctoproject.org.
> 
> Bitbake fails during the kernels compile_perf task complaining that it can not
> find libdw.h and bfd.h and that using /usr/local/include as include
> location is unsafe for cross compilation (full log attached).
> 
> What do i miss here?

I did work around this with

diff --git a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb b/meta/recipes-
index 3c1e669..85caa92 100644
--- a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
@@ -42,4 +42,4 @@ KERNEL_FEATURES=features/netfilter
 addtask kernel_link_vmlinux after do_compile before do_install
  addtask validate_branches before do_patch after do_kernel_checkout
   
  -require linux-tools.inc
  +#require linux-tools.inc


not sure that this is the right thing to do though.

cheers,

Andre


  reply	other threads:[~2011-07-29 10:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-29  7:23 crownbay-noemgd poky-image-minimal fails to build Andre Haupt
2011-07-29 10:05 ` Andre Haupt [this message]
2011-07-29 13:12   ` Bruce Ashfield
2011-07-29 13:57     ` Malcolm Crossley
2011-07-29 14:02       ` Bruce Ashfield
2011-07-29 14:11         ` Malcolm Crossley
2011-07-29 14:33           ` Bruce Ashfield
2011-07-29 14:51             ` Malcolm Crossley
2011-07-29 14:56               ` Bruce Ashfield
2011-07-29 14:03     ` Andre Haupt
2011-07-29 14:09       ` Bruce Ashfield
2011-07-29 14:32         ` Bruce Ashfield
2011-08-01  9:04           ` Andre Haupt

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=20110729100525.GA26451@localhost.localdomain \
    --to=andre@bitwigglers.org \
    --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.