Re: [OE-core] [PATCH v3 2/8] gdb-cross: avoid tune specific paths

2017-04-11 Thread Mark Hatle
On 4/11/17 12:19 PM, Richard Purdie wrote: > On Tue, 2017-04-11 at 10:16 -0500, Mark Hatle wrote: >> On 4/11/17 9:56 AM, Patrick Ohly wrote: >>> >>> gdb-cross used to be specific to the tune flags, but isn't >>> anymore. Therefore it is enough to use TARGET_SYS instead of >>> TUNE_PKGARCH to create

Re: [OE-core] [PATCH v3 2/8] gdb-cross: avoid tune specific paths

2017-04-11 Thread Richard Purdie
On Tue, 2017-04-11 at 10:16 -0500, Mark Hatle wrote: > On 4/11/17 9:56 AM, Patrick Ohly wrote: > > > > gdb-cross used to be specific to the tune flags, but isn't > > anymore. Therefore it is enough to use TARGET_SYS instead of > > TUNE_PKGARCH to create a unique path. > Are you sure about this.  O

Re: [OE-core] [PATCH v3 2/8] gdb-cross: avoid tune specific paths

2017-04-11 Thread Khem Raj
On Tue, Apr 11, 2017 at 8:16 AM, Mark Hatle wrote: > On 4/11/17 9:56 AM, Patrick Ohly wrote: >> gdb-cross used to be specific to the tune flags, but isn't >> anymore. Therefore it is enough to use TARGET_SYS instead of >> TUNE_PKGARCH to create a unique path. > > Are you sure about this. On non-i

Re: [OE-core] [PATCH v3 2/8] gdb-cross: avoid tune specific paths

2017-04-11 Thread Patrick Ohly
On Tue, 2017-04-11 at 10:16 -0500, Mark Hatle wrote: > On 4/11/17 9:56 AM, Patrick Ohly wrote: > > gdb-cross used to be specific to the tune flags, but isn't > > anymore. Therefore it is enough to use TARGET_SYS instead of > > TUNE_PKGARCH to create a unique path. > > Are you sure about this. It'

Re: [OE-core] [PATCH v3 2/8] gdb-cross: avoid tune specific paths

2017-04-11 Thread Mark Hatle
On 4/11/17 9:56 AM, Patrick Ohly wrote: > gdb-cross used to be specific to the tune flags, but isn't > anymore. Therefore it is enough to use TARGET_SYS instead of > TUNE_PKGARCH to create a unique path. Are you sure about this. On non-intel architectures, it used to be VERY common that the speci

[OE-core] [PATCH v3 2/8] gdb-cross: avoid tune specific paths

2017-04-11 Thread Patrick Ohly
gdb-cross used to be specific to the tune flags, but isn't anymore. Therefore it is enough to use TARGET_SYS instead of TUNE_PKGARCH to create a unique path. Fixes a sstate signature difference that was found via yocto-compat-layer.py's test_machine_signatures check. In practice it probably showed