Re: [OE-core] [PATCH] populate_sdk_ext: get NATIVELSBSTRING variable

2016-12-13 Thread Paul Eggleton
Hi Ed, On Tue, 13 Dec 2016 19:05:49 Ed Bartosh wrote: > Setting fixedlsbstring to 'universal' can break populate_sdk_ext > task as NATIVELSBSTRING can be set to universal- in > some cases. > > Getting NATIVELSBSTRING value using getVar should fix this. > > Signed-off-by: Ed Bartosh

[OE-core] [PATCH] populate_sdk_ext: get NATIVELSBSTRING variable

2016-12-13 Thread Ed Bartosh
Setting fixedlsbstring to 'universal' can break populate_sdk_ext task as NATIVELSBSTRING can be set to universal- in some cases. Getting NATIVELSBSTRING value using getVar should fix this. Signed-off-by: Ed Bartosh --- meta/classes/populate_sdk_ext.bbclass | 4 ++--