Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-05-03 Thread Robert P. J. Day
On Thu, 25 Apr 2019, Richard Purdie wrote: > On Thu, 2019-04-25 at 08:05 -0400, Robert P. J. Day wrote: > > /home/rpjday/oe/builds/zedboard/tmp/work/x86_64-linux/cmake- > > native/3.12.2-r0/build/Bootstrap.cmk/cmake: > > /home/rpjday/oe/builds/zedboard/tmp/sysroots-uninative/x86_64- > > linux/usr

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-05-02 Thread Robert P. J. Day
On Thu, 25 Apr 2019, Richard Purdie wrote: > On Thu, 2019-04-25 at 08:05 -0400, Robert P. J. Day wrote: ... snip ... > > ASSUME_PROVIDED += "cmake-native" > > This is a bad idea as we patch cmake iirc. ... snip ... > > You would also have to do: > > HOSTTOOLS += "cmake" > > to allow cmake to

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Robert P. J. Day
On Thu, 25 Apr 2019, Richard Purdie wrote: ... big snip of warning me about what i'm trying to do ... > This is a bad idea and you're on a path to madness ;-) i already knew that ... i did admit i've been out of YP for a while and have a lot of catching up to do. i suspect my next few days

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Robert P. J. Day
On Thu, 25 Apr 2019, Bach, Pascal wrote: > rday wrote: > > finally, regarding ASSUME_PROVIDED, given that i'm already > > living life dangerously with an unsupported distro, is there any > > harm in just loading up on ASSUME_PROVIDED packages, as long as > > they work? in many cases, i can see

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Richard Purdie
On Thu, 2019-04-25 at 08:32 -0400, Robert P. J. Day wrote: > On Thu, 25 Apr 2019, Bach, Pascal wrote: > > > > currently trying to build a "core-image-minimal" for a zedboard > > > on my > > > wholly unsupported fedora 30 (branched) system, so i'm well aware > > > there > > > will almost certainl

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Richard Purdie
On Thu, 2019-04-25 at 08:05 -0400, Robert P. J. Day wrote: > (warning: i've been away from YP for well over a year and am now > studiously trying to catch up, so i have some work to do.) > > currently trying to build a "core-image-minimal" for a zedboard on > my wholly unsupported fedora 30 (b

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Bach, Pascal
> currently trying to build a "core-image-minimal" for a zedboard on my > wholly unsupported fedora 30 (branched) system, so i'm well aware there > will almost certainly be breakage as i try to resolve version numbers and so > on, but working off the "thud" branch, the first issue i had was tryin

Re: [yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Robert P. J. Day
On Thu, 25 Apr 2019, Bach, Pascal wrote: > > currently trying to build a "core-image-minimal" for a zedboard on my > > wholly unsupported fedora 30 (branched) system, so i'm well aware there > > will almost certainly be breakage as i try to resolve version numbers and so > > on, but working off

[yocto] ASSUME_PROVIDED, cmake-native and why cmake is subsequently not found?

2019-04-25 Thread Robert P. J. Day
(warning: i've been away from YP for well over a year and am now studiously trying to catch up, so i have some work to do.) currently trying to build a "core-image-minimal" for a zedboard on my wholly unsupported fedora 30 (branched) system, so i'm well aware there will almost certainly be b