Disable system resource boost 60/299260/2 accepted/tizen/8.0/unified/20231005.093513 accepted/tizen/unified/20230925.160809 tizen_8.0_m2_release
authorYoungHun Kim <yh8004.kim@samsung.com>
Sun, 24 Sep 2023 22:22:09 +0000 (07:22 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Sun, 24 Sep 2023 22:30:33 +0000 (07:30 +0900)
 - Recently, we have applied a system resource boost for service launching performance
   despite the restrictions (client connection issue during cpu boost) by VD requirement
   but the restriction issue came up as expect. Since I disable it at first with keeping
   the relevant code rather than rollback a patch.

Change-Id: I866342f8d526b39b1ff49d8a46deaeb197e14d9e

packaging/mused.spec

index 335b4eb..16b76c1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.173
+Version:    0.3.174
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
@@ -81,7 +81,7 @@ export LDFLAGS+=" -lgcov "
 %endif
 
 %if ("%{_vd_cfg_product_type}" == "AUDIO") || ("%{_vd_cfg_product_type}" == "TV") || ("%{_vd_cfg_product_type}" == "LFD") || ("%{_vd_cfg_product_type}" == "HTV") || ("%{_vd_cfg_product_type}" == "AV") || ("%{_vd_cfg_product_type}" == "IWB") || ("%{_vd_cfg_product_type}" == "WALL")
-%cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DLIBDIR=%{_libdir} -DTZ_SYS_DATA=%TZ_SYS_DATA -DMUSE_REGISTER_VIP=1 -DMUSE_TTRACE_ENABLE=1 -DMUSE_LWIPC_ENABLE=1 -DMUSE_BOOST_ENABLE=1
+%cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DLIBDIR=%{_libdir} -DTZ_SYS_DATA=%TZ_SYS_DATA -DMUSE_REGISTER_VIP=1 -DMUSE_TTRACE_ENABLE=1 -DMUSE_LWIPC_ENABLE=1
 %else
 export CFLAGS+=" -DMUSE_USE_POWER_OFF_STATE_CHANGE -DMUSE_USE_WATCHDOG"
 %cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DLIBDIR=%{_libdir} -DTZ_SYS_DATA=%TZ_SYS_DATA -DMUSE_GTESTS_BUILD=%{?gtests:1}%{!?gtests:0} -DMUSE_STORAGE_ENABLE=1