]> code.ossystems Code Review - meta-freescale.git/commit
linux-fslc/defconfig: Add CONFIG_NET_NS=y
authorAndreas Müller <schnitzeltony@gmail.com>
Fri, 14 Sep 2018 09:48:49 +0000 (11:48 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 25 Sep 2018 13:44:53 +0000 (10:44 -0300)
commit808bc8a140baa1a3a4164fd8b1be0cf7c2311fd0
tree791ec557d830757039415bbc550a34a866acd2ff
parent42dbe4e994e9691f871fc006f8cf7ac0a8787206
linux-fslc/defconfig: Add CONFIG_NET_NS=y

systemd in default oe-core configuration complains:

| Sep 11 15:36:33 imx6qdl-variscite-som systemd[1]: Starting Hostname Service...
| Sep 11 15:36:33 imx6qdl-variscite-som systemd[296]: systemd-hostnamed.service: PrivateNetwork=yes is configured, but the kernel does not support network namespaces, ignorin>

To enable it needs CONFIG_NAMESPACES=y either.

Same as [1]

[1] https://github.com/Freescale/linux-fslc/pull/35

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/linux/linux-fslc/defconfig