meta-agl/meta-security/recipes-kernel/linux, branch needlefish_13.91.0 meta-agl layer (core AGL) http://git.automotivelinux.org/AGL/meta-agl/atom?h=needlefish_13.91.0 2020-12-17T13:59:52+00:00 SPEC-3723: restructure meta-agl 2020-12-17T13:59:52+00:00 Jan-Simon Moeller jsmoeller@linuxfoundation.org 2020-12-08T10:12:45+00:00 urn:sha1:1c3c06842ac1b9c089d0a08e91c60f44e4844fac Goal is to reach a minimal meta-agl-core as base for IVI and IC work at the same time. Trim dependencies and move most 'demo' related recipes to meta-agl-demo. v2: changed to bbapend + .inc , added description v3: testbuild of all images v4: restore -test packagegroup and -qa images, compare manifests and adapt packagegroups. v5: rebased v6: merged meta-agl-distro into meta-agl-core, due to dependency on meta-oe, moved -test packagegroup and -qa images to own layer meta-agl-core-test v7: Fixed comments from Paul Barker v8: Update the markdown files v9: restore wayland/weston/agl-compositor recipes/appends, reworked to move app f/w specific changes to bbappends in meta-app-framework and only demo specific weston-init changes to meta-agl-demo v10: fix s/agldemo/aglcore/ missed in weston-init.bbappend Description: This patch is part 1 out of 2 large patches that implement the layer rework discussed during the previous workshop. Essentially meta-agl-core is the small but versatile new core layer of AGL serving as basis for the work done by the IC and IVI EGs. All demo related work is moved to meta-agl-demo in the 2nd patchset. This should be applied together as atomic change. The resulting meta-agl/* follows these guidelines: - only bsp adaptations in meta-agl-bsp - remove the agl-profile-* layers for simplicity -- the packagegroup-agl(-profile)-graphical and so on have been kept in meta-agl-demo - meta-agl-profile-core is now meta-agl-core - meta-agl-core does pass yocto-check-layer -- therefore use the bbappend + conditional + .inc file construct found in meta-virtualization - meta-agl/meta-security has been merged into meta-agl/meta-app-framework - meta-netboot does pass yocto-check-layer - meta-pipewire does pass yocto-check-layer Migration: All packagegroups are preserved but they're now enabled by 'agl-demo'. Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia6c6e5e6ce2b4ffa69ea94959cdc57c310ba7c53 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25769 Smack: Improve safety of signal policy 2020-02-14T09:01:05+00:00 José Bollo jose.bollo@iot.bzh 2020-01-21T16:06:11+00:00 urn:sha1:c087734884b7d7eb308f190514e9c4740c662f23 This change enforce task to have `append` Smack's capacity (instead of `write`) to send a signal to an other task. Bug-AGL: SPEC-1780 Change-Id: I79687fcd0242db591255646d3b5c545badea3d47 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Integrate parts of meta-intel-iot-security 2018-02-13T10:02:00+00:00 José Bollo jose.bollo@iot.bzh 2018-01-24T10:38:43+00:00 urn:sha1:f70d712e4f505f5c5b50ae17f4f023d20a667568 Adds the recipes of the sub layers - meta-security-framework - meta-security-smack Change-Id: I618608008a3b3d1d34adb6e38048110f13ac0643 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>meta-agl/meta-security/recipes-kernel/linux, branch needlefish_13.91.0</title>
<subtitle>meta-agl layer (core AGL)</subtitle>
<id>http://git.automotivelinux.org/AGL/meta-agl/atom?h=needlefish_13.91.0</id>
<link rel="self" href="http://git.automotivelinux.org/AGL/meta-agl/atom?h=needlefish_13.91.0"/>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/"/>
<updated>2020-12-17T13:59:52+00:00</updated>
<entry>
<title>SPEC-3723: restructure meta-agl</title>
<updated>2020-12-17T13:59:52+00:00</updated>
<author>
<name>Jan-Simon Moeller</name>
<email>jsmoeller@linuxfoundation.org</email>
</author>
<published>2020-12-08T10:12:45+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=1c3c06842ac1b9c089d0a08e91c60f44e4844fac"/>
<id>urn:sha1:1c3c06842ac1b9c089d0a08e91c60f44e4844fac</id>
<content type="text"> Goal is to reach a minimal meta-agl-core as base for IVI and IC work at the same time. Trim dependencies and move most 'demo' related recipes to meta-agl-demo. v2: changed to bbapend + .inc , added description v3: testbuild of all images v4: restore -test packagegroup and -qa images, compare manifests and adapt packagegroups. v5: rebased v6: merged meta-agl-distro into meta-agl-core, due to dependency on meta-oe, moved -test packagegroup and -qa images to own layer meta-agl-core-test v7: Fixed comments from Paul Barker v8: Update the markdown files v9: restore wayland/weston/agl-compositor recipes/appends, reworked to move app f/w specific changes to bbappends in meta-app-framework and only demo specific weston-init changes to meta-agl-demo v10: fix s/agldemo/aglcore/ missed in weston-init.bbappend Description: This patch is part 1 out of 2 large patches that implement the layer rework discussed during the previous workshop. Essentially meta-agl-core is the small but versatile new core layer of AGL serving as basis for the work done by the IC and IVI EGs. All demo related work is moved to meta-agl-demo in the 2nd patchset. This should be applied together as atomic change. The resulting meta-agl/* follows these guidelines: - only bsp adaptations in meta-agl-bsp - remove the agl-profile-* layers for simplicity -- the packagegroup-agl(-profile)-graphical and so on have been kept in meta-agl-demo - meta-agl-profile-core is now meta-agl-core - meta-agl-core does pass yocto-check-layer -- therefore use the bbappend + conditional + .inc file construct found in meta-virtualization - meta-agl/meta-security has been merged into meta-agl/meta-app-framework - meta-netboot does pass yocto-check-layer - meta-pipewire does pass yocto-check-layer Migration: All packagegroups are preserved but they're now enabled by 'agl-demo'. Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia6c6e5e6ce2b4ffa69ea94959cdc57c310ba7c53 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25769 </content>
</entry>
<entry>
<title>Smack: Improve safety of signal policy</title>
<updated>2020-02-14T09:01:05+00:00</updated>
<author>
<name>José Bollo</name>
<email>jose.bollo@iot.bzh</email>
</author>
<published>2020-01-21T16:06:11+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=c087734884b7d7eb308f190514e9c4740c662f23"/>
<id>urn:sha1:c087734884b7d7eb308f190514e9c4740c662f23</id>
<content type="text"> This change enforce task to have `append` Smack's capacity (instead of `write`) to send a signal to an other task. Bug-AGL: SPEC-1780 Change-Id: I79687fcd0242db591255646d3b5c545badea3d47 Signed-off-by: José Bollo <jose.bollo@iot.bzh> </content>
</entry>
<entry>
<title>Integrate parts of meta-intel-iot-security</title>
<updated>2018-02-13T10:02:00+00:00</updated>
<author>
<name>José Bollo</name>
<email>jose.bollo@iot.bzh</email>
</author>
<published>2018-01-24T10:38:43+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=f70d712e4f505f5c5b50ae17f4f023d20a667568"/>
<id>urn:sha1:f70d712e4f505f5c5b50ae17f4f023d20a667568</id>
<content type="text"> Adds the recipes of the sub layers - meta-security-framework - meta-security-smack Change-Id: I618608008a3b3d1d34adb6e38048110f13ac0643 Signed-off-by: José Bollo <jose.bollo@iot.bzh> </content>
</entry>
</feed>