Without dtc mkimage fails.
Change-Id: If66e67881a616dddcda88004ffe073795e010433
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
%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
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
%{_bindir}/mkimage
%{_bindir}/fw_printenv
%{_bindir}/fw_setenv
+%{_bindir}/dtc