summaryrefslogtreecommitdiffstats
path: root/service/system/task_manager/client
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12Fix taskmanager/client/libtskmcfg/Makefile for crossbuild environmentkoi_10.92.0koi/10.92.010.92.0Jan-Simon Moeller1-3/+5
The Makefile needs to take the proper flags into account to use the native sysroot to find -lexpat in the native case for the build-time parser compilation to work. Note that there is HOSTCPP=cpp left that is a direct host dependency. Bug-AGL: SPEC-3670 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I70b111d6385e0f465353ed2fe2a754b0c34db797
2021-01-03Fixed Makefile targetRiku Nomoto1-6/+5
The install command was being executed with do_compile. Because DESTDIR was not defined, the install command was not executed correctly. Therefore, it was fixed so that the install command is not executed in do_compile. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I272fc8252db17638c70ca81b0a016b90ab3f0c06
2021-01-02Rename agl_thread.h to agl_thread_tm.hRiku Nomoto2-4/+4
There were the same name files. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I9e3fdd4d263ba91e697107f980ec2ee2a8b22fee
2020-12-20Changed to not use SDKTARGETSYSROOT.Riku Nomoto1-2/+0
Yocto sets the recipe-sysroot directory as the sysroot. Therefore, there is no need to define the path of the recipe-sysroot using SDKTARGETSYSROOT in the recipe. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I9f3c7155a0f9656a916a2d6ba71371a4376b502b
2020-11-23Fix the path to user commandsTadao Tanikawa1-9/+9
Fix the path to the user commands, '/usr/agl/bin' to follow the standard '/usr/bin'. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: Ia10b428baf832b3db8f15a04605dc9c25ce14fe8
2020-11-23Fix the path to the host specific system configurationsTadao Tanikawa1-2/+2
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
2020-11-23Fix the path to the directory of the include filesTadao Tanikawa1-1/+1
Fix the path to the directory of the include files, '/usr/agl/include' to follow the standard, '/usr/include/' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I170f23db7178b79bb1081fde9198cb244a51e64c
2020-11-22Re-organized sub-directory by categoryTadao Tanikawa31-0/+4801
Since all the sub-directories were placed in the first level, created sub-directories, "hal", "module", and "service" for classification and relocated each component. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: Ifdf743ac0d1893bd8e445455cf0d2c199a011d5c