* Any hints when building boost-nativesdk?
@ 2012-09-20 18:50 Chatre, Reinette
2012-09-20 21:32 ` Darren Hart
0 siblings, 1 reply; 4+ messages in thread
From: Chatre, Reinette @ 2012-09-20 18:50 UTC (permalink / raw)
To: Yocto discussion list
Hi,
I am running Yocto 1.2 and would like to include the boost development
environment in my SDK. I created a bbappend for the boost recipe that
only contains two lines:
PR = "${INC_PR}.1"
BBCLASSEXTEND += "nativesdk"
When I build with the above I get the following warnings:
NOTE: multiple providers are available for runtime boost-date-time (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-date-time
NOTE: multiple providers are available for runtime boost-filesystem (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-filesystem
NOTE: multiple providers are available for runtime boost-graph (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-graph
NOTE: multiple providers are available for runtime boost-iostreams (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-iostreams
NOTE: multiple providers are available for runtime boost-program-options (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-program-options
NOTE: multiple providers are available for runtime boost-regex (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-regex
NOTE: multiple providers are available for runtime boost-signals (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-signals
NOTE: multiple providers are available for runtime boost-system (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-system
NOTE: multiple providers are available for runtime boost-test (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-test
NOTE: multiple providers are available for runtime boost-thread (boost, boost-nativesdk)
NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-thread
It seems a bit strange that "boost-nativesdk" is seen as a provider for
any of those runtime components. Any hints what I should change to build
things correctly?
Thank you very much
Reinette
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Any hints when building boost-nativesdk?
2012-09-20 18:50 Any hints when building boost-nativesdk? Chatre, Reinette
@ 2012-09-20 21:32 ` Darren Hart
2012-09-20 21:49 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Darren Hart @ 2012-09-20 21:32 UTC (permalink / raw)
To: Chatre, Reinette; +Cc: Yocto discussion list
On 09/20/2012 11:50 AM, Chatre, Reinette wrote:
> Hi,
>
> I am running Yocto 1.2 and would like to include the boost development
> environment in my SDK. I created a bbappend for the boost recipe that
> only contains two lines:
>
> PR = "${INC_PR}.1"
> BBCLASSEXTEND += "nativesdk"
>
> When I build with the above I get the following warnings:
> NOTE: multiple providers are available for runtime boost-date-time (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-date-time
Khem, I thought this might be something you were familiar with. Any
thoughts?
--
Darren
> NOTE: multiple providers are available for runtime boost-filesystem (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-filesystem
> NOTE: multiple providers are available for runtime boost-graph (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-graph
> NOTE: multiple providers are available for runtime boost-iostreams (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-iostreams
> NOTE: multiple providers are available for runtime boost-program-options (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-program-options
> NOTE: multiple providers are available for runtime boost-regex (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-regex
> NOTE: multiple providers are available for runtime boost-signals (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-signals
> NOTE: multiple providers are available for runtime boost-system (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-system
> NOTE: multiple providers are available for runtime boost-test (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-test
> NOTE: multiple providers are available for runtime boost-thread (boost, boost-nativesdk)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-thread
>
> It seems a bit strange that "boost-nativesdk" is seen as a provider for
> any of those runtime components. Any hints what I should change to build
> things correctly?
>
> Thank you very much
>
> Reinette
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Any hints when building boost-nativesdk?
2012-09-20 21:32 ` Darren Hart
@ 2012-09-20 21:49 ` Khem Raj
2012-09-20 22:56 ` Chatre, Reinette
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2012-09-20 21:49 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto discussion list
On Thu, Sep 20, 2012 at 2:32 PM, Darren Hart <dvhart@linux.intel.com> wrote:
> On 09/20/2012 11:50 AM, Chatre, Reinette wrote:
>> Hi,
>>
>> I am running Yocto 1.2 and would like to include the boost development
>> environment in my SDK. I created a bbappend for the boost recipe that
Do you want your target applications to have boost right ?
in that case you just add boost-dev to TOOLCHAIN_TARGET_TASK may be in
your local.conf
>> only contains two lines:
>>
>> PR = "${INC_PR}.1"
>> BBCLASSEXTEND += "nativesdk"
>>
>> When I build with the above I get the following warnings:
>> NOTE: multiple providers are available for runtime boost-date-time (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-date-time
>
> Khem, I thought this might be something you were familiar with. Any
> thoughts?
>
> --
> Darren
>
>> NOTE: multiple providers are available for runtime boost-filesystem (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-filesystem
>> NOTE: multiple providers are available for runtime boost-graph (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-graph
>> NOTE: multiple providers are available for runtime boost-iostreams (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-iostreams
>> NOTE: multiple providers are available for runtime boost-program-options (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-program-options
>> NOTE: multiple providers are available for runtime boost-regex (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-regex
>> NOTE: multiple providers are available for runtime boost-signals (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-signals
>> NOTE: multiple providers are available for runtime boost-system (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-system
>> NOTE: multiple providers are available for runtime boost-test (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-test
>> NOTE: multiple providers are available for runtime boost-thread (boost, boost-nativesdk)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match boost-thread
>>
>> It seems a bit strange that "boost-nativesdk" is seen as a provider for
>> any of those runtime components. Any hints what I should change to build
>> things correctly?
>>
>> Thank you very much
>>
>> Reinette
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Any hints when building boost-nativesdk?
2012-09-20 21:49 ` Khem Raj
@ 2012-09-20 22:56 ` Chatre, Reinette
0 siblings, 0 replies; 4+ messages in thread
From: Chatre, Reinette @ 2012-09-20 22:56 UTC (permalink / raw)
To: Khem Raj; +Cc: Yocto discussion list, Darren Hart
Hi Khem,
On Thu, 2012-09-20 at 14:49 -0700, Khem Raj wrote:
> On Thu, Sep 20, 2012 at 2:32 PM, Darren Hart <dvhart@linux.intel.com> wrote:
> > On 09/20/2012 11:50 AM, Chatre, Reinette wrote:
> >> Hi,
> >>
> >> I am running Yocto 1.2 and would like to include the boost development
> >> environment in my SDK. I created a bbappend for the boost recipe that
>
> Do you want your target applications to have boost right ?
Correct.
> in that case you just add boost-dev to TOOLCHAIN_TARGET_TASK may be in
> your local.conf
Thank you very much
Reinette
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-20 22:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 18:50 Any hints when building boost-nativesdk? Chatre, Reinette
2012-09-20 21:32 ` Darren Hart
2012-09-20 21:49 ` Khem Raj
2012-09-20 22:56 ` Chatre, Reinette
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.