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 2EE8372919 for ; Mon, 22 Dec 2014 01:55:58 +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 sBM1tvB3023932 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Sun, 21 Dec 2014 17:55:57 -0800 (PST) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Sun, 21 Dec 2014 17:55:57 -0800 Message-ID: <54977A1B.1000105@windriver.com> Date: Mon, 22 Dec 2014 09:55:39 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: , , References: In-Reply-To: Subject: Re: [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: Mon, 22 Dec 2014 01:56:01 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Ping //Hongxu On 10/31/2014 05:46 PM, Hongxu Jia wrote: > 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(-) >