It needs to sign the bootloader image since OS_3.0.0.
Include the nonsigned-xxxx.img in rpm packages.
Modify the spec file to release the prebuilt image about each boards.
Change-Id: Id7fe5a794b0526ba25a16a427c02763244f8de8d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
# u-boot installation
mkdir -p %{buildroot}/boot/u-boot
install -d %{buildroot}/boot/u-boot
-install -m 755 bootloader.img %{buildroot}/boot/u-boot
+install -m 755 bootloader.img %{buildroot}/boot/u-boot/nonsigned-bootloader.img
+install -m 755 ./scripts/tizen/artik530s/os_3.0.0/bootloader.img %{buildroot}/boot/u-boot
install -m 755 params.bin %{buildroot}/boot/u-boot
%clean
# u-boot installation
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 fip-nonsecure.img %{buildroot}/boot/u-boot/nonsigned-fip-nonsecure.img
+install -m 755 ./scripts/tizen/artik710s/os_3.0.0/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