From patchwork Thu Nov 14 10:14:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 291170 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 EE1B12C00A4 for ; Thu, 14 Nov 2013 21:15:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 00DF88C39A; Thu, 14 Nov 2013 10:15:07 +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 wvcojradHHLU; Thu, 14 Nov 2013 10:15:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5EB0D8C32B; Thu, 14 Nov 2013 10:15:04 +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 93C211BF94B for ; Thu, 14 Nov 2013 10:15:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8FA0A8C32B for ; Thu, 14 Nov 2013 10:15:02 +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 oIjT5NPxiQPP for ; Thu, 14 Nov 2013 10:15:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id C933F8C277 for ; Thu, 14 Nov 2013 10:15:01 +0000 (UTC) Received: from asgard (host36.190-225-101.telecom.net.ar [190.225.101.36]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id rAEAEt0o011904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 14 Nov 2013 10:14:57 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1384424099; bh=FuDW61FLeSpzA9zeCaHCHMujFFG+cm1BM3l9CsQKhKo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=SptIi+CsImNv0blvAw7PN1xqDZTnqA/RTBhOCD5FMku4vbMTuUjTb3Pj85FWzB21Y hfSH4vE1H+Fq9a3yItWn22Qtv84K/v77tlBVz+GPG6suSQyQfRpWH6BINloROB2A4x SA9eFqZkrPF59r1N5iTbMqUuFKvFqzI0OEEkosdk= Received: by asgard (sSMTP sendmail emulation); Thu, 14 Nov 2013 07:14:49 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 14 Nov 2013 07:14:25 -0300 Message-Id: <1384424065-22595-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1384424065-22595-1-git-send-email-gustavo@zacarias.com.ar> References: <1384424065-22595-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/3] qemu/arm-nuri: bump to latest 3.10.x kernel version 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 Signed-off-by: Gustavo Zacarias --- configs/qemu_arm_nuri_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/qemu_arm_nuri_defconfig b/configs/qemu_arm_nuri_defconfig index 965f55d..af3e79a 100644 --- a/configs/qemu_arm_nuri_defconfig +++ b/configs/qemu_arm_nuri_defconfig @@ -15,11 +15,11 @@ BR2_TARGET_ROOTFS_INITRAMFS=y # Lock to 3.10 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.10.18" +BR2_DEFAULT_KERNEL_VERSION="3.10.19" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.18" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.19" BR2_LINUX_KERNEL_DEFCONFIG="exynos4" BR2_LINUX_KERNEL_ZIMAGE=y