From: Tadao Tanikawa Date: Mon, 8 Feb 2016 05:24:41 +0000 (+0900) Subject: Fix error by envsetup.sh when reuse a terminal X-Git-Tag: 2.0.0~78 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f05bcdadc5422b0d7fa9b094aec256c3e86791c2;hp=f05bcdadc5422b0d7fa9b094aec256c3e86791c2;p=AGL%2Fmeta-agl.git Fix error by envsetup.sh when reuse a terminal When reuse a terminal between defferent targets, poky's setup script report error and setup is terminated. E.g. Setup for qemu first, then setup for porter. $ source meta-agl/scripts/envsetup.sh qemux86-64 build-qemu $ (bitbake or somthing) $ cd .. $ source meta-agl/scripts/envsetup.sh porter build-porter ERROR: OE-core's config sanity cheker detected a potential misconfiguration. ... Change-Id: Ie8e6f723d447b1ea53ada333f03bbfb4f03433c4 Signed-off-by: Tadao Tanikawa ---