From patchwork Mon Jul 18 09:38:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 649439 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rtJBS2JnXz9s2Q for ; Mon, 18 Jul 2016 19:42:56 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b=pwlbwhup; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A0D8B890DD; Mon, 18 Jul 2016 09:42:54 +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 L7vNfiM1pqP7; Mon, 18 Jul 2016 09:42:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2F86B8986B; Mon, 18 Jul 2016 09:42:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id F2EFF1C2A86 for ; Mon, 18 Jul 2016 09:42:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F236C8986B for ; Mon, 18 Jul 2016 09:42:50 +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 ilIFSRYF0mXu for ; Mon, 18 Jul 2016 09:42:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from condef007-v.nifty.com (condef007-v.nifty.com [210.131.4.244]) by whitealder.osuosl.org (Postfix) with ESMTPS id B5881868E6 for ; Mon, 18 Jul 2016 09:42:49 +0000 (UTC) Received: from conuserg-12.nifty.com ([10.26.8.75])by condef007-v.nifty.com with ESMTP id u6I9dVbk003071 for ; Mon, 18 Jul 2016 18:39:31 +0900 Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-12.nifty.com with ESMTP id u6I9cW6Y007863; Mon, 18 Jul 2016 18:38:37 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u6I9cW6Y007863 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1468834718; bh=cio0HJF/vrriUidFPJqfL7rddSKetVGYzJvwXaZj2RY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pwlbwhupKW+QHaIxKTYJ6dU7i2wTCSPV4Qjz6376IkqfM5n7rQeTmQA/X/J5NdwXu EXgVcDadne2yHHXYtkPL9qiWWugAQD5lrrCe0KotI0rrAQWQKfTwyD5xUrjzGhTSmw 4PMH/j8+CrcrPcR0EEgUNsySlCvqXG+7hZcTzwfttv9OQAjRgc7lkdBqSzFI8dewlH Bn7BgC8lDzFcRWR8D0cU9KEPn6sXOBs4XNwCtGfh44zW8mOZSZEm+FkdsymJR1qO6Y DClvfVgRxjF/0+zgPAv6qaS0Iatai6BFO8Roj8J7pEFq0wXuFCmRDLHisDFdUdTopO 2gqITrjM7pttg== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: buildroot@busybox.net Date: Mon, 18 Jul 2016 18:38:19 +0900 Message-Id: <1468834703-27518-4-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1468834703-27518-1-git-send-email-yamada.masahiro@socionext.com> References: <1468834703-27518-1-git-send-email-yamada.masahiro@socionext.com> Cc: Thomas Petazzoni , Sebastien Van Cauwenberghe , Davide Viti , Spenser Gilliland , Jan Viktorin Subject: [Buildroot] [PATCH 3/7] zynq_microzed: bump Linux to xilinx-v2016.2 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This is the latest release tag in the Xilinx repository, based on Linux v4.4 in the mainline. Signed-off-by: Masahiro Yamada Reviewed-by: Matt Weber --- configs/zynq_microzed_defconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig index 06d0d7f..7b44af6 100644 --- a/configs/zynq_microzed_defconfig +++ b/configs/zynq_microzed_defconfig @@ -1,13 +1,12 @@ BR2_arm=y BR2_cortex_a9=y BR2_ARM_ENABLE_NEON=y -# Linux headers same as kernel, a 3.18 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git" -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2015.1" +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2016.2" BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"