busybox: configure system user id to range from 100 to 999
authorChen Qi <Qi.Chen@windriver.com>
Fri, 30 Aug 2013 02:31:42 +0000 (10:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2013 15:23:46 +0000 (16:23 +0100)
commit47226820bc709ff4b4158d19bd216f98b394fdee
tree7a50687f7150739fcd35a2761456b74f7206428a
parent26a5ed0357febb569d04038bdb14159c58768afe
busybox: configure system user id to range from 100 to 999

Previously, the range was 0 to 0. This made it impossible to use
busybox's adduser utility to add a system user. The following error
would appear.

      adduser: no uids left

This patch fixes this problem by giving it a reasonable range.

(From OE-Core rev: c4555007d04ccacbc192827b70a97f9a48500a22)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-1.21.1/defconfig