From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 41D8160557 for ; Fri, 31 Oct 2014 09:46:28 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s9V9kSaD008276 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 31 Oct 2014 02:46:28 -0700 (PDT) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Fri, 31 Oct 2014 02:46:27 -0700 From: Hongxu Jia To: , , Date: Fri, 31 Oct 2014 17:46:23 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH V2 0/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = " python3" 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: Fri, 31 Oct 2014 09:46:29 -0000 Content-Type: text/plain Changed in V2: - Remove debug commented out line; - Tweak the way of function invoking; vim local.conf ... IMAGE_INSTALL_append " python3" ... bitbake core-image-minimal //Hongxu The following changes since commit dacc4ce59e48129a1a1e5316e10780f7358e29ef: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:46 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-rootfs http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-rootfs Hongxu Jia (1): package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = " python3" meta/lib/oe/package_manager.py | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) -- 1.9.1