All of lore.kernel.org
 help / color / mirror / Atom feed
* Is there a recipe for evtest package?
@ 2012-01-25 14:42 Brian Hutchinson
  2012-01-25 14:48 ` Jack Mitchell
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Hutchinson @ 2012-01-25 14:42 UTC (permalink / raw)
  To: yocto

Hi,

Looking for the evtest package in Yocto.  Is there a meta data layer I
can checkout that has it?

Regards,

Brian


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

* Re: Is there a recipe for evtest package?
  2012-01-25 14:42 Is there a recipe for evtest package? Brian Hutchinson
@ 2012-01-25 14:48 ` Jack Mitchell
  2012-01-25 15:36   ` Brian Hutchinson
  0 siblings, 1 reply; 6+ messages in thread
From: Jack Mitchell @ 2012-01-25 14:48 UTC (permalink / raw)
  To: yocto

On 25/01/12 14:42, Brian Hutchinson wrote:
> Hi,
>
> Looking for the evtest package in Yocto.  Is there a meta data layer I
> can checkout that has it?
>
> Regards,
>
> Brian
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Hi Brian,

Your best bet is to adapt the one from meta-oe here:

http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/evtest

Cheers,
Jack.


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

* Re: Is there a recipe for evtest package?
  2012-01-25 14:48 ` Jack Mitchell
@ 2012-01-25 15:36   ` Brian Hutchinson
       [not found]     ` <4F20239F.2010407@communistcode.co.uk>
  2012-01-28  2:16     ` McClintock Matthew-B29882
  0 siblings, 2 replies; 6+ messages in thread
From: Brian Hutchinson @ 2012-01-25 15:36 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: yocto

On Wed, Jan 25, 2012 at 9:48 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
> Hi Brian,
>
> Your best bet is to adapt the one from meta-oe here:
>
> http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/evtest

Hi Jack,

I'm still trying to get up-to-speed on how to work with Yocto ....
would adding this layer be just like adding say poky extras?

Regards,

Brian


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

* Re: Is there a recipe for evtest package?
       [not found]     ` <4F20239F.2010407@communistcode.co.uk>
@ 2012-01-25 15:59       ` Brian Hutchinson
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Hutchinson @ 2012-01-25 15:59 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: yocto

On Wed, Jan 25, 2012 at 10:45 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
> The way I tend to tackle this is to copy the recipe from meta-oe into my own
> custom layer. The recipes in meta-oe aren't explicitly compatible with the
> recipes in Yocto so I tend to only transfer over the ones that I
> specifically need to avoid complications.

Thanks!,  I'll look into that.

I had an OE based checkout so I just bitbaked the linux-input recipe
for speed.  I do want to figure out how to do this in Yocto though so
thank for pointing me in the right direction.  I didn't want to
reinvent the wheel if there was already some established way of doing
it that I just wasn't seeing.

Regards,

Brian


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

* Re: Is there a recipe for evtest package?
  2012-01-25 15:36   ` Brian Hutchinson
       [not found]     ` <4F20239F.2010407@communistcode.co.uk>
@ 2012-01-28  2:16     ` McClintock Matthew-B29882
  2012-01-30  9:32       ` Jack Mitchell
  1 sibling, 1 reply; 6+ messages in thread
From: McClintock Matthew-B29882 @ 2012-01-28  2:16 UTC (permalink / raw)
  To: Brian Hutchinson; +Cc: yocto@yoctoproject.org

On Wed, Jan 25, 2012 at 7:36 AM, Brian Hutchinson <b.hutchman@gmail.com> wrote:
> On Wed, Jan 25, 2012 at 9:48 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
>> Hi Brian,
>>
>> Your best bet is to adapt the one from meta-oe here:
>>
>> http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/evtest
>
> Hi Jack,
>
> I'm still trying to get up-to-speed on how to work with Yocto ....
> would adding this layer be just like adding say poky extras?

Yes, although other issues can present itself. If you start using
meta-oe you need to make sure you pick one that is compatible with
your oe-core layer.

-M


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

* Re: Is there a recipe for evtest package?
  2012-01-28  2:16     ` McClintock Matthew-B29882
@ 2012-01-30  9:32       ` Jack Mitchell
  0 siblings, 0 replies; 6+ messages in thread
From: Jack Mitchell @ 2012-01-30  9:32 UTC (permalink / raw)
  To: yocto@yoctoproject.org

On 28/01/12 02:16, McClintock Matthew-B29882 wrote:
> On Wed, Jan 25, 2012 at 7:36 AM, Brian Hutchinson<b.hutchman@gmail.com>  wrote:
>> On Wed, Jan 25, 2012 at 9:48 AM, Jack Mitchell<ml@communistcode.co.uk>  wrote:
>>> Hi Brian,
>>>
>>> Your best bet is to adapt the one from meta-oe here:
>>>
>>> http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/evtest
>> Hi Jack,
>>
>> I'm still trying to get up-to-speed on how to work with Yocto ....
>> would adding this layer be just like adding say poky extras?
> Yes, although other issues can present itself. If you start using
> meta-oe you need to make sure you pick one that is compatible with
> your oe-core layer.
>
> -M

Just to wrap this up, I was suggesting he take a single recipe from 
meta-oe, bring it into his own layer and adapt it to fit the Yocto build 
environment.

I would be interested to know, how Yocto and OE are working together. Is 
the aim of the game to merge features upstream to OE and then on the 
back of that packages in meta-oe will be easier to transfer into a Yocto 
layer? I try to keep on top of the OE mailing lists but as I'm sure you 
know they're much higher volume than this list and are often solely 
patch based rather than discussion.

Cheers,
Jack.


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

end of thread, other threads:[~2012-01-30  9:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 14:42 Is there a recipe for evtest package? Brian Hutchinson
2012-01-25 14:48 ` Jack Mitchell
2012-01-25 15:36   ` Brian Hutchinson
     [not found]     ` <4F20239F.2010407@communistcode.co.uk>
2012-01-25 15:59       ` Brian Hutchinson
2012-01-28  2:16     ` McClintock Matthew-B29882
2012-01-30  9:32       ` Jack Mitchell

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.