All of lore.kernel.org
 help / color / mirror / Atom feed
* LICENSE related errors while using meta-ti layer
@ 2013-02-21 12:29 Maxin John
  2013-02-21 12:32 ` Jack Mitchell
  0 siblings, 1 reply; 6+ messages in thread
From: Maxin John @ 2013-02-21 12:29 UTC (permalink / raw)
  To: denys@ti.com; +Cc: meta-ti@yoctoproject.org

Hi,

While trying to build core-image-minimal for "hawkboard" using poky
and meta-ti layers (master branch), I get the below listed error:

:~/master/poky/build$ bitbake core-image-minimal
ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
ERROR: This recipe does not have the LICENSE field set (cloud9-image)
ERROR: Unable to parse
/home/majo/master/poky/meta-ti/recipes-misc/images/cloud9-gnome-image.bb:
Exited with "1"
ERROR: This recipe does not have the LICENSE field set (cloud9-gfx-image)
ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)
ERROR: Command execution failed: Exited with 1

Is it safe to assume "MIT" LICENSE for these recipes ?

Best Regards,
Maxin B. John


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

* Re: LICENSE related errors while using meta-ti layer
  2013-02-21 12:29 LICENSE related errors while using meta-ti layer Maxin John
@ 2013-02-21 12:32 ` Jack Mitchell
  2013-02-21 12:33   ` Jack Mitchell
  0 siblings, 1 reply; 6+ messages in thread
From: Jack Mitchell @ 2013-02-21 12:32 UTC (permalink / raw)
  To: meta-ti

On 21/02/13 12:29, Maxin John wrote:
> Hi,
>
> While trying to build core-image-minimal for "hawkboard" using poky
> and meta-ti layers (master branch), I get the below listed error:
>
> :~/master/poky/build$ bitbake core-image-minimal
> ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
> ERROR: This recipe does not have the LICENSE field set (cloud9-image)
> ERROR: Unable to parse
> /home/majo/master/poky/meta-ti/recipes-misc/images/cloud9-gnome-image.bb:
> Exited with "1"
> ERROR: This recipe does not have the LICENSE field set (cloud9-gfx-image)
> ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)
> ERROR: Command execution failed: Exited with 1
>
> Is it safe to assume "MIT" LICENSE for these recipes ?
>
> Best Regards,
> Maxin B. John
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti

Take a look at the README in the meta-ti layer.

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--



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

* Re: LICENSE related errors while using meta-ti layer
  2013-02-21 12:32 ` Jack Mitchell
@ 2013-02-21 12:33   ` Jack Mitchell
  2013-02-21 13:26     ` Robert P. J. Day
  2013-02-25 18:27     ` Denys Dmytriyenko
  0 siblings, 2 replies; 6+ messages in thread
From: Jack Mitchell @ 2013-02-21 12:33 UTC (permalink / raw)
  To: meta-ti

On 21/02/13 12:32, Jack Mitchell wrote:
> On 21/02/13 12:29, Maxin John wrote:
>> Hi,
>>
>> While trying to build core-image-minimal for "hawkboard" using poky
>> and meta-ti layers (master branch), I get the below listed error:
>>
>> :~/master/poky/build$ bitbake core-image-minimal
>> ERROR: This recipe does not have the LICENSE field set 
>> (cloud9-gnome-image)
>> ERROR: This recipe does not have the LICENSE field set (cloud9-image)
>> ERROR: Unable to parse
>> /home/majo/master/poky/meta-ti/recipes-misc/images/cloud9-gnome-image.bb: 
>>
>> Exited with "1"
>> ERROR: This recipe does not have the LICENSE field set 
>> (cloud9-gfx-image)
>> ERROR: This recipe does not have the LICENSE field set 
>> (ti-hw-bringup-image)
>> ERROR: Command execution failed: Exited with 1
>>
>> Is it safe to assume "MIT" LICENSE for these recipes ?
>>
>> Best Regards,
>> Maxin B. John
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
>
> Take a look at the README in the meta-ti layer.
>

Appologies it seems the README has been changed. Some of these recipes 
need to be masked in order to get them to build.

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--



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

* Re: LICENSE related errors while using meta-ti layer
  2013-02-21 12:33   ` Jack Mitchell
