summaryrefslogtreecommitdiffstats
path: root/utils/checkpackagelib/lib_mk.py
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-03-31 11:05:48 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-03-31 20:47:25 +0200
commitdec061adce133111460ecf29dbb8a0da36dad772 (patch)
tree3baf2a0fc59813661d8704580b5ada34fd527aec /utils/checkpackagelib/lib_mk.py
parent405f91200488dc8f4648acbdff5114d0af20b6b0 (diff)
downloadbuildroot-dec061adce133111460ecf29dbb8a0da36dad772.tar.gz
buildroot-dec061adce133111460ecf29dbb8a0da36dad772.zip
fs/cpio: don't extend packages' permissions table
Currently, when we build a cpio filesystem without static devices, we shoehorn the /dev/console node as if it were specified by a package. This means that this device is added for all filesystems as well, not just the cpio. But if we disable cpio, that device is not created for other filesystems. This is not very clean, and may break expectations. Instead, use an explicit mknod as part of the _CMD, as we know it's going to run under fakeroot. This is still visible to all filesystems built after cpio, and not to those built before it, though. [Peter: ensure /dev exists, simplify comment] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'utils/checkpackagelib/lib_mk.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud