meta-agl-distro: add polkit to DISTRO_FEATURES 75/23675/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 23 Jan 2020 01:18:04 +0000 (20:18 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 23 Jan 2020 01:18:04 +0000 (20:18 -0500)
Add polkit to DISTRO_FEATURES in poky-agl.conf. This is now explicitly
required since the OE warrior release to be able to build udisks2.
Since the polkit packages were previously being pulled into images by
udisks anyways, the effective difference seems to be polkit support
being enabled in systemd.

Bug-AGL: SPEC-2932

Change-Id: Id87a1c04f5da431f3099d26ef3b78b189ff35b9d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-distro/conf/distro/poky-agl.conf

index d9d703d..fb43da8 100644 (file)
@@ -42,7 +42,7 @@ MAINTAINER = "AGL <automotive-discussions@lists.linuxfoundation.org>"
 TARGET_VENDOR = "-agl"
 
 # Override these in poky based distros
-AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5 3g"
+AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5 3g polkit"
 POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}"
 OVERRIDES .= ":${DISTRO_CODENAME}"