From patchwork Thu Apr 11 22:17:49 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: 235936 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 5268A2C00C8 for ; Fri, 12 Apr 2013 08:18:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E3ACB319F7; Thu, 11 Apr 2013 22:18:14 +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 WuT+usBIE4WC; Thu, 11 Apr 2013 22:18:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0A56C31910; Thu, 11 Apr 2013 22:18:13 +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 552848F7A2 for ; Thu, 11 Apr 2013 22:18:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AF2658F7BD for ; Thu, 11 Apr 2013 22:18:11 +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 QaJFWKTKN3Nd for ; Thu, 11 Apr 2013 22:18:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id 365848F7B9 for ; Thu, 11 Apr 2013 22:18:10 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id y10so2079859wgg.26 for ; Thu, 11 Apr 2013 15:18:08 -0700 (PDT) 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=iEx+tJum1cqeb5Z2bxZWUD7HS+eEeHbhOE5xPSwWrvY=; b=dklhlk2tbF2YrrAjvG7p0LMTbJYvprUDc63NcnqOhlMbaLOuwKZlgw9xzpPe5NhqTt D3q8nlAoFbhpVU0iFgVaCFar3d0QU5CFTCMT9ta4zcs3nwt4Wo9VRvH30uj/qeRHrDgx ZOaPbexQ28zEjb5x7B3Jbo4hRVPoVLEUtuVlgE/LgETIYo6trc7hGLtMHL1UMJ4N4pY9 SCGeY2AW6QlDPbY3pmNk5hHBYv4ZjmhW1PX1/PF881MGjBisHxjT0e5R9jYfwyKOl/Oq b6MhjfEMdaqWqkKmp31yF8izi03UF+e/PiZb5aXgNfVcEgPYgtGdKK3CwRHkkxju+wvl 2WMw== X-Received: by 10.194.176.228 with SMTP id cl4mr13721076wjc.10.1365718688353; Thu, 11 Apr 2013 15:18:08 -0700 (PDT) Received: from localhost.localdomain (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPS id ej8sm68677wib.9.2013.04.11.15.18.06 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 11 Apr 2013 15:18:07 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Fri, 12 Apr 2013 00:17:49 +0200 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-ext234 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 patch series enhances the ext2 fs backend to also build ext3 and ext4 filesystems, and differentiate between ext2 rev0 and ext2 rev1 filesystems. Changes v3 -> v4: - rebased ontop master for Peter Changes v2 -> v3: - cleanup ext2 dependencies (Thomas) - explain UUID removal (Thomas) - use post-hook to create "ext# -> ext2" symlink (Thomas, Arnout) - drop patch to let fs name the image file extension (Thomas, Arnout) Changes v1 -> v2: - enhance the ext2/3/4 generation (Arnout, Peter) - allow fs generators to specify the image extension (Arnout) - remove ext2 count- and time-based fsck (Arnout) The following changes since commit 2c4ff68e08e063152245d0a1b211df7a4360f925: system/securetty: Add ttyPS[0-1] (2013-04-11 23:32:11 +0200) are available in the git repository at: git://gitorious.org/buildroot/buildroot.git yem-ext234 Yann E. MORIN (5): fs/ext2: enclose the ext2 options in if...endif fs/ext2: add ability to build ext3/4 too fs/ext2: add a symlink 'rootfs.ext#' -> 'rootfs.ext2' fs/ext2: add support for ext2 rev0 and rev1 fs/ext2: remove count- and time-based fsck fs/ext2/Config.in | 57 +++++++++++++++++++++----- fs/ext2/ext2.mk | 14 ++++++- fs/ext2/genext2fs.sh | 82 +++++++++++++++++++++++++++++++++++++- package/e2fsprogs/Config.in.host | 2 +- 4 files changed, 140 insertions(+), 15 deletions(-) Regards, Yann E. MORIN