From: Jaehoon Chung Date: Thu, 7 Nov 2019 21:28:25 +0000 (+0900) Subject: packaging: u-boot-xu3: remove u-boot-tools package X-Git-Tag: submit/tizen/20191111.033315~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bba4e0369f67f248d309efc3955e198d6d2234b;p=platform%2Fkernel%2Fu-boot.git packaging: u-boot-xu3: remove u-boot-tools package Remove u-boot-tools package in u-boot-xu3.spec. u-boot-tools is also building from u-boot-rpi3-32b.spec. So it's created duplicated rpm on download.tizen.org. - u-boot-tools-2019.10-38.1.armv7l.rpm - u-boot-tools-2019.10-39.1.armv7l.rpm Change-Id: I5c1e83935d4c37f8bff3f2bcf53283b3a7cc116c Signed-off-by: Jaehoon Chung --- diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec index 0ee56e7752..497945115f 100644 --- a/packaging/u-boot-xu3.spec +++ b/packaging/u-boot-xu3.spec @@ -29,16 +29,6 @@ intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, 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 -images in various formats, and the fw_printenv and fw_setenv programs to read -and modify U-Boot's environment. - %ifarch %{arm} %global use_mmc_storage 1 %endif @@ -87,13 +77,6 @@ rm copy_env_common.o default_envs.txt %install rm -rf %{buildroot} -# Tools installation -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 mkdir -p %{buildroot}/var/tmp/u-boot-xu3 install -d %{buildroot}/var/tmp/u-boot-xu3 @@ -107,11 +90,3 @@ install -m 755 params.bin %{buildroot}/var/tmp/u-boot-xu3 %manifest u_boot_xu3.manifest %defattr(-,root,root,-) /var/tmp/u-boot-xu3 - -%files -n u-boot-tools -%manifest u_boot_xu3.manifest -%defattr(-,root,root,-) -%{_bindir}/mkimage -%{_bindir}/fw_printenv -%{_bindir}/fw_setenv -%{_bindir}/dtc