From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from seketeli.net ([91.121.166.71] helo=ms.seketeli.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UBlkw-00074k-KB for openembedded-devel@lists.openembedded.org; Sat, 02 Mar 2013 13:41:40 +0100 Received: from localhost (176-26-190-109.dsl.ovh.fr [109.190.26.176]) by ms.seketeli.net (Postfix) with ESMTP id 580DFEA040 for ; Sat, 2 Mar 2013 13:14:20 +0100 (CET) Received: by localhost (Postfix, from userid 1000) id 9BD42A406D1; Sat, 2 Mar 2013 12:56:11 +0100 (CET) From: Apelete Seketeli To: openembedded-devel@lists.openembedded.org Date: Sat, 2 Mar 2013 12:55:52 +0100 Message-Id: X-Mailer: git-send-email 1.7.10.4 Subject: [2011.03-maintenance][PATCH 0/7] Pull request 20130302 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 12:41:41 -0000 Hello, The patches that come as a follow-up of this message fix issues found while building muffinman-image on top of the 2011.03-maintenance branch, and also add the capability to build a ubi image for the ben-nanonote machine. This work is intended to be used as a basis for porting the JLime distribution to oe-core. These modifications were tested by successfully building muffinman-image from scratch on a Debian Wheezy host. Please pull into 2011.03-maintenance branch. The following changes since commit ff679935b073a89c4e407d259bcc2eea9148fb91: opkg-utils: bump SRCREV to latest (2012-10-26 11:11:59 +0200) are available in the git repository at: git://seketeli.net/~apelete/oe.git muffinman-image-fix Apelete Seketeli (7): udev: update SRC_URI of multiple recipes git: update SRC_URI pam: update SRC_URI netbase: update SRC_URI libcap: update SRC_URI gnutls: update SRC_URI jlime-2010.1: add capability to build ubi image for ben-nanonote machine conf/bitbake.conf | 2 +- conf/distro/jlime-2010.1.conf | 3 ++- conf/machine/ben-nanonote.conf | 12 ++++++++++++ recipes/git/git.inc | 2 +- recipes/gnutls/gnutls.inc | 2 +- recipes/libcap/libcap2_2.20.bb | 2 +- recipes/netbase/netbase_4.21.bb | 2 +- recipes/pam/libpam_1.1.1.bb | 2 +- recipes/udev/udev_151.bb | 2 +- recipes/udev/udev_162.bb | 2 +- recipes/udev/udev_165.bb | 2 +- 11 files changed, 23 insertions(+), 10 deletions(-) -- 1.7.10.4