From patchwork Sun Feb 17 23:04:32 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: 221106 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id D4C8D2C0079 for ; Mon, 18 Feb 2013 10:04:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 892862FFAE; Sun, 17 Feb 2013 23:04:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4qisirNB9LuM; Sun, 17 Feb 2013 23:04:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E29B02645C; Sun, 17 Feb 2013 23:04:48 +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 B00488F753 for ; Sun, 17 Feb 2013 23:04:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 67D7787134 for ; Sun, 17 Feb 2013 23:04:47 +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 PPy0AegRP79Y for ; Sun, 17 Feb 2013 23:04:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0689C8C057 for ; Sun, 17 Feb 2013 23:04:45 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t57so4341187wey.27 for ; Sun, 17 Feb 2013 15:04:44 -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=frOIwgA9ErrSzVY9yaIeINNka7Plr6H0fwSyvEKYw90=; b=O11H3xXm9FX+pcDEgbbVQkPcIAeVmwrsPlR1YWFv0wnYS8r0DPN5dD6q2i4sramHKV tWtQXKMVgo8BVU4HvUobuQp4G7aQSZVWgBghBaP4osJHpiov/3XU7caNhW07ZIK4E4wV ZfkhBr/QLyAfh6X3HyHxhQh+WTVXPin3BkAHWrZTkF37KlzN+hFangS41xlIjZUv2NeF 6EO/VTtcWJBL6FA6flhuRD7WioIJoEWHYaf5rUPlj5yJ0TBjrw28NRyXkTJS/57BaSME bJmo3Mklxe5XNN/TR41sTtmKl2Cpg2ivsBEqqPtANOyFCkhpVdCbd1/qlx92EEBGJjW6 X1xQ== X-Received: by 10.180.76.84 with SMTP id i20mr15143604wiw.9.1361142284025; Sun, 17 Feb 2013 15:04:44 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-67-109.w90-32.abo.wanadoo.fr. [90.32.146.109]) by mx.google.com with ESMTPS id eo1sm16994134wib.8.2013.02.17.15.04.42 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 17 Feb 2013 15:04:43 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Mon, 18 Feb 2013 00:04:32 +0100 Message-Id: X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [pull request v3 'next'] 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 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 4bf3c452a507d4997f869875e4fd412a3af1a5cd: Kickoff 2013.05 cycle (2013-02-10 13:49:23 +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