From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DC0E7E009B3; Thu, 23 Jul 2015 16:07:10 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [93.17.128.1 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from smtp21.services.sfr.fr (smtp21.services.sfr.fr [93.17.128.1]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 976F8E0087F for ; Thu, 23 Jul 2015 16:07:06 -0700 (PDT) Received: from filter.sfr.fr (localhost [1.169.170.132]) by msfrf2109.sfr.fr (SMTP Server) with ESMTP id 1A09C70000BA; Fri, 24 Jul 2015 01:07:06 +0200 (CEST) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=herve.jourdain@neuf.fr Received: from hjo-pc (1-169-170-132.dynamic.hinet.net [1.169.170.132]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by msfrf2109.sfr.fr (SMTP Server) with ESMTP id 1C6547000094; Fri, 24 Jul 2015 01:07:03 +0200 (CEST) X-SFR-UUID: 20150723230704116.1C6547000094@msfrf2109.sfr.fr Received: from hjopc by hjo-pc (PGP Universal service); Fri, 24 Jul 2015 01:07:04 +0100 X-PGP-Universal: processed; by hjo-pc on Fri, 24 Jul 2015 01:07:04 +0100 From: Herve Jourdain To: "'Burton, Ross'" References: <004101d0c55c$d068da20$713a8e60$@neuf.fr> <20150723130029.1268067b@recife.lan> <007301d0c564$360d30e0$a22792a0$@neuf.fr> <20150723152821.352e1a52@recife.lan> <021e01d0c599$4a106140$de3123c0$@neuf.fr> In-Reply-To: Date: Fri, 24 Jul 2015 01:06:59 +0200 Message-ID: <022e01d0c59c$4a2a4a80$de7edf80$@neuf.fr> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQFnXKxyRAcEzfeDEFvGsDtkXP+9rgCtpmStAQi5nHoBWLTH7AFrMl1oAicZQjCeh3JBwA== Cc: yocto@yoctoproject.org, 'Mauro Carvalho Chehab' Subject: Re: [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2015 23:07:10 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_022F_01D0C5AD.0DB3B6C0" Content-Language: fr ------=_NextPart_000_022F_01D0C5AD.0DB3B6C0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Ross, =20 Yes, this is exactly what I assumed =E2=80=93 I know, too many = assumptions=E2=80=A6 The point is that many people are turning to Poky for generating their = first Yocto-based distribution for RaspberryPi. And out of the box, if = using system, the network part doesn=E2=80=99t work. That=E2=80=99s why I was trying to =E2=80=9Csolve=E2=80=9D that at the = meta-raspberrypi layer, instead of having each and everyone do it again = at a personal level. And I definitely understand meta-raspberrypi might not be perfect for = that =E2=80=93 but where else to put it, with the goal of having = everyone using meta-raspberrypi have network enabled out of the box when = using system on a Poky distribution? =20 Maybe it=E2=80=99s just not possible, that could be a valid answer as = well. =20 BR, =20 Herv=C3=A9 =20 From: Burton, Ross [mailto:ross.burton@intel.com]=20 Sent: vendredi 24 juillet 2015 00:52 To: Herve Jourdain Cc: Mauro Carvalho Chehab; yocto@yoctoproject.org Subject: Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default = for RaspberryPi =20 =20 On 23 July 2015 at 23:45, Herve Jourdain > wrote: But there might be a reason why it's not included there, I believe. Because Poky is a reference distribution, primarily for QA, that doesn't = explicitly support the Raspberry Pi and certainly doesn't expect to be = used outside of QA purposes. =20 Inventing your own distribution is trivial (in fact, you don't even need = one) and is exactly the sort of place that this sort of logic belongs. =20 Ross ------=_NextPart_000_022F_01D0C5AD.0DB3B6C0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Hi Ross,

 

Yes, this is exactly what I assumed = =E2=80=93 I know, too many assumptions=E2=80=A6

The point is that many people are turning to = Poky for generating their first Yocto-based distribution for = RaspberryPi. And out of the box, if using system, the network part = doesn=E2=80=99t work.

That=E2=80=99s why I was trying to = =E2=80=9Csolve=E2=80=9D that at the meta-raspberrypi layer, instead of = having each and everyone do it again at a personal = level.

And I definitely understand meta-raspberrypi = might not be perfect for that =E2=80=93 but where else to put it, with = the goal of having everyone using meta-raspberrypi have network enabled = out of the box when using system on a Poky = distribution?

 

Maybe it=E2=80=99s just not possible, that = could be a valid answer as well.

 

BR,

 

Herv=C3=A9

 

From:<= /b> Burton, = Ross [mailto:ross.burton@intel.com]
Sent: vendredi 24 juillet = 2015 00:52
To: Herve Jourdain
Cc: Mauro Carvalho = Chehab; yocto@yoctoproject.org
Subject: Re: [yocto] = [meta-raspberrypi][PATCH] Add networkd as default for = RaspberryPi

 

 

On 23 = July 2015 at 23:45, Herve Jourdain <herve.jourdain@neuf.fr> = wrote:

But there might be a reason why it's not included = there, I believe.


Because Poky is a reference distribution, = primarily for QA, that doesn't explicitly support the Raspberry Pi and = certainly doesn't expect to be used outside of QA = purposes.

 

Inventing your own distribution is trivial (in fact, = you don't even need one) and is exactly the sort of place that this sort = of logic belongs.

 

Ross

------=_NextPart_000_022F_01D0C5AD.0DB3B6C0--