From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R8sZc-0003Sa-19 for openembedded-core@lists.openembedded.org; Wed, 28 Sep 2011 13:45:12 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 28 Sep 2011 04:39:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,455,1312182000"; d="scan'208";a="68239568" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.120.175]) by fmsmga001.fm.intel.com with ESMTP; 28 Sep 2011 04:39:43 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Wed, 28 Sep 2011 12:39:39 +0100 Message-Id: X-Mailer: git-send-email 1.7.4.1 Subject: [PATCH 0/2] Fix TMPDIR usage in scripts v2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 11:45:12 -0000 Fix TMPDIR external environment variable usage within our scripts which is a problem on OpenSUSE within an X session (see Yocto bug #1530) by using OE_TMPDIR from the external environment instead. Note that this will require changes to autobuilder scripts that use a TMPDIR environment variable when calling these scripts - they should now set OE_TMPDIR instead (if versions with and without this change need to be run on the same system, then setting both variables will cause no harm). Since v1, also fix pass-through references to TMPDIR in the qemuimage-testlib script. The following changes since commit e0908b7b080c0d861a1b3ccb2185b9281b10fa1a: tables: remove it as obsolete recipe (2011-09-28 11:47:24 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/scripts-tmpdir http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/scripts-tmpdir Paul Eggleton (2): scripts: use OE_TMPDIR instead of TMPDIR external variable scripts/oe-setup-rpmrepo: use setup_tmpdir from runqemu scripts/oe-setup-rpmrepo | 35 +++++++++++++++++++++-------------- scripts/qemuimage-testlib | 4 ++-- scripts/runqemu | 7 ++++++- 3 files changed, 29 insertions(+), 17 deletions(-) -- 1.7.4.1