summaryrefslogtreecommitdiffstats
path: root/meta-oem-production-readiness/meta-agl-basesystem/recipes-platform
AgeCommit message (Collapse)AuthorFilesLines
2023-07-14Adapt basesystem image to the packagegroup changesJan-Simon Moeller1-1/+1
This brings the image up-to-date with the recent changes. Bug-AGL: SPEC-4813 Change-Id: I99769ef011ba8d6c6ae3e9e2f6b65172797feb9d Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2021-12-19Update the description of packagegroup-agl-basesystem.bbmarlin_12.91.0marlin/12.91.012.91.0Riku.Nomoto1-1/+1
The previous description was misleading to developers. Previous : "AGL Core Package Groups" Now : "AGL Basesystem Core Package Groups" Refer to https://jira.automotivelinux.org/browse/SPEC-4091 Signed-off-by: Riku.Nomoto <riku.nomoto@woven-planet.global> Change-Id: I1ba281fc1ad0206c7fcd1e48ab206a75fef7454e
2021-08-20Convert to new override syntaxScott Murray5-7/+7
This is mostly the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. A few minor fixups were done by hand afterwards during a review of the changes. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I0bbae97331abee1367b368ce54ab39e3162a12ec
2021-01-26oem-pr-bs: add services and managers APIkoi_10.93.0koi/10.93.010.93.0Riku Nomoto2-1/+15
This is the ninth commit of agl-basesystem. All Basesystem's services API v13 (jsmoeller): fix build of multiple packages v16 (tanikawa): fix include path to kernel header v20 (jsmoeller): fix build of agl-service-vs-positioning v21 (jsmoeller): remove RDEPENDS on elfio - it is only headers, thus not required on target v25 (nomoto): change mail address and author v35 (nomoto): remove OECORE_NATIVE_SYSROOT v40 (nomoto): remove EXTRA_OEMAKE (RPATHLINK) v43 (nomoto): readd a service file Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I206637abf8c070d7bf409377bef970023ddb2f69
2021-01-24oem-pr-bs: add positioning serviceRiku Nomoto2-0/+3
This is the eighth commit of agl-basesystem. Sensor data (GPS, Gyro and etc.) handling v12 (jsmoeller): fix build of multiple packages v20 (nomoto): change mail address and author v27 (nomoto): make hal recipes inherit bshalmake v34 (nomoto): fix cid and FILES Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I3c7e8d7be16777018b09815577764d95a8a00849
2021-01-14oem-pr-bs: add resource and task managerRiku Nomoto1-0/+6
This is the seventh commit of agl-basesystem. Resource manager monitoring procfs and non-resident process manager v12 (jsmoeller): fix build of multiple packages v15 (tanikawa): fix build of ss-taskmanager v20 (nomoto): change mail address and author v23 (nomoto): add expat-native for build v28 (nomoto): change SRCURI and inherit line v29 (nomoto): remove OECORE_NATIVE_SYSROOT Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I5b65f62082f2ad0fd613c2ed56a2de1824387390
2021-01-14oem-pr-bs: add backup mng and mem access libsRiku Nomoto2-0/+3
This is the sixth commit of agl-basesystem. Service backup manager and non-volatile memory access library v12 (jsmoeller): fix build of multiple packages v18 (nomoto): change mail address and author v23 (nomoto): make hal recipes inherit bshalmake Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I64497d80424c136da75e13132bc192f70cba6fac
2021-01-14oem-pr-bs: add communication librariesRiku Nomoto1-0/+1
This is the fifth commit of agl-basesystem. Communication libraries v13 (jsmoeller): fix build of multiple packages v19 (nomoto): change mail address and author Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I18fdf9bd59c71a02de5a592d694fd06ffddbd997
2021-01-14oem-pr-bs: add various HAL librariesRiku Nomoto2-2/+15
This is the fourth commit of agl-basesystem. These Basesystem HAL implementation are sample. v16 (jsmoeller): restored commit which was squashed in v15 v22 (nomoto): change mail address and author v26 (nomoto): make hal recipes inherit bshalmake Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: Ib6ff58e667635725d962d1548bef03950e0a0d22
2021-01-14oem-pr-bs: add kernel-module-evklibRiku Nomoto1-0/+1
This is the third commit of agl-basesystem. Event library kernel module v23 (nomoto): update subpath, branch and S to make recipes simple v32 (nomoto): change mail address and author Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I278c23e7e625c7e8088b9766b6aa50f4bc0eb6cc
2021-01-12oem-pr-bs: add core services and librariesRiku Nomoto6-22/+29
This is the second commit of agl-basesystem. IPC/RPC library group binding each modules v14 (jsmoeller): update BASESYSTEM_REVISION to fix libinput-hal build v16 (jsmoeller): update BASESYSTEM_REVISION v17 (taniakwa): fix os-rpclibrary-tool-native build - fix invalid path to LICENSE to use devtool - fix error when rebuild (clean generated files first) v19 (nomoto): fix to set host only tool in class-native v20 (nomoto): update subpath, branch and S to make recipes simple v21 (nomoto): fix EXTRA_OEMAKE to set default value v25 (nomoto): change mail address and author v29 (nomoto): remove agl-basesystem-hal.bbclass Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku.nomoto@woven-planet.global> Change-Id: I5da43003d8a976912d183474aea884ec1b81a708
2020-12-01oem-pr-bs: initial commitRiku Nomoto5-0/+67
This is the initial commit of agl-basesystem. - create new layer, meta-oem-production-readiness - create sub-layer, meta-agl-basesystem - add 1 feature to enable basesystem - add 2 bbclass which support to build - add packagegroups as place holder Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I457fb12086d913e8082843c87de9673df4d65710