From: eunggu kim Date: Tue, 7 Nov 2017 05:37:51 +0000 (+0900) Subject: packaging : provide nexell tool for build image file for artik710 X-Git-Tag: submit/tizen/20190213.074817~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a9190791981a16299c9a8143167d60189c53204;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git packaging : provide nexell tool for build image file for artik710 provide nexell tool for build image file for artik710. Change-Id: Id0590c334c587c0fd644a1d9d789ab5f5f49d7ea Signed-off-by: eunggu kim --- diff --git a/packaging/u-boot-artik7.spec b/packaging/u-boot-artik7.spec index 4473b799d1..ebdf07c36f 100644 --- a/packaging/u-boot-artik7.spec +++ b/packaging/u-boot-artik7.spec @@ -14,6 +14,14 @@ BuildRequires: u-boot-tools %description bootloader for Embedded boards based on ARM processor +%package -n nexell-tools +Summary: tools to create nexell soc loadable image +Group: System/Kernel + +%description -n nexell-tools +This package includes SECURE_BINGEN and config files for the tool to create +image with nexell format. + %prep %setup -q @@ -55,6 +63,10 @@ mkdir -p %{buildroot}/boot/u-boot install -d %{buildroot}/boot/u-boot install -m 755 fip-nonsecure.img %{buildroot}/boot/u-boot install -m 755 params.bin %{buildroot}/boot/u-boot +mkdir -p %{buildroot}/boot/tools +install -d %{buildroot}/boot/tools +install -m 755 tools/nexell/SECURE_BINGEN %{buildroot}/boot/tools +install -m 755 tools/nexell/nsih/raptor-64.txt %{buildroot}/boot/tools %clean @@ -62,3 +74,6 @@ install -m 755 params.bin %{buildroot}/boot/u-boot %manifest u-boot-artik7.manifest %defattr(-,root,root,-) /boot/u-boot + +%files -n nexell-tools +/boot/tools