meta-agl/meta-app-framework/recipes-security/xmlsec1, branch 13.91.0 meta-agl layer (core AGL) http://git.automotivelinux.org/AGL/meta-agl/atom?h=13.91.0 2021-11-04T14:24:17+00:00 Prepare master for new framework integration 2021-11-04T14:24:17+00:00 Jan-Simon Moeller jsmoeller@linuxfoundation.org 2021-10-18T12:07:53+00:00 urn:sha1:d468ce3b3d602f7c8a88d67126a32900b76fd433 During the last workshop the transition to the new framework was presented. This change essentially deprecates the SMACK-based application framework. To prepare the integration of it, we remove the deprecated components: - meta-agl-core: remove Smack kernel patches - meta-app-framework - meta-pipewire/dynamic-layers/meta-app-framework/ v2: rebased Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Icdaeadfb5d2193f3a4c535168c88da6073423e67 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26752 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 meta-security meta-app-framework: handle xmlsec1 upgrade 2020-01-22T23:14:18+00:00 Scott Murray scott.murray@konsulko.com 2020-01-22T22:00:28+00:00 urn:sha1:96bca6489f4193e84e74e93b87d0c7a89ca3d200 Remove now unneeded meta-security xmlsec1 bbappend, and update the bbappend in meta-app-framework to work with the new xmlsec1 1.2.28 recipe in oe-core. Bug-AGL: SPEC-2932 Change-Id: If57b7c9fa2a4d2b8f9470dd67e95b4579d1210c7 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Move xmlsec1 folder in meta-app-framework 2018-02-16T16:54:57+00:00 Jan-Simon Möller jsmoeller@linuxfoundation.org 2018-02-16T16:52:17+00:00 urn:sha1:3aa279fa890da6a9954ba8279aefcd8286a74357 The upstream location of xmlsec1 changed from recipes-support/xmlsec1 to recipes-security/xmlsec1 Also we need to add 2 more dependencies added. Bug-AGL: SPEC-1297 Change-Id: Iba96bbb8a63ea9c9b8240f1a72e6e3423178e05c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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-app-framework/recipes-security/xmlsec1, branch 13.91.0</title>
<subtitle>meta-agl layer (core AGL)</subtitle>
<id>http://git.automotivelinux.org/AGL/meta-agl/atom?h=13.91.0</id>
<link rel="self" href="http://git.automotivelinux.org/AGL/meta-agl/atom?h=13.91.0"/>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/"/>
<updated>2021-11-04T14:24:17+00:00</updated>
<entry>
<title>Prepare master for new framework integration</title>
<updated>2021-11-04T14:24:17+00:00</updated>
<author>
<name>Jan-Simon Moeller</name>
<email>jsmoeller@linuxfoundation.org</email>
</author>
<published>2021-10-18T12:07:53+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=d468ce3b3d602f7c8a88d67126a32900b76fd433"/>
<id>urn:sha1:d468ce3b3d602f7c8a88d67126a32900b76fd433</id>
<content type="text"> During the last workshop the transition to the new framework was presented. This change essentially deprecates the SMACK-based application framework. To prepare the integration of it, we remove the deprecated components: - meta-agl-core: remove Smack kernel patches - meta-app-framework - meta-pipewire/dynamic-layers/meta-app-framework/ v2: rebased Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Icdaeadfb5d2193f3a4c535168c88da6073423e67 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26752 </content>
</entry>
<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>meta-security meta-app-framework: handle xmlsec1 upgrade</title>
<updated>2020-01-22T23:14:18+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2020-01-22T22:00:28+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=96bca6489f4193e84e74e93b87d0c7a89ca3d200"/>
<id>urn:sha1:96bca6489f4193e84e74e93b87d0c7a89ca3d200</id>
<content type="text"> Remove now unneeded meta-security xmlsec1 bbappend, and update the bbappend in meta-app-framework to work with the new xmlsec1 1.2.28 recipe in oe-core. Bug-AGL: SPEC-2932 Change-Id: If57b7c9fa2a4d2b8f9470dd67e95b4579d1210c7 Signed-off-by: Scott Murray <scott.murray@konsulko.com> </content>
</entry>
<entry>
<title>Move xmlsec1 folder in meta-app-framework</title>
<updated>2018-02-16T16:54:57+00:00</updated>
<author>
<name>Jan-Simon Möller</name>
<email>jsmoeller@linuxfoundation.org</email>
</author>
<published>2018-02-16T16:52:17+00:00</published>
<link rel="alternate" type="text/html" href="http://git.automotivelinux.org/AGL/meta-agl/commit/?id=3aa279fa890da6a9954ba8279aefcd8286a74357"/>
<id>urn:sha1:3aa279fa890da6a9954ba8279aefcd8286a74357</id>
<content type="text"> The upstream location of xmlsec1 changed from recipes-support/xmlsec1 to recipes-security/xmlsec1 Also we need to add 2 more dependencies added. Bug-AGL: SPEC-1297 Change-Id: Iba96bbb8a63ea9c9b8240f1a72e6e3423178e05c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> </content>
</entry>
</feed>