From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E1EA8E00D12; Mon, 16 Oct 2017 05:09:16 -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=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -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 mail.numalliance.com (mail.numalliance.com [194.2.198.111]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5A373E00D04 for ; Mon, 16 Oct 2017 05:09:14 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.numalliance.com (Postfix) with ESMTP id 9AB1A20B6448; Mon, 16 Oct 2017 14:09:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.numalliance.com Received: from mail.numalliance.com ([127.0.0.1]) by localhost (mail.numalliance.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W-fOCYCZrCU3; Mon, 16 Oct 2017 14:09:05 +0200 (CEST) Received: from [192.168.0.78] (unknown [192.168.0.78]) (Authenticated sender: sancelot@numalliance.com) by mail.numalliance.com (Postfix) with ESMTPSA id 8CAE523915BE; Mon, 16 Oct 2017 14:08:45 +0200 (CEST) To: "Reyna, David" References: <7d5b5ea1-e927-1a52-90c8-7c847f19ce0b@numalliance.com> <5E53D14CE4667A45B9A06760DE5D13D0CF7CD38E@ALA-MBC.corp.ad.wrs.com> From: =?UTF-8?Q?St=c3=a9phane_Ancelot?= Message-ID: Date: Mon, 16 Oct 2017 14:08:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <5E53D14CE4667A45B9A06760DE5D13D0CF7CD38E@ALA-MBC.corp.ad.wrs.com> Cc: "toaster@yoctoproject.org" Subject: Re: import a layer directory problem X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 12:09:17 -0000 Content-Type: multipart/alternative; boundary="------------D50F7E3A0A20A4468222DC5D" Content-Language: fr --------------D50F7E3A0A20A4468222DC5D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Unfortunately, when I try to rebuild with this layer, I have next error sequence item 3: expected str instance, NoneType found I will at first try the custom.xml setup .... this will permit to=20 inhibit some mistakes related to bad layer configuration. Regards Steph Le 16/10/2017 =C3=A0 11:03, Reyna, David a =C3=A9crit=C2=A0: > Hi St=C3=A9phane, > > You have to build a project with the imported layer before Toaster know= anything. Since this layer did not come from the Layer Index (with all t= he metadata provided), Toaster has to derive the layer information from b= itbake events as the project builds. > > If after a build you still do not see information, then please file a d= efect. > > Alternatively, if you want to see the layer data immediately when it is= imported (e.g. you use this layer in different Toaster instances and/or = you are sharing the layer with others) and you do not mind being clever (= e.g. doing a hack), you can add the layer information explicitly to "toas= ter/orm/fixtures/custom.xml". The new updates to the Toaster Manual 2.4 h= as information about this in the just-completed "Customize Toaster" secti= on. > > - David > > -----Original Message----- > From: toaster-bounces@yoctoproject.org [mailto:toaster-bounces@yoctopro= ject.org] On Behalf Of St=C3=A9phane Ancelot > Sent: Monday, October 16, 2017 12:52 AM > To: toaster@yoctoproject.org > Subject: [Toaster] import a layer directory problem > > hi, > > I have got some problems trying to import a layer : > > I first copied the meta-skeleton layer in a directory named test (insid= e the OS running toaster) > > then in toaster, I setted the pathname of my layer directory. > > I can sea my layer name in available layers , but inside there is no su= mmary/description/recipes available ....like it was not added.... > > Regards, > > St=C3=A9phane ANCELOT > -- > _______________________________________________ > toaster mailing list > toaster@yoctoproject.org > https://lists.yoctoproject.org/listinfo/toaster --------------D50F7E3A0A20A4468222DC5D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Unfortunately, when I try to rebuild with this layer, I have next error
sequence item 3: expecte=
d str instance, NoneType found

I will at first try the custom.xml setup .... thi=
s will permit to inhibit some mistakes related to bad layer configuration=
.=20
Regards
Steph

Le 16/10/2017 =C3=A0 11:03, Reyna, Dav= id a =C3=A9crit=C2=A0:
Hi St=C3=A9phane,

You have to build a project with the imported layer before Toaster know a=
nything. Since this layer did not come from the Layer Index (with all the=
 metadata provided), Toaster has to derive the layer information from bit=
bake events as the project builds.

If after a build you still do not see information, then please file a def=
ect.

Alternatively, if you want to see the layer data immediately when it is i=
mported (e.g. you use this layer in different Toaster instances and/or yo=
u are sharing the layer with others) and you do not mind being clever (e.=
g. doing a hack), you can add the layer information explicitly to "toaste=
r/orm/fixtures/custom.xml". The new updates to the Toaster Manual 2.4 has=
 information about this in the just-completed "Customize Toaster" section=
.

- David

-----Original Message-----
From: toaster-bounces@yoctoproject.org [mail=
to:toaster-bounces@yoctoproject.org] On Behalf Of St=C3=A9phane Ancel=
ot
Sent: Monday, October 16, 2017 12:52 AM
To: toaster@yoctoproject.org
Subject: [Toaster] import a layer directory problem

hi,

I have got some problems trying to import a layer :

I first copied the meta-skeleton layer in a directory named test (inside =
the OS running toaster)

then in toaster, I setted the pathname of my layer directory.

I can sea my layer name in available layers , but inside there is no summ=
ary/description/recipes available ....like it was not added....

Regards,

St=C3=A9phane ANCELOT
--
_______________________________________________
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster

--------------D50F7E3A0A20A4468222DC5D--