aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13Add gitlab issue/merge request templatesHEADricefish_17.90.0ricefish/17.90.017.90.0masterJan-Simon Moeller2-0/+6
Add template files for gitlab Bug-AGL: SPEC-4474 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I7423be7fe95967b00cea7f31ffc37ae443ab8e0c
2020-11-15Enable testing without CAN hardwarequillback_16.93.0quillback_16.92.0quillback_16.91.1quillback_16.91.0quillback/16.93.0quillback/16.92.0quillback/16.91.1quillback/16.91.0pike_15.92.0pike_15.91.1pike_15.91.0pike/15.92.0pike/15.91.1pike/15.91.0octopus_14.94.0octopus_14.93.0octopus_14.92.0octopus_14.91.0octopus/14.94.0octopus/14.93.0octopus/14.92.0octopus/14.91.0needlefish_13.93.0needlefish_13.92.0needlefish_13.91.0needlefish/13.93.0needlefish/13.92.0needlefish/13.91.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.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.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.016.93.016.92.016.91.116.91.015.92.015.91.115.91.014.94.014.93.014.92.014.91.013.93.013.92.013.91.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0Scott Murray8-0/+473
Changes: - Add can-dev-mapping-helper support changes from meta-agl-demo. It is less than ideal to duplicate them, but the timing of the planned layer reorganization and slimming down of meta-agl makes this seem less hassle. Once the shift to the new layout is done, things can be rationalized as necessary. - Also add the simple_can_simulator.py script, since without any physical CAN connection something is needed to drive testing. Bug-AGL: SPEC-3689 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I655409806026024c804942415ac476e59b916c28
2020-07-10Point to new mailinglist at groups.iojellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.2Jan-Simon Moeller1-1/+1
https://lists.automotivelinux.org/g/agl-dev-community is the right url. Bug-AGL: SPEC-3490 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I5ba2fe60848a7acfcf2000c4549eb368cbd48e81
2020-06-17Use top-level LICENSE files for each repojellyfish_9.99.1jellyfish/9.99.19.99.1Jan-Simon Möller3-0/+333
We re-use the OpenEmbedded / Yocto Project style to declare the licenses more prominently in the top level folders. LICENSE is derived from poky's LICENSE file. Bug-AGL: SPEC-3295 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I130d83169462490a72b9ed95b6d696d71a4af640
2020-04-27Merge remote-tracking branch 'gerrit/next'Jan-Simon Möller1-1/+1
* gerrit/next: Declare layer compatibility for dunfell Change-Id: Id469136d33a5cc39d8047bf241da5194cd21d448 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2020-04-21Declare layer compatibility for dunfellnextScott Murray1-1/+1
For the upgrade to YP dunfell/3.1 we need to update the layer compatibility. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifbaa0de7ede745870e43abf595cf4b4f0c884a21
2020-02-21Declare layer compatibility with zeusJan-Simon Möller1-1/+1
For the uprev to YP 3.0 zeus we need to update the layer compatibility. Change-Id: Iddf2545cea18a0aec0bba34ad562b9e720cad645 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2019-09-21meta-agl-telematics-demo: fixed meta-raspberrypi URI string on README.mdicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.99.1seigot1-1/+1
- fails when use "git clone http://git.yoctoproject.org/meta-raspberrypi" - success when use "git clone git://git.yoctoproject.org/meta-raspberrypi" - referred to http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi Change-Id: I268d96ad88f91f4e07dfed43bd005f39e55ffef5 Bug-AGL: SPEC-2714 Signed-off-by: seigot <s.takada.3o3@gmail.com>
2019-07-05agl-login-manager: update LOGIN_USER overridehalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.3halibutScott Murray1-1/+1
The agl-login-manager bbappend was overriding the value of LOGIN_USER to 0 (root) as was being done in meta-agl-demo-platform. Now that the application framework changes to run applications as non-root by default have gone in, this needs to be updated to match the new behavior. Since the telematics demo image has no need to run anything as a passenger user, keep the override, but now set it 1001 / agl-driver. Bug-AGL: SPEC-2609 Change-Id: I6b42b8ef26ec7dc19c2973699743256073dd588c Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-04-23Initial check-inhalibut_7.99.2halibut_7.99.1halibut/7.99.2halibut/7.99.1guppy_7.0.2guppy/7.0.27.99.27.99.17.0.2Scott Murray27-0/+380
Define telematics demo platform. This layer is similar to meta-agl-demo and meta-agl-cluster-demo, except it defines a small platform for the telematics demo, based on the agl-profile-telematics profile. There is a "agl-telematics-demo" feature defined to enable building the platform. The defined agl-telematics-demo-platform image contains a minimal amount of services to host a simple demo application that reads CAN events and logs them via the MQTT protocol. At the moment, only the raspberrypi3 version has been built and tested, but there is nothing platform specific in the agl-telematics-demo-recorder application that would prevent use on another platform. Change-Id: I0ed94eefeff703afdcec81884bf16c10c63de28f Signed-off-by: Scott Murray <scott.murray@konsulko.com>