summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-06 23:26:23 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-06 23:19:17 +0000
commit14a6db75ed0fad7fd55ad3ee239a4b92abfb8754 (patch)
treef6e5efaeeba499b700b36616cce3e7129cb95e63
parent2f336020397356c737de0714b616158f6e78b11e (diff)
Fix FTBS on newer pyro versions due to duplicate userids
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>
-rw-r--r--meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend
index 0c9efe465..b10f0d6a6 100644
--- a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend
+++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend
@@ -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 \
+#