From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DA44BE007EE; Tue, 29 Jul 2014 00:30:46 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URI_HEX autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] * 1.1 URI_HEX URI: URI hostname has long hexadecimal sequence * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 663D8E007D9 for ; Tue, 29 Jul 2014 00:30:11 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s6T7UA9O021017 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 29 Jul 2014 00:30:10 -0700 (PDT) Received: from pek-hostel-vm12.wrs.com (128.224.153.182) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Tue, 29 Jul 2014 00:30:10 -0700 From: To: , , Date: Tue, 29 Jul 2014 03:30:06 -0400 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [meta-selinux][PATCH 0/2] refpolicy: split do_install to three steps & update refpolicy-minimum X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 07:30:46 -0000 Content-Type: text/plain From: Wenzong Fan * split do_install to three steps: + prepare_policy_store() + rebuild_policy() + install_misc_files() This gets refpolicy-minimum work by re-writing the prepare_policy_store(). * update refpolicy-minimum to support compressed policy. The following changes since commit a34718ae6ea2539545be1e49c497030f6246345c: swig-native: repair patching error (2014-07-19 23:24:44 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/refpolicy http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/refpolicy Wenzong Fan (2): refpolicy: split do_install to three steps refpolicy / minimum: support compressed policy .../refpolicy/refpolicy-minimum_2.20130424.bb | 26 +++++++++---- recipes-security/refpolicy/refpolicy_common.inc | 39 +++++++++++++------- 2 files changed, 43 insertions(+), 22 deletions(-) -- 1.7.9.5