All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] netbase: remove networkmanager handling for qemu machines
@ 2012-07-17  9:37 Martin Jansa
  2012-07-17  9:38 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2012-07-17  9:37 UTC (permalink / raw)
  To: openembedded-core

* see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018279.html thread

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/netbase/netbase_5.0.bb |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-core/netbase/netbase_5.0.bb b/meta/recipes-core/netbase/netbase_5.0.bb
index 3aea874..7c609af 100644
--- a/meta/recipes-core/netbase/netbase_5.0.bb
+++ b/meta/recipes-core/netbase/netbase_5.0.bb
@@ -34,15 +34,6 @@ do_install () {
 	install -m 0644 etc-services ${D}${sysconfdir}/services
 	install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
 	install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d
-
-	# Disable network manager on machines that commonly do NFS booting
-	case "${MACHINE}" in
-		"qemuarm*" | "qemux86" | "qemux86-64" | "qemumips*" | "qemuppc" | "qemush*")
-			touch ${D}${sysconfdir}/network/nm-disabled-eth0
-			;;
-		*)
-			;;
-	esac
 }
 
 CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces"
-- 
1.7.8.6




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] netbase: remove networkmanager handling for qemu machines
  2012-07-17  9:37 [PATCH 1/2] netbase: remove networkmanager handling for qemu machines Martin Jansa
@ 2012-07-17  9:38 ` Martin Jansa
  2012-07-18 21:56   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2012-07-17  9:38 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1330 bytes --]

On Tue, Jul 17, 2012 at 11:37:43AM +0200, Martin Jansa wrote:
> * see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018279.html thread

Sorry this was sent by accident.. 

> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta/recipes-core/netbase/netbase_5.0.bb |    9 ---------
>  1 files changed, 0 insertions(+), 9 deletions(-)
> 
> diff --git a/meta/recipes-core/netbase/netbase_5.0.bb b/meta/recipes-core/netbase/netbase_5.0.bb
> index 3aea874..7c609af 100644
> --- a/meta/recipes-core/netbase/netbase_5.0.bb
> +++ b/meta/recipes-core/netbase/netbase_5.0.bb
> @@ -34,15 +34,6 @@ do_install () {
>  	install -m 0644 etc-services ${D}${sysconfdir}/services
>  	install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
>  	install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d
> -
> -	# Disable network manager on machines that commonly do NFS booting
> -	case "${MACHINE}" in
> -		"qemuarm*" | "qemux86" | "qemux86-64" | "qemumips*" | "qemuppc" | "qemush*")
> -			touch ${D}${sysconfdir}/network/nm-disabled-eth0
> -			;;
> -		*)
> -			;;
> -	esac
>  }
>  
>  CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces"
> -- 
> 1.7.8.6
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] netbase: remove networkmanager handling for qemu machines
  2012-07-17  9:38 ` Martin Jansa
@ 2012-07-18 21:56   ` Richard Purdie
  2012-07-18 22:25     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2012-07-18 21:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2012-07-17 at 11:38 +0200, Martin Jansa wrote:
> On Tue, Jul 17, 2012 at 11:37:43AM +0200, Martin Jansa wrote:
> > * see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018279.html thread
> 
> Sorry this was sent by accident.. 

I'm confused, the comment or the whole patch was by accident?

Cheers,

Richard

> > 
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  meta/recipes-core/netbase/netbase_5.0.bb |    9 ---------
> >  1 files changed, 0 insertions(+), 9 deletions(-)
> > 
> > diff --git a/meta/recipes-core/netbase/netbase_5.0.bb b/meta/recipes-core/netbase/netbase_5.0.bb
> > index 3aea874..7c609af 100644
> > --- a/meta/recipes-core/netbase/netbase_5.0.bb
> > +++ b/meta/recipes-core/netbase/netbase_5.0.bb
> > @@ -34,15 +34,6 @@ do_install () {
> >  	install -m 0644 etc-services ${D}${sysconfdir}/services
> >  	install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
> >  	install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d
> > -
> > -	# Disable network manager on machines that commonly do NFS booting
> > -	case "${MACHINE}" in
> > -		"qemuarm*" | "qemux86" | "qemux86-64" | "qemumips*" | "qemuppc" | "qemush*")
> > -			touch ${D}${sysconfdir}/network/nm-disabled-eth0
> > -			;;
> > -		*)
> > -			;;
> > -	esac
> >  }
> >  
> >  CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces"
> > -- 
> > 1.7.8.6
> > 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] netbase: remove networkmanager handling for qemu machines
  2012-07-18 21:56   ` Richard Purdie
@ 2012-07-18 22:25     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-07-18 22:25 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2386 bytes --]

On Wed, Jul 18, 2012 at 10:56:21PM +0100, Richard Purdie wrote:
> On Tue, 2012-07-17 at 11:38 +0200, Martin Jansa wrote:
> > On Tue, Jul 17, 2012 at 11:37:43AM +0200, Martin Jansa wrote:
> > > * see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018279.html thread
> > 
> > Sorry this was sent by accident.. 
> 
> I'm confused, the comment or the whole patch was by accident?

Whole patch, I've sent this patch a while ago (probably in that
2012-February) to make netbase not MACHINE specific from sstate POV
and it was refused.. so I've kept it in my branch since then and now
accientaly used git send-email -2 instead of -1..

Cheers,

> 
> Cheers,
> 
> Richard
> 
> > > 
> > > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > > ---
> > >  meta/recipes-core/netbase/netbase_5.0.bb |    9 ---------
> > >  1 files changed, 0 insertions(+), 9 deletions(-)
> > > 
> > > diff --git a/meta/recipes-core/netbase/netbase_5.0.bb b/meta/recipes-core/netbase/netbase_5.0.bb
> > > index 3aea874..7c609af 100644
> > > --- a/meta/recipes-core/netbase/netbase_5.0.bb
> > > +++ b/meta/recipes-core/netbase/netbase_5.0.bb
> > > @@ -34,15 +34,6 @@ do_install () {
> > >  	install -m 0644 etc-services ${D}${sysconfdir}/services
> > >  	install -m 0644 ${WORKDIR}/interfaces ${D}${sysconfdir}/network/interfaces
> > >  	install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d
> > > -
> > > -	# Disable network manager on machines that commonly do NFS booting
> > > -	case "${MACHINE}" in
> > > -		"qemuarm*" | "qemux86" | "qemux86-64" | "qemumips*" | "qemuppc" | "qemush*")
> > > -			touch ${D}${sysconfdir}/network/nm-disabled-eth0
> > > -			;;
> > > -		*)
> > > -			;;
> > > -	esac
> > >  }
> > >  
> > >  CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces"
> > > -- 
> > > 1.7.8.6
> > > 
> > 
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-18 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17  9:37 [PATCH 1/2] netbase: remove networkmanager handling for qemu machines Martin Jansa
2012-07-17  9:38 ` Martin Jansa
2012-07-18 21:56   ` Richard Purdie
2012-07-18 22:25     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.