summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2015-03-19 11:39:59 +0100
committerInha Song <ideal.song@samsung.com>2015-05-26 14:40:59 +0900
commit2edde00535f6f4bbac6acc145bab52653acc4281 (patch)
tree4f7ea499e1adf1198ffd3cb5e6a884a86dd3ed22
parent72baa20fadffe651641d8ee6546522cc14d07a2e (diff)
downloadu-boot-2edde00535f6f4bbac6acc145bab52653acc4281.tar.gz
u-boot-2edde00535f6f4bbac6acc145bab52653acc4281.tar.bz2
u-boot-2edde00535f6f4bbac6acc145bab52653acc4281.zip
Add dtc to u-boot-tools
Without dtc mkimage fails. Change-Id: If66e67881a616dddcda88004ffe073795e010433 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r--packaging/u-boot.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec
index f6456d2d4c..5092fd285d 100644
--- a/packaging/u-boot.spec
+++ b/packaging/u-boot.spec
@@ -32,6 +32,7 @@ and Microblaze.
%package -n u-boot-tools
Summary: Companion tools for Das U-Boot bootloader
Group: System/Kernel
+Provides: dtc
%description -n u-boot-tools
This package includes the mkimage program, which allows generation of U-Boot
@@ -93,6 +94,7 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -p -m 0755 tools/mkimage %{buildroot}%{_bindir}
install -p -m 0755 tools/env/fw_printenv %{buildroot}%{_bindir}
+install -p -m 0755 tools/dtc/dtc %{buildroot}%{_bindir}
( cd %{buildroot}%{_bindir}; ln -sf fw_printenv fw_setenv )
# u-boot installation
@@ -115,3 +117,4 @@ install -m 755 params.bin %{buildroot}/var/tmp/u-boot
%{_bindir}/mkimage
%{_bindir}/fw_printenv
%{_bindir}/fw_setenv
+%{_bindir}/dtc