useradd-example: exclude from world

(From OE-Core rev: 1e03ad25d8b9536d5e7f9969809a4df01e55fe3a)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kai Kang 2016-12-22 17:55:16 +08:00 committed by Richard Purdie
parent 0f315faff8
commit be3c48f607
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ S = "${WORKDIR}"
PACKAGES =+ "${PN}-user3" PACKAGES =+ "${PN}-user3"
EXCLUDE_FROM_WORLD = "1"
inherit useradd inherit useradd
# You must set USERADD_PACKAGES when you inherit useradd. This # You must set USERADD_PACKAGES when you inherit useradd. This