All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-openembedded/meta-oe and busbox issues in 'dora'
@ 2013-11-04 16:05 Hans Beckérus
  2013-11-04 16:11 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Beckérus @ 2013-11-04 16:05 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hello. We get the below error when trying to build our image in Yocto
1.5 'dora'.

ERROR: No recipes available for:
  /home/poky/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
ERROR: Command execution failed: Exited with 1

We use the 'dora' branch also in meta-openembedded.
But busybox has been upgraded to 1.21.1 in Yocto. Is there some simple
way to workaround this issue (besides removing the busybox recipe from
meta-oe)?
I.e is there some clean way to tell bitbake that it is expected that
this specific recipe is missing?

Thanks.
Hans


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

* Re: meta-openembedded/meta-oe and busbox issues in 'dora'
  2013-11-04 16:05 meta-openembedded/meta-oe and busbox issues in 'dora' Hans Beckérus
@ 2013-11-04 16:11 ` Martin Jansa
  2013-11-04 16:21   ` Hans Beckérus
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-11-04 16:11 UTC (permalink / raw)
  To: Hans Beckérus; +Cc: yocto@yoctoproject.org

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

On Mon, Nov 04, 2013 at 05:05:43PM +0100, Hans Beckérus wrote:
> Hello. We get the below error when trying to build our image in Yocto
> 1.5 'dora'.
> 
> ERROR: No recipes available for:
>   /home/poky/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
> ERROR: Command execution failed: Exited with 1
> 
> We use the 'dora' branch also in meta-openembedded.

Why are you using meta-openembedded from 'dora' branch when your oe-core
branch is 'master'?

Use the same branches for all layers.

> But busybox has been upgraded to 1.21.1 in Yocto. Is there some simple
> way to workaround this issue (besides removing the busybox recipe from
> meta-oe)?
> I.e is there some clean way to tell bitbake that it is expected that
> this specific recipe is missing?
> 
> Thanks.
> Hans
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

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

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

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

* Re: meta-openembedded/meta-oe and busbox issues in 'dora'
  2013-11-04 16:11 ` Martin Jansa
@ 2013-11-04 16:21   ` Hans Beckérus
  2013-11-04 16:36     ` Stanacar, StefanX
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Beckérus @ 2013-11-04 16:21 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto@yoctoproject.org

On Mon, Nov 4, 2013 at 5:11 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, Nov 04, 2013 at 05:05:43PM +0100, Hans Beckérus wrote:
>> Hello. We get the below error when trying to build our image in Yocto
>> 1.5 'dora'.
>>
>> ERROR: No recipes available for:
>>   /home/poky/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
>> ERROR: Command execution failed: Exited with 1
>>
>> We use the 'dora' branch also in meta-openembedded.
>
> Why are you using meta-openembedded from 'dora' branch when your oe-core
> branch is 'master'?
Aha. We use the 'dora' branch in Yocto but need some packages provided
only in meta-openembedded.
Are you saying that we should not use the 'dora' branch in
meta-openembedded but instead go for 'master'?
I am probably confused here, but I distinctively though 'dora' in
Yocto would require the same in OE :(

>
> Use the same branches for all layers.
>
>> But busybox has been upgraded to 1.21.1 in Yocto. Is there some simple
>> way to workaround this issue (besides removing the busybox recipe from
>> meta-oe)?
>> I.e is there some clean way to tell bitbake that it is expected that
>> this specific recipe is missing?
>>
>> Thanks.
>> Hans
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


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

* Re: meta-openembedded/meta-oe and busbox issues in 'dora'
  2013-11-04 16:21   ` Hans Beckérus
@ 2013-11-04 16:36     ` Stanacar, StefanX
  2013-11-04 16:41       ` Hans Beckérus
  0 siblings, 1 reply; 5+ messages in thread
From: Stanacar, StefanX @ 2013-11-04 16:36 UTC (permalink / raw)
  To: Hans Beckérus; +Cc: yocto@yoctoproject.org



