summaryrefslogtreecommitdiffstats
path: root/agl-basefiles
AgeCommit message (Collapse)AuthorFilesLines
2021-01-18Changed the installation path of librariesShuhei AKETA1-27/+22
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
2021-01-08Fixed make dependency definitionRiku Nomoto1-2/+2
Removed RPC_APIDEF because to build rpc_apidef is defined for rpc_library/tool. And make-target for RPC_APIDEF is just defined in service/other/rpc_library/tool/Makefile. Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I8dd870f8c919d85b9ce235f80858db64d7d6ddf0
2021-01-06Organized dependencies of xpathRiku Nomoto3-74/+12
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
2021-01-02Changed to not include autoconf.hRiku Nomoto1-1/+0
moduleid.h was including autoconf.h. However, this does not need to be included. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Iad2e30c952dc778198d143dd63063455fcac17bc
2020-12-30Changed version.txt to be installed by notification_persistent_service ↵Riku Nomoto1-1/+0
instead of agl-basefiles. The version.txt is only used by notification_persistent_service. Therefore, I moved version.txt. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I9efde01410635733b5263d14c987d0900fb037e8
2020-12-20Changed to not use SDKTARGETSYSROOT.Riku Nomoto1-11/+6
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-19Update agl_types_deprecated.hRiku Nomoto1-6/+4
Removed code that runs in kernel space. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I38e3393a380da6c11864ea6f14367b6a60689f90
2020-12-19Modified license header of some filesRiku Nomoto1-51/+1
To set appropreate header to the files, I reworked source codes of kernel-module-evklib. Header files and evk_lib.c are combined. v5: Kernel modules no longer have a header file.    The code of the header file was imported into evk_lib.c. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I2af32c59c13bdf7b6f56a8d0b4169e71d7ca8fd5
2020-12-18Removed unnecessary files.koi_10.91.0koi/10.91.010.91.0Riku Nomoto1-1385/+0
The deleted files have not been built. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I96f372837508cd1068e0563ad9efccc4b0d114ab
2020-12-17Changed the name of a file and some linesRiku Nomoto2-1/+1
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-16Fix path in aglpath.hRiku Nomoto1-2/+2
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I79ffad497ca11dc2283c1a53dedfc5f41c69429c
2020-12-03Changed autoconf.h ref to /kernel-build-artifactsRiku Nomoto1-1/+1
By not copying autoconf.h to usr/include/linux and not using it, changed from linux/autoconf.h to generated/autoconf.h https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/25647/1/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/agl-basefiles/agl-basefiles_1.0.0.bb#33 Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I694147d0427c43a2fc96b26304f5bf60d23de914
2020-11-23Fix path to various non-standard directoriesTadao Tanikawa1-1/+1
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-3/+3
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 Tanikawa2-2/+3
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-6/+6
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-19Init basesystem source codes.Riku Nomoto15-0/+4632
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I55aa2f1406ce7f751ae14140b613b53b68995528