On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <[email protected]> wrote:
> Signed-off-by: Lauren Post <[email protected]>

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
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to