From patchwork Fri Feb 8 17:32:54 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: 219231 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id A2DC12C0082 for ; Sat, 9 Feb 2013 04:33:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 01D4D8BAD9; Fri, 8 Feb 2013 17:33:43 +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 JQjpB+EaQVYo; Fri, 8 Feb 2013 17:33:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 875968BBE5; Fri, 8 Feb 2013 17:33:25 +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 39CDE8F753 for ; Fri, 8 Feb 2013 17:33:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DC0DD84D90 for ; Fri, 8 Feb 2013 17:33:15 +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 1P9OB+qNWthV for ; Fri, 8 Feb 2013 17:33:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id B281E816D7 for ; Fri, 8 Feb 2013 17:33:11 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id ez12so1154459wid.17 for ; Fri, 08 Feb 2013 09:33:09 -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=3LGpY6Dzs+5XDqM5p+yhMVawByrsHI6fbI/M2/PcXcM=; b=accQiQP9bKmqt/3NHy7Z9vO61dHfpg4hL+uQBiYZYDSmgNik5YImptfjDIGlTDMn0f Fj5GLMkP7xPPoz9xrkAAh1kdzlNVi/2KvEuQmGLIhjjlzX7HyUcIIo+k+7/opaltfMsm e6T5/PG2uGIsQyrPG/MYEQWQdXlaLZi1YxiBm01x+xP9EGhT63RyyflFEFkWyy0Xo6Ri X2O5QXN+V1V2q+hFg5LpiDZsT93LQCcDhoWzrbsJV8qzq3qmkX+icbIgVar3KkhwsdCD P+MSG6XjLXDRF6r4Tt0qStpvxT7ZPaJpc1oUNwvj/Rnd0mWxKqdfsX+tmixxF+KtNjcz mSOg== X-Received: by 10.194.83.97 with SMTP id p1mr11432344wjy.17.1360344789841; Fri, 08 Feb 2013 09:33:09 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-68-181.w90-32.abo.wanadoo.fr. [90.32.147.181]) by mx.google.com with ESMTPS id df2sm15539361wib.0.2013.02.08.09.33.07 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 08 Feb 2013 09:33:08 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Fri, 8 Feb 2013 18:32:54 +0100 Message-Id: X-Mailer: git-send-email 1.7.2.5 Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [pull request] 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 when the post-image series [0] from Thomas has been applied. [0] http://patchwork.ozlabs.org/patch/219004/ I plan on submitting sample post-{build,image} scripts demonstrating use of these packages in the (hopefuly near) future (my current scripts are working great, but need some cleanup first). The following changes since commit 7d1184de763c2a9779d454ab96a05080458fb3c9: package/tvheadend: use a non-root user to run the daemon (2013-02-08 15:50:17 +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