pass-hal: tm2: Release v1.0.0 50/158850/1 accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.0/unified/20181102.012803 accepted/tizen/5.5/unified/20191031.004148 accepted/tizen/5.5/unified/mobile/hotfix/20201027.082402 accepted/tizen/5.5/unified/wearable/hotfix/20201027.123608 accepted/tizen/unified/20171123.065854 submit/tizen/20171123.001235 submit/tizen_5.0/20181101.000001 submit/tizen_5.5/20191031.000010 submit/tizen_5.5_mobile_hotfix/20201026.185101 submit/tizen_5.5_wearable_hotfix/20201026.184301 tizen_5.5.m2_release
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 24 Oct 2017 05:56:44 +0000 (14:56 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 24 Oct 2017 06:09:58 +0000 (15:09 +0900)
Detailed description for this release:
- Provide the configuration files for Exynos5433-based TM2 board
- /etc/pass/pass.conf contains the list of supported h/w resources as following:
 : pass-resource0.conf indicates the LITTLE cluster h/w which have four CPU.
 : pass-resource1.conf indicates the big cluster h/w which have four CPU.
 : pass-resource2.conf indicates the Memory Bus h/w for INT (Internal) block.
 : pass-resource3.conf indicates the Memory Bus h/w for MIF (Memory Interface).
 : pass-resource4.conf indicates the GPU h/w.
 : pass-resource5.conf indicates the Memory h/w.

Change-Id: I1cf632361cf806df62e757bbbd19132394d2a426
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/pass-hal-tm2.spec

index 304de0b..952c5e3 100644 (file)
@@ -1,4 +1,4 @@
-%define version 0.0.1
+%define version 1.0.0
 %define release 1
 
 Name:       pass-hal-tm2
@@ -16,8 +16,8 @@ Requires(post): /sbin/ldconfig
 Requires(post): /bin/systemctl
 Requires(postun): /sbin/ldconfig
 Requires(postun): /bin/systemctl
-Requires: pass >= 0.0.1
-Requires: pass-hal-standard >= 0.0.1
+Requires: pass >= 1.0.0
+Requires: pass-hal-standard >= 1.0.0
 BuildRequires:  cmake
 
 %description