From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id B745E6AC1E for ; Mon, 24 Aug 2015 07:46:19 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id t7O7kJmU000876 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 24 Aug 2015 00:46:19 -0700 (PDT) Received: from pek-qchen1-d1.corp.ad.wrs.com (128.224.162.211) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.235.1; Mon, 24 Aug 2015 00:46:19 -0700 From: Chen Qi To: Date: Mon, 24 Aug 2015 15:46:48 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH V3 0/8] Extensible SDK fixesExtensible SDK fixes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 07:46:19 -0000 Content-Type: text/plain Changes since V2: Remove buildtools from the ext SDK. The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593: binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/sdktool http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/sdktool Chen Qi (8): copy_buildsystem: make sure bitbake directory is copied populate_sdk_ext: consider custom configuration in local.conf populate_sdk_ext: don't remove the native qemu dependencies Extensible SDK: allow for installation without preparing build system oe-publish-sdk: add script populate_sdk_ext: record SDK_TARGETS in devtool.conf devtool: add sdk.py plugin populate_sdk_ext: get rid of buildtools meta/classes/populate_sdk_ext.bbclass | 69 +++++++++---- meta/files/toolchain-shar-extract.sh | 7 +- meta/lib/oe/copy_buildsystem.py | 7 +- scripts/lib/devtool/sdk.py | 188 ++++++++++++++++++++++++++++++++++ scripts/oe-publish-sdk | 143 ++++++++++++++++++++++++++ 5 files changed, 387 insertions(+), 27 deletions(-) create mode 100644 scripts/lib/devtool/sdk.py create mode 100755 scripts/oe-publish-sdk -- 1.9.1