[OE-core] [PATCH 1/2] netbase: Adding loop back for machine name in hosts file

sujith h sujith.h at gmail.com
Mon Aug 4 14:00:06 UTC 2014


Kindly ignore the above patch. It was sent by mistake :( Sorry for trouble.


On Mon, Aug 4, 2014 at 7:24 PM, Sujith H <sujith.h at gmail.com> wrote:

> From: Sujith H <Sujith_Haridasan at mentor.com>
>
> If hostname is not added to /etc/hosts file then rpcinfo
> command fails when hostname is passed as argument. This was
> observed when rpcinfo command was tested on freescale target.
> Below was the output observed without this change.
>
> root at mx6q:~# rpcinfo -s mx6q
> rpcinfo: can't contact rpcbind: RPC: (unknown error code)
>
> Below is the output after this change:
> root at mx6q:~# rpcinfo -s mx6q
>    program version(s) netid(s)                         service     owner
>     100000  2,3,4     local,udp,tcp,udp6,tcp6          portmapper
>  superuser
> root at mx6q:~#
>
> Signed-off-by: Sujith H <Sujith_Haridasan at mentor.com>
> ---
>  meta/recipes-core/netbase/netbase_5.2.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/netbase/netbase_5.2.bb
> b/meta/recipes-core/netbase/netbase_5.2.bb
> index ab7ae65..a6fb010 100644
> --- a/meta/recipes-core/netbase/netbase_5.2.bb
> +++ b/meta/recipes-core/netbase/netbase_5.2.bb
> @@ -18,6 +18,7 @@ do_install () {
>         install -m 0644 etc-rpc ${D}${sysconfdir}/rpc
>         install -m 0644 etc-protocols ${D}${sysconfdir}/protocols
>         install -m 0644 etc-services ${D}${sysconfdir}/services
> +       echo 127.0.1.1 "             "${MACHINE} >> ${D}${sysconfdir}/hosts
>  }
>
>  CONFFILES_${PN} = "${sysconfdir}/hosts"
> --
> 1.8.4
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
<Project>Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
<Blog> http://sujithh.info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140804/3a65db67/attachment-0002.html>


More information about the Openembedded-core mailing list