summaryrefslogtreecommitdiffstats
path: root/agl-systemd
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26Fix Positioning startup errormarlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi/10.93.0jellyfish_10.0.3jellyfish/10.0.312.91.012.90.112.90.011.92.010.93.010.0.3Riku Nomoto1-0/+1
The /tmp/shm folder is required to start Positioning. The creation of this folder is performed by setup_refhw.sh. I thought this script was unnecessary, but without it, Basesystem service does not work. setup_refhw.sh has the terrible file name and command. Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I8b4bb6f897b77683a7586099a1880fa37d327d4a
2021-01-18Changed the installation path of librariesShuhei AKETA1-6/+0
The libraries required by basesystem were deployed in /usr/lib/basesystem. However, if the libraries were installed in this path, the executable would not link the libraries. I changed the path of the librariesfrom /usr/lib/basesystem to /usr/lib. Signed-off-by: Shuhei AKETA <shuhei.aketa@woven-planet.global> Change-Id: I174b29e96e1da9001f8c5308025abaaaeddc6342
2020-12-30Reworked by rearranging agl-systemd's recipeRiku Nomoto3-4/+2
The current AGL is running the process as root user. Therefore, there is no need to configure the capability. This patch changes the script to not run the capability setting. I'm not sure if these scripts are working as expected now. Toyota will not implement the capability settings this time. This will be worked out in future Production Readiness activities. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Ie425edd64441f7526f0774e75011b594802fbd4a
2020-11-23Fix the path to user commandsTadao Tanikawa3-37/+37
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 path to various non-standard directoriesTadao Tanikawa8-20/+20
Fix path to non-standard directories, - /nv to /var/local/lib/basesystem/nv - /ramd to /var/local/lib/basesystem/ramd - /tool_9E_SI to /etc/basesystem - /usr/target to /etc/basesystem/target Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I42a54624230cb0ec0271f8cdbacb0b178c9f3e8e
2020-11-23Fix the path to the directory for the librariesTadao Tanikawa1-1/+1
Fix the path to the directory of the libraries, '/usr/agl/lib' to follow the standard, '/usr/lib' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I353cfe3017967ae25348ce10460e453a96d6424e
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-19Init basesystem source codes.Riku Nomoto17-0/+761
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I55aa2f1406ce7f751ae14140b613b53b68995528