packaging: artik530: add the os_version information
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 24 Nov 2017 01:25:18 +0000 (10:25 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:07:59 +0000 (16:07 +0900)
Add the os_version information as 1.0.0.
It is used the argument about mkimage_signed script.

Change-Id: Idc4cbd9289d18dbf157f78f90f97d1f48b129192
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
packaging/u-boot-artik530.spec

index d74f41e43ecaefe36202b85e478a7da43ba81ae3..fbc275aee617609cebabef40bc72dc70bb4c838a 100644 (file)
@@ -13,6 +13,8 @@ BuildRequires: u-boot-tools
 %description
 bootloader for Embedded boards based on ARM processor
 
+%define os_version 1.0.0
+
 %prep
 %setup -q
 
@@ -36,7 +38,7 @@ rm copy_env_common.o default_envs.txt
 
 # Sign u-boot.bin - output is: u-boot.bin
 chmod 755 tools/mkimage_signed.sh
-./tools/mkimage_signed.sh u-boot.bin artik530_raptor_config
+./tools/mkimage_signed.sh u-boot.bin artik530_raptor_config %{os_version}
 
 # gen_nexell_image
 tools/nexell/SECURE_BINGEN \