From patchwork Fri Sep 19 10:33:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Waldemar Brodkorb X-Patchwork-Id: 391213 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 2F16B14018C for ; Fri, 19 Sep 2014 20:33:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5D7DA337BA; Fri, 19 Sep 2014 10:33:40 +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 7YvpXjNMm+f7; Fri, 19 Sep 2014 10:33:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A3185336A7; Fri, 19 Sep 2014 10:33:38 +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 464E91C43FC for ; Fri, 19 Sep 2014 10:33:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 42410955C6 for ; Fri, 19 Sep 2014 10:33:38 +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 l20OmQdF1H74 for ; Fri, 19 Sep 2014 10:33:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from helium.waldemar-brodkorb.de (helium.waldemar-brodkorb.de [89.238.66.15]) by hemlock.osuosl.org (Postfix) with ESMTPS id F0950955A2 for ; Fri, 19 Sep 2014 10:33:36 +0000 (UTC) Received: by helium.waldemar-brodkorb.de (Postfix, from userid 1000) id 3CAB5104DE; Fri, 19 Sep 2014 12:33:27 +0200 (CEST) Date: Fri, 19 Sep 2014 12:33:27 +0200 From: Waldemar Brodkorb To: buildroot@buildroot.org Message-ID: <20140919103326.GA24089@waldemar-brodkorb.de> MIME-Version: 1.0 Content-Disposition: inline X-Operating-System: Linux 3.2.0-4-amd64 x86_64 User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [Buildroot] [PATCH 1/2] qemu-sparc: update to latest 3.16 kernel X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Update default kernel to 3.16.3. Signed-off-by: Waldemar Brodkorb --- board/qemu/sparc-ss10/readme.txt | 2 +- configs/qemu_sparc_ss10_defconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/qemu/sparc-ss10/readme.txt b/board/qemu/sparc-ss10/readme.txt index b18bb40..9729acc 100644 --- a/board/qemu/sparc-ss10/readme.txt +++ b/board/qemu/sparc-ss10/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 2.0.0 +Tested with QEMU 2.1.0 diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig index afc0789..47f04b0 100644 --- a/configs/qemu_sparc_ss10_defconfig +++ b/configs/qemu_sparc_ss10_defconfig @@ -6,14 +6,14 @@ BR2_sparc_v8=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 3.15 headers to avoid breaking with newer kernels +# Lock to 3.16 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.15.6" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_15=y +BR2_DEFAULT_KERNEL_VERSION="3.16.3" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_16=y # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.15.6" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.16.3" BR2_LINUX_KERNEL_DEFCONFIG="sparc32" BR2_LINUX_KERNEL_ZIMAGE=y