summaryrefslogtreecommitdiffstats
path: root/service/system/config/library/system_manager_config/last2order/Makefile
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-22 09:58:42 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-23 13:38:54 +0000
commit23d40b490b2e6735d70d413e6a147d78b1898c8b (patch)
treebba5789f6b5d6a1771677ead07129e43c6df857f /service/system/config/library/system_manager_config/last2order/Makefile
parentf375d527c775582f4229a94d96177f18d80f0008 (diff)
Fix the path to the host specific system configurations
Fix the path to the host specific system configurations, '/usr/conf/' to follow the standard '/etc'. And all configurations of agl basesystem should stored under subdirectory, 'basesystem'. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I2be55d483a4a359e69250fc36d1f03a55a01cd8e
Diffstat (limited to 'service/system/config/library/system_manager_config/last2order/Makefile')
-rwxr-xr-xservice/system/config/library/system_manager_config/last2order/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/service/system/config/library/system_manager_config/last2order/Makefile b/service/system/config/library/system_manager_config/last2order/Makefile
index 8384d72..5962200 100755
--- a/service/system/config/library/system_manager_config/last2order/Makefile
+++ b/service/system/config/library/system_manager_config/last2order/Makefile
@@ -16,13 +16,13 @@
# ==== Customization ================
#Directory path located XMLs for conversion
-CONFXML_DIR_PATH ?= $(SDKTARGETSYSROOT)/usr/agl/conf/sm_last2order
+CONFXML_DIR_PATH ?= $(SDKTARGETSYSROOT)/etc/basesystem/sm_last2order
#path to order file
ORDER_DEF_PATH ?= $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_wakeup_order.h
#path to be installed CFO file
-CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/usr/agl/conf/systemmanager
+CONF_INSTALL_DIR ?= $(SDKTARGETSYSROOT)/etc/basesystem/systemmanager
# ==================================
@@ -43,8 +43,8 @@ _all:$(CFOFILES)
install:install-pre install-cfo
install-pre:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/sm_last2order;\
- install -m 644 -t $(DESTDIR)/usr/agl/conf/systemmanager sm_last2order.cfo
+ install -d -m 775 $(DESTDIR)/etc/basesystem/sm_last2order;\
+ install -m 644 -t $(DESTDIR)/etc/basesystem/systemmanager sm_last2order.cfo
install-cfo:_all
set -e ;\