@ 2013-02-21 13:26     ` Robert P. J. Day
  2013-02-25 18:27     ` Denys Dmytriyenko
  1 sibling, 0 replies; 6+ messages in thread
From: Robert P. J. Day @ 2013-02-21 13:26 UTC (permalink / raw)
  To: meta-ti

Quoting Jack Mitchell <ml@communistcode.co.uk>:

>> Take a look at the README in the meta-ti layer.
>>
>
> Apologies it seems the README has been changed. Some of these  
> recipes need to be masked in order to get them to build.

   i once tossed together a simple (probably dated by now) page for
getting started with meta-ti that mentions masking some of those
recipes because of license issues:

http://www.crashcourse.ca/wiki/index.php/Getting_started_with_meta-ti

i should probably update that page this weekend.

rday



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

* Re: LICENSE related errors while using meta-ti layer
@ 2013-02-21 13:53 Maxin John
  0 siblings, 0 replies; 6+ messages in thread
From: Maxin John @ 2013-02-21 13:53 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org


Thanks Jack and rday !

>Quoting Jack Mitchell <ml@communistcode.co.uk>:

>>> Take a look at the README in the meta-ti layer.
>>>
>>
>> Apologies it seems the README has been changed. Some of these
>> recipes need to be masked in order to get them to build.
>
>  i once tossed together a simple (probably dated by now) page for
>getting started with meta-ti that mentions masking some of those
>recipes because of license issues:
>
>http://www.crashcourse.ca/wiki/index.php/Getting_started_with_meta-ti

This link is really helpful. Thanks once again for sharing it.

>i should probably update that page this weekend.
>
>rday

Warm Regards,
Maxin

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

* Re: LICENSE related errors while using meta-ti layer
  2013-02-21 12:33   ` Jack Mitchell
  2013-02-21 13:26     ` Robert P. J. Day
@ 2013-02-25 18:27     ` Denys Dmytriyenko
  1 sibling, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-02-25 18:27 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: meta-ti

On Thu, Feb 21, 2013 at 12:33:42PM +0000, Jack Mitchell wrote:
> On 21/02/13 12:32, Jack Mitchell wrote:
> >On 21/02/13 12:29, Maxin John wrote:
> >>Hi,
> >>
> >>While trying to build core-image-minimal for "hawkboard" using poky
> >>and meta-ti layers (master branch), I get the below listed error:
> >>
> >>:~/master/poky/build$ bitbake core-image-minimal
> >>ERROR: This recipe does not have the LICENSE field set
> >>(cloud9-gnome-image)
> >>ERROR: This recipe does not have the LICENSE field set (cloud9-image)
> >>ERROR: Unable to parse
> >>/home/majo/master/poky/meta-ti/recipes-misc/images/cloud9-gnome-image.bb:
> >>
> >>Exited with "1"
> >>ERROR: This recipe does not have the LICENSE field set
> >>(cloud9-gfx-image)
> >>ERROR: This recipe does not have the LICENSE field set
> >>(ti-hw-bringup-image)
> >>ERROR: Command execution failed: Exited with 1
> >>
> >>Is it safe to assume "MIT" LICENSE for these recipes ?
> >>
> >>Best Regards,
> >>Maxin B. John
> >>_______________________________________________
> >>meta-ti mailing list
> >>meta-ti@yoctoproject.org
> >>https://lists.yoctoproject.org/listinfo/meta-ti
> >
> >Take a look at the README in the meta-ti layer.
> >
> 
> Appologies it seems the README has been changed. Some of these
> recipes need to be masked in order to get them to build.

Well, I'm not sure which change did you have in mind, but the related one is 
still there and is the last one to README:

http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/README?id=be837d63a43e61b9a1d183daee0cbd4ffe8a4130

-- 
Denys


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

end of thread, other threads:[~2013-02-25 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 12:29 LICENSE related errors while using meta-ti layer Maxin John
2013-02-21 12:32 ` Jack Mitchell
2013-02-21 12:33   ` Jack Mitchell
2013-02-21 13:26     ` Robert P. J. Day
2013-02-25 18:27     ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2013-02-21 13:53 Maxin John

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.