* [PATCH V2 0/1] image.bbclass: default USE_DEVFS to '1'
@ 2013-12-10 4:57 Qi.Chen
2013-12-10 4:57 ` [PATCH V2 1/1] " Qi.Chen
0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2013-12-10 4:57 UTC (permalink / raw)
To: openembedded-core
From: Chen Qi <Qi.Chen@windriver.com>
The following changes since commit 184038bedb20f74ba4dcad6ef2d92e87a9ba5f9a:
bitbake: fetch2/git: Ensure check is made in the correct directory (2013-12-06 14:10:15 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/USE_DEVFS
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/USE_DEVFS
Chen Qi (1):
image.bbclass: default USE_DEVFS to '1'
meta/classes/image.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH V2 1/1] image.bbclass: default USE_DEVFS to '1'
2013-12-10 4:57 [PATCH V2 0/1] image.bbclass: default USE_DEVFS to '1' Qi.Chen
@ 2013-12-10 4:57 ` Qi.Chen
0 siblings, 0 replies; 2+ messages in thread
From: Qi.Chen @ 2013-12-10 4:57 UTC (permalink / raw)
To: openembedded-core
From: Chen Qi <Qi.Chen@windriver.com>
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>
---
meta/classes/image.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index cc65e35..b8bd462 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -77,7 +77,7 @@ PACKAGE_INSTALL_ATTEMPTONLY ?= "${FEATURE_INSTALL_OPTIONAL}"
# Images are generally built explicitly, do not need to be part of world.
EXCLUDE_FROM_WORLD = "1"
-USE_DEVFS ?= "0"
+USE_DEVFS ?= "1"
PID = "${@os.getpid()}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-10 4:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 4:57 [PATCH V2 0/1] image.bbclass: default USE_DEVFS to '1' Qi.Chen
2013-12-10 4:57 ` [PATCH V2 1/1] " Qi.Chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox