Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Gary Thomas
On 2015-02-02 08:33, Richard Purdie wrote: On Mon, 2015-02-02 at 08:32 -0700, Gary Thomas wrote: On 2015-02-02 08:28, Moore, Thomas (FtWorth) wrote: Gary, It seems like COMPATIBLE_MACHINE would have values such as genericx86, qemux86-64, or beaglebone. If that's true, I don't think I want to

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Richard Purdie
On Mon, 2015-02-02 at 08:32 -0700, Gary Thomas wrote: > On 2015-02-02 08:28, Moore, Thomas (FtWorth) wrote: > > Gary, > > > > It seems like COMPATIBLE_MACHINE would have values such as > genericx86, qemux86-64, or beaglebone. If that's true, I don't think I > want to use COMPATIBLE_MACHINE as my re

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Gary Thomas
ehalf Of Gary Thomas Sent: Monday, February 02, 2015 9:23 AM To: yocto@yoctoproject.org Subject: Re: [yocto] COMPATIBLE_HOST On 2015-02-02 08:17, Moore, Thomas (FtWorth) wrote: I have a binary recipe that is only compatible with x86 and x86_64 systems. I *think* specifying the COMPATIBLE_HOST in

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Moore, Thomas (FtWorth)
@yoctoproject.org Subject: Re: [yocto] COMPATIBLE_HOST Hi Thomas, On 2 February 2015 at 15:17, Moore, Thomas (FtWorth) mailto:thomas.moo...@atk.com>> wrote: I have a binary recipe that is only compatible with x86 and x86_64 systems. I *think* specifying the COMPATIBLE_HOST in my recipe would be

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Moore, Thomas (FtWorth)
yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gary Thomas Sent: Monday, February 02, 2015 9:23 AM To: yocto@yoctoproject.org Subject: Re: [yocto] COMPATIBLE_HOST On 2015-02-02 08:17, Moore, Thomas (FtWorth) wrote: > I have a binary recipe that is only compatible with x

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Gary Thomas
On 2015-02-02 08:17, Moore, Thomas (FtWorth) wrote: I have a binary recipe that is only compatible with x86 and x86_64 systems. I *think* specifying the COMPATIBLE_HOST in my recipe would be a good idea. However, I've been unable to find any documentation, or even a good description, of this v

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Burton, Ross
Hi Thomas, On 2 February 2015 at 15:17, Moore, Thomas (FtWorth) wrote: > I have a binary recipe that is only compatible with x86 and x86_64 > systems. I *think* specifying the COMPATIBLE_HOST in my recipe would be a > good idea. However, I've been unable to find any documentation, or even a > go

Re: [yocto] COMPATIBLE_HOST in initramfs-live-install_1.0.bb

2012-02-29 Thread Richard Purdie
On Wed, 2012-02-29 at 14:46 +0800, Xu, Dongxiao wrote: > I saw in initramfs-live-install_1.0.bb recipe, there is a line to set > the COMPATIBLE_HOST: > > COMPATIBLE_HOST = "(i.86|x86_64).*-linux" > > But actually initramfs-live-install is set as dependency in > core-image-minimal-initramfs.bb. Th