All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel versions
@ 2011-02-21 15:52 Gary Thomas
  2011-02-21 15:59 ` Gary Thomas
  2011-02-21 17:41 ` Richard Purdie
  0 siblings, 2 replies; 19+ messages in thread
From: Gary Thomas @ 2011-02-21 15:52 UTC (permalink / raw)
  To: Poky

I have my own kernel recipes (historical reasons...) which I
now have 2 versions of.  Some platforms have not yet been
ported to the latest version and I need to keep using the
older one for those platforms until the porting is complete.

Sadly, I can't get this to work.

Here's what I have
   $ tree meta-amltd/packages/linux/
     meta-amltd/packages/linux/
     ├── linux-am_2.6.32.bb
     ├── linux-am_2.6.37.bb

   $ tree meta-cobra3530p60/packages/linux/
     meta-cobra3530p60/packages/linux/
     ├── linux-am-2.6.32
     │   └── cobra3530p60
     │       ├── cobra3530p60.patch
     │       └── defconfig
     ├── linux-am_2.6.32.bbappend

I tried these settings in my machine/cobra3530p60
   PREFERRED_PROVIDER_virtual/kernel = "linux-am"
   PREFERRED_VERSION_virtual/kernel = "2.6.32"

However, it still wants to build version 2.6.37

What am I missing?  How can I force it to use the 2.6.32 version
for this machine?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 19+ messages in thread
* kernel versions
@ 2017-03-08 20:52 Tobin C. Harding
  2017-03-09 23:48 ` Daniel Axtens
  0 siblings, 1 reply; 19+ messages in thread
From: Tobin C. Harding @ 2017-03-08 20:52 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev

Recently the kernel version on the github
repository did not match up with the master branch of

https://kernel.googlesource.com/pub/scm/linux/kernel/git/powerpc/linux

Specifically, github was hosting v4.10-rc5 while master had
v4.10-rc8. All the while Linus' mainline was at v4.11-rc1.

Was this an anomaly or is there a technical reason please? While
writing this I see that perhaps I should have checked the other
branches (fixes, next, test).

thanks,
Tobin.

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: Kernel versions
@ 2009-04-02  8:19 Tomasz Chmielewski
  0 siblings, 0 replies; 19+ messages in thread
From: Tomasz Chmielewski @ 2009-04-02  8:19 UTC (permalink / raw)
  To: LKML

> I have noticed that when compiling various kernel versions with same
> .config file
> (this is .config file from generic 2.6.27-7 kernel that works)
> on same machine the results are unpredictable :) Sometimes machine just
> shuts down during the compilation

Shuts down during compilation? Or freezes?

It mostly means hardware problems.


> and in most cases it won't boot.

And what does kernel say during booting and where it breaks / stop booting?


-- 
Tomasz Chmielewski
http://wpkg.org


^ permalink raw reply	[flat|nested] 19+ messages in thread
* Kernel versions
@ 2009-04-02  7:16 Dragoslav Zaric
  0 siblings, 0 replies; 19+ messages in thread
From: Dragoslav Zaric @ 2009-04-02  7:16 UTC (permalink / raw)
  To: Cyrill Gorcunov, LKML

Hello,

I have noticed that when compiling various kernel versions with same
.config file
(this is .config file from generic 2.6.27-7 kernel that works)
on same machine the results are unpredictable :) Sometimes machine just
shuts down during the compilation, and in most cases it won't boot. I am always
downloading kernel sources from official site and I think these are
stable versions.
For example, 2.6.27.7 , 2.6.27.21 etc.

I am compiling kernel and modules with:

make
make modules
make modules_install
make install

and then run in /boot folder

mkinitrd initrd.img-2.6.27.21 2.6.27.21

and modify /boot/grub/menu.lst

So, is there some convention or practice, to know which versions are
stable or do
different distribution have something to do with it ?

thanks,

Dragoslav Zaric
[Professional programmer, MSc in Astrophysics]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Kernel versions
@ 2004-07-02 13:11 linuxppc
  2004-07-02 14:29 ` Giuliano Pochini
  0 siblings, 1 reply; 19+ messages in thread
From: linuxppc @ 2004-07-02 13:11 UTC (permalink / raw)
  To: Linux PPC Dev


Is there a linuxppc-2.6 kernel tree or are they still using the linuxppc-2.5
tree?

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: Queston about Walnut
@ 2003-10-02 12:17 Wolfgang Denk
  2003-10-03  1:18 ` Jacky Lam
  0 siblings, 1 reply; 19+ messages in thread
From: Wolfgang Denk @ 2003-10-02 12:17 UTC (permalink / raw)
  To: Jacky Lam; +Cc: linuxppc-embedded


In message <000e01c388dc$eb525510$0202a8c0@homevl9biy3v7e> you wrote:
>
> > Who gave you such (obviously wrong) instructions?
>
>         I take the example of u-boot to create the "uImage" and download it
> to the board.

Please show me which U-Boot document uses 0x00400000 as load or entry
point address so I can fix this immediately. It is WRONG  and  CANNOT
work.

> > For PowerPC systems, both  Load  Address  and  Entry  Point  must  be
> > specified as 0.
>
>         I have tried 0 before. But I get an exception in return. Could you
> kindly give me some instructions how to run a kernel on this board?

Please start by giving a precise description of  what  you  did.  and
which error messages you got.

You "get an exception" - when? When running "mkimage"?  When  booting
the kernel? Which sort of exception? What is the exact error message?
Please include a complete log of your actions and all output.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Totally illogical, there was no chance.
	-- Spock, "The Galileo Seven", stardate 2822.3

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2017-03-09 23:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 15:52 kernel versions Gary Thomas
2011-02-21 15:59 ` Gary Thomas
2011-02-21 17:41 ` Richard Purdie
2011-02-21 18:31   ` Gary Thomas
2011-02-21 23:16     ` Richard Purdie
2011-02-23 15:20       ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2017-03-08 20:52 Tobin C. Harding
2017-03-09 23:48 ` Daniel Axtens
2009-04-02  8:19 Kernel versions Tomasz Chmielewski
2009-04-02  7:16 Dragoslav Zaric
2004-07-02 13:11 linuxppc
2004-07-02 14:29 ` Giuliano Pochini
2004-07-02 14:54   ` Wolfgang Denk
2004-07-02 15:37     ` Giuliano Pochini
2004-07-02 15:56     ` Gary Thomas
2004-07-06 15:08       ` Benjamin Herrenschmidt
2004-08-13 16:59         ` David Woodhouse
2003-10-02 12:17 Queston about Walnut Wolfgang Denk
2003-10-03  1:18 ` Jacky Lam
     [not found]   ` <3F7D3238.2090400@bluewin.ch>
     [not found]     ` <20031003151729.GC21468@ip68-0-152-218.tc.ph.cox.net>
2003-10-03 23:36       ` Kernel versions Gary Thomas
2003-10-07 13:37         ` Tom Rini

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.