From patchwork Wed Mar 21 22:04:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 148086 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 26FE8B6FA1 for ; Thu, 22 Mar 2012 09:31:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6F0D48D359; Wed, 21 Mar 2012 22:31: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 QwPnC97q0Vnk; Wed, 21 Mar 2012 22:31:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5AAC98D380; Wed, 21 Mar 2012 22:31:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 458788F75B for ; Wed, 21 Mar 2012 22:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 41F3FA0378 for ; Wed, 21 Mar 2012 22:31:26 +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 6b0YVB6tZnv1 for ; Wed, 21 Mar 2012 22:31:25 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by hemlock.osuosl.org (Postfix) with ESMTP id A6BD6A00F1 for ; Wed, 21 Mar 2012 22:31:25 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id A00DD96929; Wed, 21 Mar 2012 22:31:25 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Wed, 21 Mar 2012 23:04:45 +0100 X-Git-Refname: refs/heads/master X-Git-Oldrev: 74783996061c54374ae3b947e2ee9703f8f59e5b X-Git-Newrev: 13ce37ccc9eca4db21f925b043fdba6ba6e874a1 Message-Id: <20120321223125.A00DD96929@busybox.osuosl.org> Subject: [Buildroot] [git commit] qemu/arm-versatile: update to use kernel 3.3 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 commit: http://git.buildroot.net/buildroot/commit/?id=13ce37ccc9eca4db21f925b043fdba6ba6e874a1 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- .../{linux-3.2.config => linux-3.3.config} | 0 configs/qemu_arm_versatile_defconfig | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/qemu/arm-versatile/linux-3.2.config b/board/qemu/arm-versatile/linux-3.3.config similarity index 100% rename from board/qemu/arm-versatile/linux-3.2.config rename to board/qemu/arm-versatile/linux-3.3.config diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig index fdc2e72..f2c30b1 100644 --- a/configs/qemu_arm_versatile_defconfig +++ b/configs/qemu_arm_versatile_defconfig @@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.2.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.3.config" BR2_LINUX_KERNEL_ZIMAGE=y