All of lore.kernel.org
 help / color / mirror / Atom feed
* building with 1.2_M3
@ 2012-02-29 20:32 jfabernathy
  2012-02-29 20:35 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: jfabernathy @ 2012-02-29 20:32 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Just for fun, I thought I'd build meta-cedartrail today since I saw 
1.2_M3 branch show up when I did a git pull today.  The only thing I did 
above the basic BSP was to include my meta-jfa layer which is nothing 
more than my hello world application and web-webkit, which is already in 
the meta layer.

I added to local.conf the following lines, like I alway do:

POKY_EXTRA_INSTALL += "web-webkit"

POKY_EXTRA_INSTALL += "hello"

I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa to 
my bblayers.conf.

However, unlike the last time I ran this against master branch, I didn't 
get "hello" or "web-webkit" in my image, as I usually do.

Is this just a quirk with 1.2_M3 or did something break?

JIm A



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: building with 1.2_M3
  2012-02-29 20:32 building with 1.2_M3 jfabernathy
@ 2012-02-29 20:35 ` Gary Thomas
  2012-02-29 20:42   ` jfabernathy
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gary Thomas @ 2012-02-29 20:35 UTC (permalink / raw)
  To: yocto

On 2012-02-29 13:32, jfabernathy wrote:
> Just for fun, I thought I'd build meta-cedartrail today since I saw 1.2_M3 branch show up when I did a git pull today. The only thing I did above the basic BSP was to include my
> meta-jfa layer which is nothing more than my hello world application and web-webkit, which is already in the meta layer.
>
> I added to local.conf the following lines, like I alway do:
>
> POKY_EXTRA_INSTALL += "web-webkit"
>
> POKY_EXTRA_INSTALL += "hello"
>
> I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa to my bblayers.conf.
>
> However, unlike the last time I ran this against master branch, I didn't get "hello" or "web-webkit" in my image, as I usually do.
>
> Is this just a quirk with 1.2_M3 or did something break?

Looks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: building with 1.2_M3
  2012-02-29 20:35 ` Gary Thomas
@ 2012-02-29 20:42   ` jfabernathy
  2012-02-29 21:14   ` jfabernathy
  2012-02-29 21:47   ` jfabernathy
  2 siblings, 0 replies; 6+ messages in thread
From: jfabernathy @ 2012-02-29 20:42 UTC (permalink / raw)
  To: yocto

On 02/29/2012 03:35 PM, Gary Thomas wrote:
> On 2012-02-29 13:32, jfabernathy wrote:
>> Just for fun, I thought I'd build meta-cedartrail today since I saw 
>> 1.2_M3 branch show up when I did a git pull today. The only thing I 
>> did above the basic BSP was to include my
>> meta-jfa layer which is nothing more than my hello world application 
>> and web-webkit, which is already in the meta layer.
>>
>> I added to local.conf the following lines, like I alway do:
>>
>> POKY_EXTRA_INSTALL += "web-webkit"
>>
>> POKY_EXTRA_INSTALL += "hello"
>>
>> I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa 
>> to my bblayers.conf.
>>
>> However, unlike the last time I ran this against master branch, I 
>> didn't get "hello" or "web-webkit" in my image, as I usually do.
>>
>> Is this just a quirk with 1.2_M3 or did something break?
>
> Looks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL
>
Thanks,  I'll test it.  You know these changes are just the reasons I 
drink too much. :-)

JIm A



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: building with 1.2_M3
  2012-02-29 20:35 ` Gary Thomas
  2012-02-29 20:42   ` jfabernathy
@ 2012-02-29 21:14   ` jfabernathy
  2012-02-29 21:47   ` jfabernathy
  2 siblings, 0 replies; 6+ messages in thread
From: jfabernathy @ 2012-02-29 21:14 UTC (permalink / raw)
  To: yocto

