From patchwork Fri Feb 8 17:32:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [pull,request] Pull request for branch yem-host-image-tools From: "Yann E. MORIN" X-Patchwork-Id: 219231 Message-Id: To: buildroot@busybox.net Cc: Thomas Petazzoni , "Yann E. MORIN" Date: Fri, 8 Feb 2013 18:32:54 +0100 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