Skip to content
Snippets Groups Projects
Commit 6c577290 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files

fix: host contamination warning due to migration


Signed-off-by: Sébastien Heurtematte's avatarsebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
parent bea15082
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
# Oniro Project functionality for images
WARN_QA:remove = "host-user-contaminated"
# List of tty to mask getty for
SYSTEMD_MASK_GETTY ?= ""
......
......@@ -2,6 +2,8 @@
#
# SPDX-License-Identifier: MIT
WARN_QA:remove = "host-user-contaminated"
# Deprecated collections can be either completely removed or replaced by
# another layer. The format of ONIRO_DEPRECATED_COLLECTIONS is a list of
# <DEPRECATED_COLLECTION>:<REPLACEMENT_COLLECTION>. When
......
......@@ -5,6 +5,8 @@
# Add a new user named oniro with default password oniro
inherit extrausers
WARN_QA:remove = "host-user-contaminated"
# This is a sha512 hash of the word "oniro"
# To generate a new password run the following command:
# $ mkpasswd -m sha512crypt
......
......@@ -30,6 +30,8 @@
inherit systemd
WARN_QA:remove = "host-user-contaminated"
# The read-write area needs to be provided by the OS in the form of a rw
# mountpoint handled with systemd mount unit. In this way the state/writable
# systemd mount units this class generates, will have the correct dependency on
......
......@@ -4,6 +4,8 @@
inherit autotools
WARN_QA:remove = "host-user-contaminated"
DEPENDS += "zmk-native"
EXTRA_OEMAKE += "-I${RECIPE_SYSROOT_NATIVE}/usr/include"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment