From patchwork Wed May 20 10:12:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 474329 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 42C18140077 for ; Wed, 20 May 2015 20:13:13 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1726C95B85; Wed, 20 May 2015 10:13:10 +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 i34WJrjn+1J5; Wed, 20 May 2015 10:13:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 93C4195B99; Wed, 20 May 2015 10:13:08 +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 00E4C1C2351 for ; Wed, 20 May 2015 10:12:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EFBDA91AB1 for ; Wed, 20 May 2015 10:12:53 +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 7WMPTgvxYdX5 for ; Wed, 20 May 2015 10:12:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 233C191AAB for ; Wed, 20 May 2015 10:12:53 +0000 (UTC) Received: by wizk4 with SMTP id k4so149237491wiz.1 for ; Wed, 20 May 2015 03:12:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=+UjDQ58NLeu35kIgp/ZtGGnQkAjBgHAMieOlO8nbvns=; b=SU11ZleOtXKkFzFtE9BxUriVZOdh6Nu3e9Oo3I0CsKGqe/obimvcAlceRyY81tP/0r /hkPBfMApdDUmcT+kddkr2NiRBOIR9vwGLkPjDx1kfgqSS9uTWGqZ5YbPja8drJrW7/L HO06a+2qD7POSpOwSx212TVzRLs4C8CEOkoUg/VG99h4+c4pQngzV7vF95c2j3aKPIPS SzS2tpNnOWIKuuc3K++5UEThXJdz6XEb8mlqydJrR++FfgOS7uYl7bWUXcmsDnVeF1WJ AnUfY1Sc1+Z1gGVqSrvXlUQ6dxybZtNhqQ01reogjlG2HSUZUz/OvmqUmW7n/7EIzsQX QMCQ== X-Gm-Message-State: ALoCoQneRTQ2z8jnxCtDSCGUd6m6PleFNVZYIeRCTWQ3dMErZnXQu6IxJfwydTq/wXfE8RXtozIb X-Received: by 10.180.7.133 with SMTP id j5mr40562042wia.84.1432116771771; Wed, 20 May 2015 03:12:51 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by mx.google.com with ESMTPSA id di9sm2628198wib.16.2015.05.20.03.12.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 May 2015 03:12:51 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Wed, 20 May 2015 12:12:21 +0200 Message-Id: <1432116744-25760-11-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1432116744-25760-1-git-send-email-gary.bisson@boundarydevices.com> References: <1432116744-25760-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com, jezz@sysmic.org, luca@lucaceresoli.net Subject: [Buildroot] [PATCH 10/13] nitrogen6x_defconfig: bump version to 3.10.53_1.1.1_ga 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" Also update the dtb files to be generated. Signed-off-by: Gary Bisson --- configs/nitrogen6x_defconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index d75f780..d04745d 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2_2r1=y # Lock headers to match kernel BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.10.17" +BR2_DEFAULT_KERNEL_VERSION="3.10.53" BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y # bootloader @@ -21,15 +21,15 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q" BR2_TARGET_UBOOT_FORMAT_IMX=y BR2_TARGET_UBOOT_CUSTOM_TARBALL=y -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/f870252/u-boot-f870252.tar.gz" +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/21eb4146/u-boot-21eb4146.tar.gz" # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -# Last version of branch boundary-imx_3.10.17_1.0.1_ga -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/ea957c5/linux-imx6-ea957c5.tar.gz" +# Last version of branch boundary-imx_3.10.53_1.1.1_ga +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/98c0fdbe/linux-imx6-98c0fdbe.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x" BR2_LINUX_KERNEL_INSTALL_TARGET=y BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_max imx6dl-nitrogen6x imx6q-nitrogen6_max imx6q-nitrogen6x imx6q-sabrelite" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_vm imx6dl-nitrogen6x imx6q-nitrogen6x imx6q-nitrogen6_max imx6q-sabrelite"