All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Abernathy <jfabernathy@gmail.com>
To: Gary Thomas <gary@mlbassoc.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: where to put IMAGE_INSTALL??
Date: Thu, 12 Jan 2012 08:28:31 -0500	[thread overview]
Message-ID: <4F0EDFFF.5010702@gmail.com> (raw)
In-Reply-To: <4F0EDAC1.2070805@mlbassoc.com>

On 01/12/2012 08:06 AM, Gary Thomas wrote:
> On 2012-01-12 05:53, Jim Abernathy wrote:
>> There seems to be some sensitivity to where I put the statement 
>> IMAGE_INSTALL += "web-webkit".
>>
>> At first I just modifed the 
>> meta/receipes-sato/image/core-image-sato.bb file to include it. That 
>> caused the webkit to be built.
>>
>> Since that is not an ideal location, I removed it and put it into the 
>> local.conf file. That also caused the webkit to be built, but I 
>> wanted it to be part of my BSP permanently.
>>
>> I thought about creating a core-image-sato.bbappend file with the 
>> IMAGE_INSTALL += "web-webkit" in it and put that into the BSP, but 
>> that didn't cause the webkit to be built. Under
>> the meta-intel/meta-n450 directory, I created a receipes-jfa 
>> directory and put the core-image-sato.bbappend file there.
>>
>> I must be missing a key rule about directory parsing and .bbappend 
>> files.
>
> Look at the how the layers are parsed - this info is in 
> <layer>/conf/layer.conf
>
> Try putting your .bbappend file in
>    .../meta-intel/meta-n450/recipes-jfa/images/core-image-sato.bbappend
>
I think you are correct now that I look more closely at the 
meta-n450/conf/layer.conf file.

It has:
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
     ${LAYERDIR}/recipes-*/*/*.bbappend"

which tells me that it will not find 
recipes-jfa/core-image-sato.bbappend, but will find 
meta-n450/recipes-jfa/images/core-image-sato.bbappend

Thanks,

JIm A


  reply	other threads:[~2012-01-12 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-12 12:53 where to put IMAGE_INSTALL?? Jim Abernathy
2012-01-12 13:06 ` Gary Thomas
2012-01-12 13:28   ` Jim Abernathy [this message]
2012-01-12 18:52   ` Jim Abernathy

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=4F0EDFFF.5010702@gmail.com \
    --to=jfabernathy@gmail.com \
    --cc=gary@mlbassoc.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.