aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image-live.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-11-14 06:34:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 11:02:28 +0000
commit3d8db6cb992f96023a0486f64fe6b0f1ead04184 (patch)
tree76073ec02780c4275770e555fc93d7b698d7ea53 /meta/classes/image-live.bbclass
parent0b31a03c59efea3a8742762772e39dcbd6f8ed25 (diff)
downloadopenembedded-core-contrib-3d8db6cb992f96023a0486f64fe6b0f1ead04184.tar.gz
sanity.bbclass: fix check_connectivity() for BB_NO_NETWORK = "0"
The old code: network_enabled = not d.getVar('BB_NO_NETWORK', True) It is True only when BB_NO_NETWORK is not set (None), but BB_NO_NETWORK = "0" should also be True while "1" means no network, "0" means need network in a normal case. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/image-live.bbclass')
0 files changed, 0 insertions, 0 deletions