The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / uboot-tools / 0002-tools-only-in-no-dot-config-targets.patch
1 From 7d9bac7bf8d9ef39ab6b6e8d436e3dbdee5cd120 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3 Date: Sun, 1 Feb 2015 21:53:47 +0100
4 Subject: [PATCH 1/1] tools only in no dot config targets
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Revert upstream commit c7ad5cbb1ef2c33883f0fa7d0455095004fd306d:
10
11     Makefile: drop "tools-only" from no-dot-config-targets
12
13 This indirectly pulls in a build-dependency on libssl-dev used for FIT
14 image support, and possibly GPL/OpenSSL licensing incompatibility
15 issues.
16
17 Based on Debian patch from u-boot-tools:
18 http://ftp.de.debian.org/debian/pool/main/u/u-boot/u-boot_2014.10+dfsg1-2.1.debian.tar.xz
19
20 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
21 ---
22  Makefile | 2 +-
23  1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/Makefile b/Makefile
26 index 36a9a28..f85c194 100644
27 --- a/Makefile
28 +++ b/Makefile
29 @@ -417,7 +417,7 @@ timestamp_h := include/generated/timestamp_autogenerated.h
30
31  no-dot-config-targets := clean clobber mrproper distclean \
32                          help %docs check% coccicheck \
33 -                        ubootversion backup
34 +                        ubootversion backup tools-only
35
36  config-targets := 0
37  mixed-targets  := 0
38 --
39 2.3.0