All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-kirkwood layer #yocto
@ 2020-07-07 17:25 jjvazha
  2020-07-21 16:34 ` [yocto] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: jjvazha @ 2020-07-07 17:25 UTC (permalink / raw)
  To: yocto

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

I saw this message thread ( https://lists.yoctoproject.org/g/yocto/topic/61257317 )  and wondering how can I get this yocto compatible  layer  for marwell kirkwood ?
I want to build a linux ketnel for marwell kirk wood  ( using the sheevaplug.conf for machine) using yocto 2.7.3
I down loaded this layer ( https://github.com/kelvinlawson/meta-kirkwood )   this is opnembedded based , however upon building in yocto  it failed with the following message

Entering directory `/home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work-shared/sheevaplug/kernel-source'
|   GEN     /home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work/sheevaplug-poky-linux-gnueabi/linux-kirkwood/2.6.35-rc1-r14/build/Makefile
| make[2]: *** No rule to make target `oldnoconfig'.  Stop.
| make[1]: *** [oldnoconfig] Error 2
| make: *** [sub-make] Error 2
| make: Leaving directory `/home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work-shared/sheevaplug/kernel-source'
| ERROR: oe_runmake failed

When I checked the "sheevaplug/kernel-source' directory it is empty ?

[-- Attachment #2: Type: text/html, Size: 1396 bytes --]

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

* Re: [yocto] meta-kirkwood layer #yocto
  2020-07-07 17:25 meta-kirkwood layer #yocto jjvazha
@ 2020-07-21 16:34 ` Khem Raj
  2020-07-21 16:40   ` Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2020-07-21 16:34 UTC (permalink / raw)
  To: jjvazha, yocto



On 7/7/20 10:25 AM, jjvazha via lists.yoctoproject.org wrote:
> I saw this message thread ( 
> https://lists.yoctoproject.org/g/yocto/topic/61257317)  and wondering 
> how can I get this yocto compatible  layer  for marwell kirkwood ?
> I want to build a linux ketnel for marwell kirk wood  ( using the 
> sheevaplug.conf for machine) using yocto 2.7.3
> I down loaded this layer 
> (https://github.com/kelvinlawson/meta-kirkwood)   this is opnembedded 
> based , however upon building in yocto  it failed with the following message
> 
> Entering directory 
> `/home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work-shared/sheevaplug/kernel-source'
> |   GEN     
> /home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work/sheevaplug-poky-linux-gnueabi/linux-kirkwood/2.6.35-rc1-r14/build/Makefile
> | make[2]: *** No rule to make target `oldnoconfig'.  Stop.
> | make[1]: *** [oldnoconfig] Error 2
> | make: *** [sub-make] Error 2
> | make: Leaving directory 
> `/home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work-shared/sheevaplug/kernel-source'
> | ERROR: oe_runmake failed
> 
> 
> When I checked the "sheevaplug/kernel-source' directory it is empty ?
> 

meta-kirkwood is kind of stale, last commit was 7 years, 9 months ago, 
perhaps look around for another machine layer or fix this one

> 
> 

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

* Re: [yocto] meta-kirkwood layer #yocto
  2020-07-21 16:34 ` [yocto] " Khem Raj
@ 2020-07-21 16:40   ` Quentin Schulz
  0 siblings, 0 replies; 3+ messages in thread
From: Quentin Schulz @ 2020-07-21 16:40 UTC (permalink / raw)
  To: Khem Raj; +Cc: jjvazha, yocto

Hi,

On Tue, Jul 21, 2020 at 09:34:16AM -0700, Khem Raj wrote:
> 
> 
> On 7/7/20 10:25 AM, jjvazha via lists.yoctoproject.org wrote:
> > I saw this message thread (
> > https://lists.yoctoproject.org/g/yocto/topic/61257317)  and wondering
> > how can I get this yocto compatible  layer  for marwell kirkwood ?
> > I want to build a linux ketnel for marwell kirk wood  ( using the
> > sheevaplug.conf for machine) using yocto 2.7.3
> > I down loaded this layer
> > (https://github.com/kelvinlawson/meta-kirkwood)   this is opnembedded
> > based , however upon building in yocto  it failed with the following
> > message
> > 
> > Entering directory `/home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work-shared/sheevaplug/kernel-source'
> > |   GEN     /home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work/sheevaplug-poky-linux-gnueabi/linux-kirkwood/2.6.35-rc1-r14/build/Makefile
> > | make[2]: *** No rule to make target `oldnoconfig'.  Stop.
> > | make[1]: *** [oldnoconfig] Error 2
> > | make: *** [sub-make] Error 2
> > | make: Leaving directory `/home/jojan.vazhaeparampil/workspace/distro/build_zion/tmp/work-shared/sheevaplug/kernel-source'
> > | ERROR: oe_runmake failed
> > 
> > 
> > When I checked the "sheevaplug/kernel-source' directory it is empty ?
> > 
> 
> meta-kirkwood is kind of stale, last commit was 7 years, 9 months ago,
> perhaps look around for another machine layer or fix this one
> 

I also see that there's only a kernel recipe. IIRC, kirkwood devices are
supported in upstream linux, so you're probably fine using linux-yocto,
copy paste and slightly modify the machine configuration files if need
be and start from there instead of using this ultra old Linux kernel
(come on... 2.6?).

Good luck :)

Quentin

N.B.: https://elixir.bootlin.com/linux/latest/source/arch/arm/boot/dts/kirkwood-sheevaplug.dts

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

end of thread, other threads:[~2020-07-21 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 17:25 meta-kirkwood layer #yocto jjvazha
2020-07-21 16:34 ` [yocto] " Khem Raj
2020-07-21 16:40   ` Quentin Schulz

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.