Re: [yocto] pyro not honoring TOOLCHAIN_TARGET_TASK in populate_sdk

2017-05-29 Thread Andre McCurdy
On Fri, May 26, 2017 at 5:58 AM, ALLEN,RICHARD (K-SantaClara,ex1) wrote: > With the pyro drop , when I use an -c populate_sdk, It appears that > TOOLCHAIN_TARGET_TASK is not being honored. > > I have a > TOOLCHAIN_TARGET_TASK_append = " gtest" > > With morty, gtest is included in -c populate_sd

[yocto] pyro not honoring TOOLCHAIN_TARGET_TASK in populate_sdk

2017-05-26 Thread ALLEN,RICHARD (K-SantaClara,ex1)
With the pyro drop , when I use an -c populate_sdk, It appears that TOOLCHAIN_TARGET_TASK is not being honored. I have a TOOLCHAIN_TARGET_TASK_append = " gtest" With morty, gtest is included in -c populate_sdk generated sdk but with pyro, it is not. Is this a known issue with pyro? Thanks