* [Buildroot] [PATCH] ci20_defconfig: remove BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
@ 2014-12-01 15:37 Vicente Olivert Riera
2014-12-01 19:09 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2014-12-01 15:37 UTC (permalink / raw)
To: buildroot
We had this option in the defconfig because the kernel defconfig we
provide doesn't have CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT, so a
/dev management which creates the devices dynamically using only
devtmpfs would not work. However, CONFIG_DEVTMPFS and
CONFIG_DEVTMPFS_MOUNT are automatically added to the kernel config when
you build the kernel using Buildroot, except when you choose
BR2_ROOTFS_DEVICE_CREATION_STATIC as a /dev management. This is handled
by linux/linux.mk.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
configs/ci20_defconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
index 7f1bf87..a7b7622 100644
--- a/configs/ci20_defconfig
+++ b/configs/ci20_defconfig
@@ -7,7 +7,6 @@ BR2_mips_32r2=y
BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.0.8"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y
-BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS4"
# kernel
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] ci20_defconfig: remove BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
2014-12-01 15:37 [Buildroot] [PATCH] ci20_defconfig: remove BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y Vicente Olivert Riera
@ 2014-12-01 19:09 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-12-01 19:09 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> We had this option in the defconfig because the kernel defconfig we
> provide doesn't have CONFIG_DEVTMPFS and CONFIG_DEVTMPFS_MOUNT, so a
> /dev management which creates the devices dynamically using only
> devtmpfs would not work. However, CONFIG_DEVTMPFS and
> CONFIG_DEVTMPFS_MOUNT are automatically added to the kernel config when
> you build the kernel using Buildroot, except when you choose
> BR2_ROOTFS_DEVICE_CREATION_STATIC as a /dev management. This is handled
> by linux/linux.mk.
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-01 19:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 15:37 [Buildroot] [PATCH] ci20_defconfig: remove BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y Vicente Olivert Riera
2014-12-01 19:09 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox