All of lore.kernel.org
 help / color / mirror / Atom feed
* How to prevent + being appended to kernel image name
@ 2010-10-25 19:54 Elvis Dowson
  2010-10-25 20:26 ` Elvis Dowson
  2010-10-25 20:38 ` Stefan Richter
  0 siblings, 2 replies; 4+ messages in thread
From: Elvis Dowson @ 2010-10-25 19:54 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,
       When I build the linux-2.6.36 kernel (wl12xx wireless repo) using OpenEmbedded (OE), the kernel image that gets created has the name "Linux-2.6.36-rc8-wl"

However, when I build it from within TI CCS v5 (eclipse IDE), the resulting kernel image name has a + sign appended to the image name "Linux-2.6.36-rc8-wl+"

How can I prevent the + symbol from being prefixed to the kernel image name? 

I'm using OE to build the rootfilesystem and the kernel driver modules, but using TI CCS v5 to incrementally modify my board definition file, and quickly compile the kernel and test it. Because of the + prefix, I'm unable to load kernel modules correctly due to the mismatch in the kernel image names.

Elvis Dowson





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

* Re: How to prevent + being appended to kernel image name
  2010-10-25 19:54 How to prevent + being appended to kernel image name Elvis Dowson
@ 2010-10-25 20:26 ` Elvis Dowson
  2010-11-02  7:02   ` Américo Wang
  2010-10-25 20:38 ` Stefan Richter
  1 sibling, 1 reply; 4+ messages in thread
From: Elvis Dowson @ 2010-10-25 20:26 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,

On Oct 25, 2010, at 11:54 PM, Elvis Dowson wrote:

> How can I prevent the + symbol from being prefixed to the kernel image name? 

I found the solution. You can disable the plus sign is the LOCALVERSION environment variable or make variable:

make LOCALVERSION= all

make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- LOCALVERSION=  -j6 uImage

Elvis Dowson

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

* Re: How to prevent + being appended to kernel image name
  2010-10-25 19:54 How to prevent + being appended to kernel image name Elvis Dowson
  2010-10-25 20:26 ` Elvis Dowson
@ 2010-10-25 20:38 ` Stefan Richter
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Richter @ 2010-10-25 20:38 UTC (permalink / raw)
  To: Elvis Dowson; +Cc: Linux Kernel Mailing List

Elvis Dowson wrote:
> How can I prevent the + symbol from being prefixed to the kernel image name? 

scripts/setlocalversion is the culprit.  Read at the bottom of the file under
which conditions it adds the +.
-- 
Stefan Richter
-=====-==-=- =-=- ==--=
http://arcgraph.de/sr/

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

* Re: How to prevent + being appended to kernel image name
  2010-10-25 20:26 ` Elvis Dowson
@ 2010-11-02  7:02   ` Américo Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Américo Wang @ 2010-11-02  7:02 UTC (permalink / raw)
  To: Elvis Dowson; +Cc: Linux Kernel Mailing List

On Tue, Oct 26, 2010 at 12:26:20AM +0400, Elvis Dowson wrote:
>Hi,
>
>On Oct 25, 2010, at 11:54 PM, Elvis Dowson wrote:
>
>> How can I prevent the + symbol from being prefixed to the kernel image name? 
>
>I found the solution. You can disable the plus sign is the LOCALVERSION environment variable or make variable:
>
>make LOCALVERSION= all
>
>make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- LOCALVERSION=  -j6 uImage
>

Correct, kbuild will append '+' if you modify the source code unless you provide
LOCALVERSION=.


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

end of thread, other threads:[~2010-11-02  6:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-25 19:54 How to prevent + being appended to kernel image name Elvis Dowson
2010-10-25 20:26 ` Elvis Dowson
2010-11-02  7:02   ` Américo Wang
2010-10-25 20:38 ` Stefan Richter

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.