mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
sanity.bbclass: Check for SDKMACHINE=i686 and error if found
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -121,6 +121,9 @@ def check_sanity(e):
|
|||||||
if not oes_bb_conf:
|
if not oes_bb_conf:
|
||||||
messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n'
|
messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n'
|
||||||
|
|
||||||
|
if data.getVar('SDKMACHINE', e.data, True) is 'i686':
|
||||||
|
messages = messages + '"Please set SDKMACHINE to i586 as its currently set to i686 and this is known to have issues (see local.conf).\n'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check that TMPDIR hasn't changed location since the last time we were run
|
# Check that TMPDIR hasn't changed location since the last time we were run
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user