From patchwork Thu Mar 7 21:55:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 225971 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 259EB2C0371 for ; Fri, 8 Mar 2013 08:56:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 238FFA0304; Thu, 7 Mar 2013 21:56:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1ov7kI6tOpUA; Thu, 7 Mar 2013 21:56:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 02867A0202; Thu, 7 Mar 2013 21:55:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2F70A8F753 for ; Thu, 7 Mar 2013 21:56:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8928A8CA1C for ; Thu, 7 Mar 2013 21:55:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FdedxiSkg81u for ; Thu, 7 Mar 2013 21:55:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id 754348C969 for ; Thu, 7 Mar 2013 21:55:39 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id 8so1727278wgl.6 for ; Thu, 07 Mar 2013 13:55:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=3g+r9K56icgWsyZSFTDyOsqaIc9NRAWfFlYFcp3eYn0=; b=C1wgHSn30PYozZA7ktQPDaZc4bwxOtGaeKJ/4gr3Cn4Qt/V5UAMn4CqyyOsfnfxTU1 TzCy0gAK1fU0dIM2mLrw/AjTUG924gRrb0hCdBJMBuiAcR59bCStmfX5szKEFDSVRQxJ GYEXMT1bVA7xnrQ8Z4sP6bHa+OcjfSGVJ+H8JLa7HoYzb7xesNGtjCQfOlRqEAugT4Fg 7Bh7uTUbmebmCGHQq0e5A6kS8EHoQEDJlKgAPtXtJe0pDylYGmTEfmdQqeJD9CExCQtL ltQFsKzGui0k6/1Ck0p+wSDJAgS8mmGfIEyQnCws937Zzj642M40ygOIhXLmgyvdhbCk qXBw== X-Received: by 10.180.76.171 with SMTP id l11mr36329406wiw.24.1362693337668; Thu, 07 Mar 2013 13:55:37 -0800 (PST) Received: from localhost.localdomain (ARennes-555-1-167-217.w2-2.abo.wanadoo.fr. [2.2.22.217]) by mx.google.com with ESMTPS id er3sm35934260wib.1.2013.03.07.13.55.35 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Mar 2013 13:55:36 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Thu, 7 Mar 2013 22:55:25 +0100 Message-Id: X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [pull request v4] Pull request for branch yem-host-image-tools X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hello All! This series adds a few host packages usefull for manipulating the generated filesystem images. It is of much interest now that the post-image series from Thomas has been applied. I plan on submitting sample post-{build,image} scripts demonstrating use of those packages in the (hopefuly near) future (my current scripts are working great, but need some cleanup first). Changes v3 -> v4: - rebased on master Changes v2 -> v3: - rebased onto the 'next' branch for Peter Changes v1 -> v2: - use $(HOST_CONFIGURE_OPTS) instead of hand-crafted CC et al. (Thomas) - use $(BR2_GNU_MIRROR) (Thomas) - strip superfluous spaces (Thomas) The following changes since commit 203c30796e232faaf3a7de19090657bf3e7db16a: rpi-userland: provides OpenGL ES, EGL and OpenVG (2013-03-06 22:18:39 +0100) are available in the git repository at: git://gitorious.org/buildroot/buildroot.git yem-host-image-tools Yann E. MORIN (6): package/e2fsprogs: add host-package selection package/dosfstools: add host-package selection package/libconfuse: add host variant package/genimage: new host-only package package/genpart: new host-only package package/mtools: new host-package package/Config.in.host | 5 +++++ package/dosfstools/Config.in.host | 6 ++++++ package/dosfstools/dosfstools.mk | 9 +++++++++ package/e2fsprogs/Config.in.host | 6 ++++++ package/genimage/Config.in.host | 12 ++++++++++++ package/genimage/genimage.mk | 12 ++++++++++++ package/genpart/Config.in.host | 8 ++++++++ package/genpart/genpart-fix-return-code.patch | 25 +++++++++++++++++++++++++ package/genpart/genpart.mk | 11 +++++++++++ package/libconfuse/libconfuse.mk | 1 + package/mtools/Config.in.host | 9 +++++++++ package/mtools/mtools.mk | 15 +++++++++++++++ 12 files changed, 119 insertions(+), 0 deletions(-) create mode 100644 package/dosfstools/Config.in.host create mode 100644 package/e2fsprogs/Config.in.host create mode 100644 package/genimage/Config.in.host create mode 100644 package/genimage/genimage.mk create mode 100644 package/genpart/Config.in.host create mode 100644 package/genpart/genpart-fix-return-code.patch create mode 100644 package/genpart/genpart.mk create mode 100644 package/mtools/Config.in.host create mode 100644 package/mtools/mtools.mk Regards, Yann E. MORIN Tested-by: Thomas Petazzoni