From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id 4CFD86011F for ; Thu, 26 Nov 2015 17:46:40 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 26 Nov 2015 09:46:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,347,1444719600"; d="scan'208";a="860384194" Received: from yctb01.ostc.intel.com (HELO yctb01.otcr.intel.com) ([10.23.219.46]) by fmsmga002.fm.intel.com with ESMTP; 26 Nov 2015 09:46:41 -0800 From: mariano.lopez@linux.intel.com To: openembedded-core@lists.openembedded.org Date: Thu, 26 Nov 2015 09:34:58 +0000 Message-Id: X-Mailer: git-send-email 1.8.4.5 Subject: [PATCH 0/1] rootfs.py: Change logic to unistall packages 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: Thu, 26 Nov 2015 17:46:42 -0000 From: Mariano Lopez This patch changes the logic to unistall some base utils when creating rootfs. It chages from checking for a package manger to check if it is a read-only rootfs. [YOCTO #8235] The following changes since commit 03f15e51998a3ef65a5b68cb7cbf724f4388c289: sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:09:00 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mariano/bug8235 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug8235 Mariano Lopez (1): rootfs.py: Change logic to unistall packages meta/lib/oe/rootfs.py | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) -- 1.8.4.5