On 02/29/2012 03:35 PM, Gary Thomas wrote:
> On 2012-02-29 13:32, jfabernathy wrote:
>> Just for fun, I thought I'd build meta-cedartrail today since I saw 
>> 1.2_M3 branch show up when I did a git pull today. The only thing I 
>> did above the basic BSP was to include my
>> meta-jfa layer which is nothing more than my hello world application 
>> and web-webkit, which is already in the meta layer.
>>
>> I added to local.conf the following lines, like I alway do:
>>
>> POKY_EXTRA_INSTALL += "web-webkit"
>>
>> POKY_EXTRA_INSTALL += "hello"
>>
>> I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa 
>> to my bblayers.conf.
>>
>> However, unlike the last time I ran this against master branch, I 
>> didn't get "hello" or "web-webkit" in my image, as I usually do.
>>
>> Is this just a quirk with 1.2_M3 or did something break?
>
> Looks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL
>
That solved the problem! Thanks,

Jim A



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: building with 1.2_M3
  2012-02-29 20:35 ` Gary Thomas
  2012-02-29 20:42   ` jfabernathy
  2012-02-29 21:14   ` jfabernathy
@ 2012-02-29 21:47   ` jfabernathy
  2012-03-01 23:01     ` Darren Hart
  2 siblings, 1 reply; 6+ messages in thread
From: jfabernathy @ 2012-02-29 21:47 UTC (permalink / raw)
  To: yocto

On 02/29/2012 03:35 PM, Gary Thomas wrote:
> On 2012-02-29 13:32, jfabernathy wrote:
>> Just for fun, I thought I'd build meta-cedartrail today since I saw 
>> 1.2_M3 branch show up when I did a git pull today. The only thing I 
>> did above the basic BSP was to include my
>> meta-jfa layer which is nothing more than my hello world application 
>> and web-webkit, which is already in the meta layer.
>>
>> I added to local.conf the following lines, like I alway do:
>>
>> POKY_EXTRA_INSTALL += "web-webkit"
>>
>> POKY_EXTRA_INSTALL += "hello"
>>
>> I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa 
>> to my bblayers.conf.
>>
>> However, unlike the last time I ran this against master branch, I 
>> didn't get "hello" or "web-webkit" in my image, as I usually do.
>>
>> Is this just a quirk with 1.2_M3 or did something break?
>
> Looks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL
>
Another thought.  I hope the glossary in Poky Reference Manual will get 
changed to reflect this?? It isn't right now, but 1.2_M3 may not be done 
yet.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: building with 1.2_M3
  2012-02-29 21:47   ` jfabernathy
@ 2012-03-01 23:01     ` Darren Hart
  0 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2012-03-01 23:01 UTC (permalink / raw)
  To: jfabernathy; +Cc: yocto



On 02/29/2012 01:47 PM, jfabernathy wrote:
> On 02/29/2012 03:35 PM, Gary Thomas wrote:
>> On 2012-02-29 13:32, jfabernathy wrote:
>>> Just for fun, I thought I'd build meta-cedartrail today since I saw 
>>> 1.2_M3 branch show up when I did a git pull today. The only thing I 
>>> did above the basic BSP was to include my
>>> meta-jfa layer which is nothing more than my hello world application 
>>> and web-webkit, which is already in the meta layer.
>>>
>>> I added to local.conf the following lines, like I alway do:
>>>
>>> POKY_EXTRA_INSTALL += "web-webkit"
>>>
>>> POKY_EXTRA_INSTALL += "hello"
>>>
>>> I also added the meta-intel, meta-intel/meta-cedartrail, and meta-jfa 
>>> to my bblayers.conf.
>>>
>>> However, unlike the last time I ran this against master branch, I 
>>> didn't get "hello" or "web-webkit" in my image, as I usually do.
>>>
>>> Is this just a quirk with 1.2_M3 or did something break?
>>
>> Looks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL
>>
> Another thought.  I hope the glossary in Poky Reference Manual will get 
> changed to reflect this?? It isn't right now, but 1.2_M3 may not be done 
> yet.

The Reference Manual linked off the Documentation page is for the last
stable release, Edison in this case.

The development version of the manual is also available online:

http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html

This still lists POKY_EXTRA_INSTALL.

Scott, can you change this to CORE_IMAGE_EXTRA_INSTALL please?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-01 23:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 20:32 building with 1.2_M3 jfabernathy
2012-02-29 20:35 ` Gary Thomas
2012-02-29 20:42   ` jfabernathy
2012-02-29 21:14   ` jfabernathy
2012-02-29 21:47   ` jfabernathy
2012-03-01 23:01     ` Darren Hart

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.