summaryrefslogtreecommitdiffstats
path: root/service/other
AgeCommit message (Collapse)AuthorFilesLines
2021-01-24Resolve libev.so conflictsShuhei AKETA1-2/+2
service/other/event_library/library/Makefile generates libev.so. libev.so is existing by meta-openembedded/meta-oe/recipes-connectivity/libev. Therefore, I renamed the libev.so generated by the Makefile to libbs_ev.so. Signed-off-by: Shuhei AKETA <shuhei.aketa@woven-planet.global> Change-Id: I5af26f44947ed1f0cdd170bd5dc0f9c3b2d71ad9
2021-01-06Organized dependencies of xpathRiku Nomoto1-1/+1
This patch should be merged after 25841 has been merged. https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/25841 xpath is used in launch_xml2cfg.sh. launch_xml2cfg.sh converts xml to cfg. Originally, agl.mk was running launch_xml2cfg.sh. Only SystemManager uses launch_xml2cfg.sh. Therefore, I changed launch_xml2cfg.sh from agl.mk to SystemManager's Makefile. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Ib4c5813c89573222217a6df971b720f9be35fc3f
2020-12-20Changed to not use SDKTARGETSYSROOT.Riku Nomoto2-2/+140
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-12-19Changed the path of agl.mk in the Makefile for each service.Riku Nomoto1-1/+1
Changed the location of agl.mk from sysroot to src folder. Therefore, the Yocto recipes need to change the S and subpath. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: If0c6da774faf82237acbeb1f7d33f4dbc2858906
2020-12-17Changed the name of a file and some linesRiku Nomoto2-3/+3
From agl_types_obsoluted.h => agl_types_deprecated.h because "obsolute" is misspelled. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Id9d58399b0eea778641ba627cf7b7f845ed43e0a
2020-12-15Fix build of os-rpclibrary-tool-nativeTadao Tanikawa1-2/+4
Fix missing dependency and double execution of bison. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I3d8d3ec5de4eceaaaf520bf24c3718c73acaaa1f
2020-11-23Fix the path to the architecture-independent dataTadao Tanikawa1-1/+1
Fix the path to the architecture-independent data, '/usr/agl/share' to follow the standard, '/usr/share' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I9a547474a738ebbbbabc7eb8441ccbf3a2d3f6e0
2020-11-23Fix the path to the directory of the include filesTadao Tanikawa1-2/+2
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 Tanikawa58-0/+14875
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