From: Jaehoon Chung Date: Fri, 24 Nov 2017 01:25:18 +0000 (+0900) Subject: packaging: artik530: add the os_version information X-Git-Tag: submit/tizen/20190213.074817~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ae4b2c3e70076f1721daab6a626caf3bb59bc24;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git packaging: artik530: add the os_version information 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 --- diff --git a/packaging/u-boot-artik530.spec b/packaging/u-boot-artik530.spec index d74f41e43e..fbc275aee6 100644 --- a/packaging/u-boot-artik530.spec +++ b/packaging/u-boot-artik530.spec @@ -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 \