]> 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>
Mon, 17 Sep 2018 19:34:47 +0000 (16:34 -0300)
commitf221c1d943ebfcb44ad6c71afbfbe035b179cc79
treeddc06723804b5111f25d1a9c85434b4df1f6d306
parentb918cc5edd70d85f51977eea44ab4135f3495236
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