Re: building with 1.2_M3
Jim Abernathy
On 02/29/2012 03:35 PM, Gary Thomas wrote:
On 2012-02-29 13:32, jfabernathy wrote: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.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 myLooks like this variable was renamed to be CORE_IMAGE_EXTRA_INSTALL
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?