diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2017-11-24 10:30:09 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2019-01-21 16:08:00 +0900 |
commit | 6e72a2e54fed2c85a9f9f8973f8b14a21b70f8c4 (patch) | |
tree | 90b10896e9e086cba5f2997d54d42c5974e65de3 | |
parent | 1ae4b2c3e70076f1721daab6a626caf3bb59bc24 (diff) | |
download | u-boot-artik7-6e72a2e54fed2c85a9f9f8973f8b14a21b70f8c4.tar.gz u-boot-artik7-6e72a2e54fed2c85a9f9f8973f8b14a21b70f8c4.tar.bz2 u-boot-artik7-6e72a2e54fed2c85a9f9f8973f8b14a21b70f8c4.zip |
packaging: artik7: add the os_version information
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>
-rw-r--r-- | packaging/u-boot-artik7.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/u-boot-artik7.spec b/packaging/u-boot-artik7.spec index ae4934ce52..fbc7573ca3 100644 --- a/packaging/u-boot-artik7.spec +++ b/packaging/u-boot-artik7.spec @@ -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 |