From: Ulf Samuelsson <ulf@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target: device/Atmellinux
Date: Thu, 8 May 2008 19:22:47 +0200 [thread overview]
Message-ID: <004401c8b130$9f5fc760$dfc4af0a@Glamdring> (raw)
In-Reply-To: d6cda7730805080743v4a298223m5ed424b4ee6c80a4@mail.gmail.com
>> @@ -153,29 +149,16 @@
>> # BZIMAGE
>> ifeq ($(LINUX26_FORMAT),bzImage)
>> LINUX26_BINLOC:=arch/$(KERNEL_ARCH)/boot/bzImage
>> -KERNEL_EXT:=
>> +KERNEL_EXT:=.bz
>> endif
>
> I have never seen any distro doing this. Why?
>
>> # -----------------------------------------------------------------------------
>> # File name for the Linux kernel binary
>> -ifeq ($(LINUX26_FORMAT),uImage)
>> -LINUX26_KERNEL_NAME:="uImage"
>> -endif
>> -ifeq ($(LINUX26_FORMAT),bzImage)
>> -LINUX26_KERNEL_NAME:="bzImage"
>> -endif
>> -ifeq ($(LINUX26_FORMAT),vmlinux)
>> -LINUX26_KERNEL_NAME:="vmlinux"
>> -endif
>> -ifeq ($(LINUX26_FORMAT),zImage)
>> -LINUX26_KERNEL_NAME:="zImage"
>> -endif
>> -ifeq ($(LINUX26_FORMAT),custom)
>>
>> LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux-$(LINUX26_VERSION)-$(DATE)$(KERNEL_EXT)
>> -endif
>
> Why on Earth did you remove John's changes from May 6?
One of the reasons I had to create the advanced linux configuration in
buildroot
was that I wanted to be able to store multiple kernel images in the same
directory.
John's patch makes this impossible and also makes the image name
incompatible
with the automatically generated scripts which downloads the kernel to the
target.
$(BOARD_NAME) needs to be changed to $(PROJECT) though.
Best Regards
Ulf Samuelsson
next prev parent reply other threads:[~2008-05-08 17:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-16 22:45 [Buildroot] svn commit: trunk/buildroot/target: device/Atmel linux ulf at uclibc.org
2008-05-08 14:43 ` Thiago A. Corrêa
2008-05-08 17:22 ` Ulf Samuelsson [this message]
2008-05-08 18:16 ` [Buildroot] svn commit: trunk/buildroot/target: device/Atmellinux Thiago A. Corrêa
2008-05-08 19:58 ` [Buildroot] svn commit: trunk/buildroot/target:device/Atmellinux Ulf Samuelsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='004401c8b130$9f5fc760$dfc4af0a@Glamdring' \
--to=ulf@atmel.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox