Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
* gerrit/next:
Declare layer compatibility for dunfell
Change-Id: Id469136d33a5cc39d8047bf241da5194cd21d448
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
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
|
|
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>
|
|
- 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>
|
|
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>
|
|
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>
|