daf2c705a7
Bump to version 2015.04: * Enable optional support for FIT Signature Verification * Remove patch 0002-nostrip, it's upstream * Add musl patch * Add hash file This patch supersedes "package/uboot-tools: bump to version 2015.01" http://patchwork.ozlabs.org/patch/440396/ [Thomas: - Rewrap Config.in help text. - Move the paragraph about potential license compatibility issue from Config.in.host to Config.in, since it's really on the target package that such issues can be a problem. - Use += instead of = when adding the dependency on openssl, so that if other dependencies get added later, we don't overwrite them mistakenly.] Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From 7d9bac7bf8d9ef39ab6b6e8d436e3dbdee5cd120 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
|
|
Date: Sun, 1 Feb 2015 21:53:47 +0100
|
|
Subject: [PATCH 1/1] tools only in no dot config targets
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Revert upstream commit c7ad5cbb1ef2c33883f0fa7d0455095004fd306d:
|
|
|
|
Makefile: drop "tools-only" from no-dot-config-targets
|
|
|
|
This indirectly pulls in a build-dependency on libssl-dev used for FIT
|
|
image support, and possibly GPL/OpenSSL licensing incompatibility
|
|
issues.
|
|
|
|
Based on Debian patch from u-boot-tools:
|
|
http://ftp.de.debian.org/debian/pool/main/u/u-boot/u-boot_2014.10+dfsg1-2.1.debian.tar.xz
|
|
|
|
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 36a9a28..f85c194 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -417,7 +417,7 @@ timestamp_h := include/generated/timestamp_autogenerated.h
|
|
|
|
no-dot-config-targets := clean clobber mrproper distclean \
|
|
help %docs check% coccicheck \
|
|
- ubootversion backup
|
|
+ ubootversion backup tools-only
|
|
|
|
config-targets := 0
|
|
mixed-targets := 0
|
|
--
|
|
2.3.0
|