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 2C3867018B for ; Fri, 11 Jul 2014 20:17:45 +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.14.5/8.14.5) with ESMTP id s6BKHkSP005964 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 11 Jul 2014 13:17:46 -0700 (PDT) Received: from msp-lpggp2.wrs.com (172.25.34.109) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Fri, 11 Jul 2014 13:17:46 -0700 From: Peter Seebach To: openembedded-core Date: Fri, 11 Jul 2014 15:22:54 -0500 Message-ID: X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Subject: [PATCH 0/1] pseudo 1.6.0 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, 11 Jul 2014 20:17:51 -0000 Content-Type: text/plain pseudo 1.6.0 is a moderately significant update. It should actually be better in a number of ways. Performance may be slightly improved by changes to how debugging messages are generated. Debugging output is dramatically improved. Extended attributes are supported. I don't really feel this can be tested adequately without pretty broad exposure, so I'm leaving the 1.5.1 recipe in-tree in this update, so people can go back if they have problems. The following changes since commit 6acd4fc8d5e642b5c6c75fcc40dd8f37caf7ddcf: lib/oe/image.py: check the rootfs size against IMAGE_ROOTFS_MAXSIZE (2014-07-10 17:37:41 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/pseudo16 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/pseudo16 Peter Seebach (1): pseudo_1.6.0.bb: uprev to pseudo 1.6 meta/recipes-devtools/pseudo/pseudo.inc | 4 ---- meta/recipes-devtools/pseudo/pseudo_1.5.1.bb | 4 ++++ meta/recipes-devtools/pseudo/pseudo_1.6.0.bb | 10 ++++++++++ meta/recipes-devtools/pseudo/pseudo_git.bb | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.6.0.bb