From 2fcafc6b478424aed80810ac9774223ba548572b Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Tue, 24 Oct 2017 14:56:44 +0900 Subject: [PATCH] pass-hal: tm2: Release v1.0.0 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 --- packaging/pass-hal-tm2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/pass-hal-tm2.spec b/packaging/pass-hal-tm2.spec index 304de0b..952c5e3 100644 --- a/packaging/pass-hal-tm2.spec +++ b/packaging/pass-hal-tm2.spec @@ -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 -- 2.7.4