diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-10-12 14:18:20 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-13 09:42:08 +0100 |
commit | ad30a6d470eca0f5be5c037ba37fad72e55a128c (patch) | |
tree | 1caedf96171b993ece584eb43f9e16d4ba641149 | |
parent | 8566644d3192ba345805e7e66b59e688bda26e7b (diff) | |
download | poky-ad30a6d470eca0f5be5c037ba37fad72e55a128c.tar.gz |
local.conf.sample.extended: Fix comment typo
Fix comment typo.
s/overriden/overridden/
s/spefying/specifying/
(From meta-yocto rev: 5c73a7a8cc2ab739128ffe79f29ac5a6acb51c0e)
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index 44a01690e3..62415a43ed 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -301,7 +301,7 @@ DISTRO_FEATURES_remove = "x11" | |||
301 | # will correct this condition. | 301 | # will correct this condition. |
302 | # | 302 | # |
303 | # By default the system looks in the BBPATH for files/passwd and files/group | 303 | # By default the system looks in the BBPATH for files/passwd and files/group |
304 | # the default can be overriden by spefying USERADD_UID/GID_TABLES. | 304 | # the default can be overridden by specifying USERADD_UID/GID_TABLES. |
305 | # | 305 | # |
306 | #USERADDEXTENSION = "useradd-staticids" | 306 | #USERADDEXTENSION = "useradd-staticids" |
307 | #USERADD_UID_TABLES = "files/passwd" | 307 | #USERADD_UID_TABLES = "files/passwd" |