diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-16 18:13:43 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-16 19:38:42 +0000 |
commit | e3c77539cdd797bfea251d7857eeeb5a7e7dd6a1 (patch) | |
tree | ba549bea65f6035809cf9c8be27d0809ceb078b1 /meta-agl-core/conf/distro/poky-agl.conf | |
parent | 2a8d79a2cbbd23232404c6b07cc2e493e514318a (diff) |
Prepare Prickly Pike Milestone 1.1pike_15.91.1pike/15.91.115.91.1
Respin of Prickly Pike Milestone 1 to include
- polkit-rule-agl-app: try to prevent transaction error
- meta-agl-core: fix polkit dependencies
- polkit-rule-agl-app: add useradd class and USERADD_PARAM
- Add explicit applaunchd systemd dependencies
- meta-app-framework: make applaunchd polkit dependency explicit
- recipes-graphics/wayland/agl-compositor_git: Bump SRCREV
This fixes the flutter images and a build issue seen in CI around
packaging of polkit-rule-agl-app due to the polkit group requirement.
Bug-AGL: SPEC-4824
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I1f154d0cd650648b116211a632c81dfa6f749d27
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29025
Diffstat (limited to 'meta-agl-core/conf/distro/poky-agl.conf')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 3215e18f4..ecff57f51 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,7 +8,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "pike" AGL_BRANCH = "master" -AGLVERSION = "15.91.0" +AGLVERSION = "15.91.1" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" |