From patchwork Wed Jul 12 19:29:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 787407 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x78CL5X1dz9ryQ for ; Thu, 13 Jul 2017 05:29:18 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="e5p9OQWc"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B96F48A2CD; Wed, 12 Jul 2017 19:29:15 +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 vh0c565ocptL; Wed, 12 Jul 2017 19:29:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AB09A8A216; Wed, 12 Jul 2017 19:29:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id BEA201C121F for ; Wed, 12 Jul 2017 19:29:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id ABB028812D for ; Wed, 12 Jul 2017 19:29:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sm64CJYUbjsG for ; Wed, 12 Jul 2017 19:29:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by fraxinus.osuosl.org (Postfix) with ESMTPS id DF70A87AC0 for ; Wed, 12 Jul 2017 19:29:11 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3x78C75SLLz10Hd for ; Wed, 12 Jul 2017 21:29:07 +0200 (CEST) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1499887746; x=1500492547; bh=l+bWBN5rT+iJiZ/95RVw9AhxhxcOD1QaOupLYa9dDnU=; b=e5p9OQWco/ny ryPsf4u5Hkk0ZbsegJVfHXoK9riPBKplwMeQBcPXZPtON+sUKL3QCFgYXcRvLtWn nxOHg88Ka5GpDEiMmopuVWyBVex16zwl1mZxyTF0mwjVGfoklOI1S/F+8BeSbIas A7K0z9iX71l5IbNg4YXx2n4XDPR0gGmK8sKNMx6vlQDrdQAwhxHRYffZVp6l14lG zRAPJQcGq/PLdc5Bgn7tX0eGCLMW+aDmXVMVIWJjTtUFN9yctpwqncKcOQ0KJkyF 8FtUwNwx3sKkKkzeFmvKAZZnWo16pus4j020oSXwKg+MH0IsuERarVArFEWm+unn 9XtA9H6COg== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bAYeZTNVQf5I; Wed, 12 Jul 2017 21:29:06 +0200 (CEST) Received: from nzxt.fritz.box (port-92-195-87-60.dynamic.qsc.de [92.195.87.60]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Wed, 12 Jul 2017 21:29:06 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Wed, 12 Jul 2017 21:29:03 +0200 Message-Id: <20170712192903.20486-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.13.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] uboot: bump to version 2017.07 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" Add a new config option BR2_TARGET_UBOOT_NEEDS_PYLIBFDT for U-Boot targets, like sunxi, needing the Python libfdt library. Signed-off-by: Jörg Krause --- boot/uboot/Config.in | 12 ++++++++++-- boot/uboot/uboot.hash | 2 +- boot/uboot/uboot.mk | 4 ++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 52f3a326c6..ec77791fad 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -38,7 +38,7 @@ choice Select the specific U-Boot version you want to use config BR2_TARGET_UBOOT_LATEST_VERSION - bool "2017.05" + bool "2017.07" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -86,7 +86,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2017.05" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2017.07" if BR2_TARGET_UBOOT_LATEST_VERSION default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \ if BR2_TARGET_UBOOT_CUSTOM_VERSION default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL @@ -138,6 +138,14 @@ config BR2_TARGET_UBOOT_NEEDS_DTC Select this option if your U-Boot board configuration requires the Device Tree compiler to be available. +config BR2_TARGET_UBOOT_NEEDS_PYLIBFDT + bool "U-Boot needs pylibfdt" + select BR2_PACKAGE_HOST_PYTHON + select BR2_PACKAGE_HOST_SWIG + help + Select this option if your U-Boot board configuration + requires the Python libfdt library to be available. + config BR2_TARGET_UBOOT_NEEDS_OPENSSL bool "U-Boot needs OpenSSL" help diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash index e11d92ff15..3ba8e34ba0 100644 --- a/boot/uboot/uboot.hash +++ b/boot/uboot/uboot.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 c8373949d7f0de1059e507b83a655d4cea539f75dc66ccdbb27adbd38d83095e u-boot-2017.05.tar.bz2 +sha256 5374bfdc8acb9a38c025371b1ff20f45e7533668e84e685d0df5d9e7c0e4feff u-boot-2017.07.tar.bz2 diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 73d72630b2..14a8cc949a 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -138,6 +138,10 @@ ifeq ($(BR2_TARGET_UBOOT_NEEDS_DTC),y) UBOOT_DEPENDENCIES += host-dtc endif +ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYLIBFDT),y) +UBOOT_DEPENDENCIES += host-python host-swig +endif + ifeq ($(BR2_TARGET_UBOOT_NEEDS_OPENSSL),y) UBOOT_DEPENDENCIES += host-openssl endif