All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Hingolikar, Mrinmayee" <mrinmayee@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: Help needed- error locating kernel headers
Date: Thu, 27 Jun 2013 10:33:03 -0400	[thread overview]
Message-ID: <20130627143302.GM28379@edge> (raw)
In-Reply-To: <CF956B779D819D41BBC043B7082161D543CF0A@DBDE04.ent.ti.com>

On Thu, Jun 27, 2013 at 01:28:46PM +0000, Hingolikar, Mrinmayee wrote:
> Hi all,
> 
> I am trying to create a recipe for a firmware that includes some of the 
> kernel header files.
> I have these headers present in the sysroots directory, but still the build 
> fails saying unable to locate these header files.
> 
> In the asocfw.inc file I have :
> EXTRA_OECONF += "$(STAGING_KERNEL_DIR)"

EXTRA_OECONF is a variable that is passed to ./configure script. You are just 
adding a directory to that variable. Are you sure it will work if you do:

./configure /some/path/here


In most cases you want EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR}"

And you'd definitely want to inherit module

BTW, those are curly brackets, not parentheses...


> Any suggestions? I have attached the error log for more details.
> 
> Regards,
> Mrinmayee
> 


> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



      parent reply	other threads:[~2013-06-27 14:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-27 13:28 Help needed- error locating kernel headers Hingolikar, Mrinmayee
2013-06-27 13:38 ` Cooper Jr., Franklin
2013-06-27 14:33 ` Denys Dmytriyenko [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=20130627143302.GM28379@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=mrinmayee@ti.com \
    /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.