From: Maciej Wereski Date: Thu, 19 Mar 2015 10:39:59 +0000 (+0100) Subject: Add dtc to u-boot-tools X-Git-Tag: accepted/tizen/unified/20191107.062134~208 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38f6964f4fdf11960dd783f5c3003b10eb4d64b2;p=platform%2Fkernel%2Fu-boot.git Add dtc to u-boot-tools Without dtc mkimage fails. Change-Id: If66e67881a616dddcda88004ffe073795e010433 Signed-off-by: Maciej Wereski --- diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec index 0590cde..e81af0a 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