summaryrefslogtreecommitdiffstats
path: root/hal
AgeCommit message (Collapse)AuthorFilesLines
2021-01-18Changed the installation path of librariesShuhei AKETA13-45/+11
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-20Changed to not use SDKTARGETSYSROOT.Riku Nomoto13-36/+37
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-2/+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-17Fixed overwriting of CXXFLAGS.Riku Nomoto7-7/+7
Replaced "CXXFLAGS :=" to "CXXFLAGS +=" in Makefiles. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Ia467b8522677e7bb215131f6f7854d3664b121a4
2020-12-17Changed the name of a file and some linesRiku Nomoto12-12/+12
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-15Removed update_halRiku Nomoto4-541/+0
Because there aren't any modules in Basesystem. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I8e0d1b4da7a3af3e15cc8819f7c82491db98978e
2020-12-14input_hal: do not reset LDFLAGS but amendJan-Simon Möller1-1/+1
Do not reset the LFDLAGS in the Makefile. This fixes a QA issue in the build. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Idff63aef9715528fb80f7556f191ea3b8c64cbed
2020-11-23Fix path to various non-standard directoriesTadao Tanikawa2-4/+4
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 Tanikawa12-14/+14
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-23Fix the path to the directory of the include filesTadao Tanikawa13-29/+28
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 Tanikawa123-0/+26781
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