From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T2K87-0001Jj-Fw for openembedded-core@lists.openembedded.org; Fri, 17 Aug 2012 12:50:15 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 17 Aug 2012 03:38:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.77,784,1336374000"; d="scan'208";a="181902752" Received: from lpalcu-linux (HELO localhost.localdomain) ([10.237.105.41]) by orsmga001.jf.intel.com with ESMTP; 17 Aug 2012 03:38:15 -0700 From: Laurentiu Palcu To: openembedded-core@lists.openembedded.org Date: Fri, 17 Aug 2012 13:38:08 +0300 Message-Id: X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH v2 0/3] Add support for relocatable SDK to ADT installer and some fixes 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: Fri, 17 Aug 2012 10:50:15 -0000 Changes in V2: - addressed Richard's comments and restored the spaces back to tabs in do_populate_adt shell function; Hi, This patchset adds support for relocating SDK to ADT installer and a couple of fixes. Thanks, Laurentiu The following changes since commit af847d36375aa53f0c1ee2a00c97ba9f38837d1b: bitbake: bitbake: build.py: Add stampdir argument to cached_mtime_noerror (2012-08-16 12:27:41 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/relocatable_adt http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/relocatable_adt Laurentiu Palcu (3): populate_sdk_base.bbclass: fix SDK relocation issues package.bbclass: change RPATHs for cross-canadian binaries adt-installer: add support for relocatable SDK meta/classes/package.bbclass | 2 +- meta/classes/populate_sdk_base.bbclass | 4 +- .../installer/adt-installer/adt_installer | 11 ++ .../adt-installer/scripts/adt_installer_internal | 111 ++++++++++++++++---- .../installer/adt-installer_1.0.bb | 7 +- 5 files changed, 111 insertions(+), 24 deletions(-) -- 1.7.9.5