[meta-freescale] [meta-fsl-arm][PATCH 31/33] conman: Add configuration to fix ethernet port with NFS

Daiane Angolini daiane.list at gmail.com
Mon Jul 13 10:30:10 PDT 2015


On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <lauren.post at freescale.com> wrote:
> Signed-off-by: Lauren Post <lauren.post at freescale.com>

If it is a fix, it would be better to include an error log in commit
log to help people identify it


Daiane
> ---
>  recipes-connectivity/connman/connman_%.bbappend |    7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 recipes-connectivity/connman/connman_%.bbappend
>
> diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend
> new file mode 100644
> index 0000000..1090214
> --- /dev/null
> +++ b/recipes-connectivity/connman/connman_%.bbappend
> @@ -0,0 +1,7 @@
> +
> +do_install_append() {
> +     # This patch will fix to the issue that 2 Ethernet port board failed to mount nfs rootfs
> +    if [ -e ${D}${sysconfdir}/init.d/connman ]; then
> +        sed -e 's/ifconfig | grep \"^eth\" | sed -e \"s\//dmesg | grep \"device=eth\" | sed -e \"s\/^.*/' -i ${D}${sysconfdir}/init.d/connman
> +    fi
> +}
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list