packaging: artik7: add the os_version information
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 24 Nov 2017 01:30:09 +0000 (10:30 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:08:00 +0000 (16:08 +0900)
Add the os_version information as 2.0.0.
it's used the argument about mkimage_signed script.

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

index ae4934ce52c7da8ae2e8a2c0a27623231cf12a75..fbc7573ca3afc43f2710068a917015fd6a93d965 100644 (file)
@@ -22,6 +22,8 @@ Group: System/Kernel
 This package includes SECURE_BINGEN and config files for the tool to create
 image with nexell format.
 
+%define os_version 2.0.0
+
 %prep
 %setup -q
 
@@ -46,7 +48,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 artik710_raptor_config
+./tools/mkimage_signed.sh u-boot.bin artik710_raptor_config %{os_version}
 
 # gen_fip_image
 tools/fip_create/fip_create --dump --bl33 u-boot.bin fip-nonsecure.bin