On Mon, 2013-11-04 at 17:21 +0100, Hans Beckérus wrote:
> On Mon, Nov 4, 2013 at 5:11 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Mon, Nov 04, 2013 at 05:05:43PM +0100, Hans Beckérus wrote:
> >> Hello. We get the below error when trying to build our image in Yocto
> >> 1.5 'dora'.
> >>
> >> ERROR: No recipes available for:
> >>   /home/poky/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
> >> ERROR: Command execution failed: Exited with 1
> >>
> >> We use the 'dora' branch also in meta-openembedded.
> >
> > Why are you using meta-openembedded from 'dora' branch when your oe-core
> > branch is 'master'?
> Aha. We use the 'dora' branch in Yocto but need some packages provided
> only in meta-openembedded.
> Are you saying that we should not use the 'dora' branch in
> meta-openembedded but instead go for 'master'?
> I am probably confused here, but I distinctively though 'dora' in
> Yocto would require the same in OE :(
> 

No, Martin is saying: use the same branch across all your layers.
If you are using dora for oe-core/yocto use dora for meta-openembdedded.
If you are using master for oe-core use master for meta-openembedded
(and this usually holds true for all layers, don't mix layers and
branches). There is no busybox/busybox_1.20.2.bbappend in the dora
branch of meta-openembedded, so you're probably not up to date with the
branch.


Cheers,
Stefan

> >
> > Use the same branches for all layers.
> >
> >> But busybox has been upgraded to 1.21.1 in Yocto. Is there some simple
> >> way to workaround this issue (besides removing the busybox recipe from
> >> meta-oe)?
> >> I.e is there some clean way to tell bitbake that it is expected that
> >> this specific recipe is missing?
> >>
> >> Thanks.
> >> Hans
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: meta-openembedded/meta-oe and busbox issues in 'dora'
  2013-11-04 16:36     ` Stanacar, StefanX
@ 2013-11-04 16:41       ` Hans Beckérus
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Beckérus @ 2013-11-04 16:41 UTC (permalink / raw)
  To: Stanacar, StefanX; +Cc: yocto@yoctoproject.org

On Mon, Nov 4, 2013 at 5:36 PM, Stanacar, StefanX
<stefanx.stanacar@intel.com> wrote:
>
>
> On Mon, 2013-11-04 at 17:21 +0100, Hans Beckérus wrote:
>> On Mon, Nov 4, 2013 at 5:11 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > On Mon, Nov 04, 2013 at 05:05:43PM +0100, Hans Beckérus wrote:
>> >> Hello. We get the below error when trying to build our image in Yocto
>> >> 1.5 'dora'.
>> >>
>> >> ERROR: No recipes available for:
>> >>   /home/poky/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
>> >> ERROR: Command execution failed: Exited with 1
>> >>
>> >> We use the 'dora' branch also in meta-openembedded.
>> >
>> > Why are you using meta-openembedded from 'dora' branch when your oe-core
>> > branch is 'master'?
>> Aha. We use the 'dora' branch in Yocto but need some packages provided
>> only in meta-openembedded.
>> Are you saying that we should not use the 'dora' branch in
>> meta-openembedded but instead go for 'master'?
>> I am probably confused here, but I distinctively though 'dora' in
>> Yocto would require the same in OE :(
>>
>
> No, Martin is saying: use the same branch across all your layers.
> If you are using dora for oe-core/yocto use dora for meta-openembdedded.
> If you are using master for oe-core use master for meta-openembedded
> (and this usually holds true for all layers, don't mix layers and
> branches). There is no busybox/busybox_1.20.2.bbappend in the dora
> branch of meta-openembedded, so you're probably not up to date with the
> branch.
Yea, that was what I thought. I need to check why this ended up out
wrong since I was
checking out from 'dora' in both Yocto and meta-openembedded.

Thanks.
Hans

>
>
> Cheers,
> Stefan
>
>> >
>> > Use the same branches for all layers.
>> >
>> >> But busybox has been upgraded to 1.21.1 in Yocto. Is there some simple
>> >> way to workaround this issue (besides removing the busybox recipe from
>> >> meta-oe)?
>> >> I.e is there some clean way to tell bitbake that it is expected that
>> >> this specific recipe is missing?
>> >>
>> >> Thanks.
>> >> Hans
>> >> _______________________________________________
>> >> yocto mailing list
>> >> yocto@yoctoproject.org
>> >> https://lists.yoctoproject.org/listinfo/yocto
>> >
>> > --
>> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>


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

end of thread, other threads:[~2013-11-04 16:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 16:05 meta-openembedded/meta-oe and busbox issues in 'dora' Hans Beckérus
2013-11-04 16:11 ` Martin Jansa
2013-11-04 16:21   ` Hans Beckérus
2013-11-04 16:36     ` Stanacar, StefanX
2013-11-04 16:41       ` Hans Beckérus

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.