Fix FTBS on newer pyro versions due to duplicate userids 15/11715/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 6 Nov 2017 22:26:23 +0000 (23:26 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 6 Nov 2017 23:19:17 +0000 (23:19 +0000)
This change removes the agl-users package from the
packagegroup-agl-core-security.bbappend .
The reason is that for SOTA we have to use predefined userids
to stay consistent across builds.
Newer pyro releases are more picky about duplicate userids
from static files and those being created on-the-fly.

For now we remove the dynamic variant by removing
agl-users from the packagegroup.

Change-Id: I54034361eec344b8130754fadf8c48207321797a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11715
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend

index 0c9efe4..b10f0d6 100644 (file)
@@ -4,6 +4,7 @@ RDEPENDS_${PN} += "\
        dbus-cynara \
        security-manager \
        security-manager-policy \
-       agl-users \
     "
-
+# temp. disabled to figure-out userid addition+sota
+#      agl-users \
+#