diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-04-23 13:07:11 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-04-23 13:07:11 -0400 |
commit | 752c944f73e693333e902530b747d6d7259caf37 (patch) | |
tree | 5db478560961a21b5f568e5f15374872de942e9b /meta-agl-profile-core | |
parent | 0b9eef326f4f4e6532fbc20e2aa1c81de2ee4b79 (diff) |
meta-agl-profile-core: Add mosquitto to passwd / group
Add entries for the mosquitto daemon to the static passwd and group
files to allow building it into images. Since there is not really a
mechanism for doing this in the telematics profile without a full
duplication of the files, adding it to the core version seems required
for now.
Change-Id: I50248a7d2b2a2ed5539ba002d9521c0e0fd14034
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r-- | meta-agl-profile-core/files/group | 1 | ||||
-rw-r--r-- | meta-agl-profile-core/files/passwd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-profile-core/files/group b/meta-agl-profile-core/files/group index 77fb6ebc0..ebf19e9a4 100644 --- a/meta-agl-profile-core/files/group +++ b/meta-agl-profile-core/files/group @@ -89,3 +89,4 @@ agl-driver::1001: agl-passenger::1002: systemd-network::1005: systemd-resolve::1006: +mosquitto::1007: diff --git a/meta-agl-profile-core/files/passwd b/meta-agl-profile-core/files/passwd index def1bb791..bd1788f1f 100644 --- a/meta-agl-profile-core/files/passwd +++ b/meta-agl-profile-core/files/passwd @@ -59,3 +59,4 @@ cyrus::955:8::: display::200:200::: systemd-network::1005:1005::: systemd-resolve::1006:1006::: +mosquitto::1007:1007::: |