]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: default USE_DEVFS to '1'
authorChen Qi <Qi.Chen@windriver.com>
Tue, 10 Dec 2013 04:57:06 +0000 (12:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Dec 2013 09:16:31 +0000 (09:16 +0000)
commitf54fdd6673a136ee1cee1f3263a8a7820de43ca3
tree2c50123c9814445c45ae058b27085d1798c23e7a
parentcd3df9fd31c206a7222bc227f545021241514eec
image.bbclass: default USE_DEVFS to '1'

Default USE_DEVFS to "1" so that the `makedevs' command is not run
at rootfs time by default. There are mainly two reasons to do so.

1. This will fix a build failure with initramfs-kexecboot-klibc-image.
   "makedevs: No entry for root in search list "

2. Most of our images use a filesystem over /dev. Most of the time, it's
   just devtmpfs. So we actually are using a filesystem over /dev.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image.bbclass