From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Thiago_A=2E_Corr=EAa?= Date: Fri, 6 Feb 2009 13:18:48 -0200 Subject: [Buildroot] What's up with the kernel names? (Again) In-Reply-To: References: <873aeue676.fsf@macbook.be.48ers.dk> <1233865432.4148.6.camel@elrond.atmel.com> <87eiycarei.fsf@macbook.be.48ers.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Fri, Feb 6, 2009 at 12:31 PM, Thiago A. Corr?a wrote: > Ulf> If you add KERNEL_VERSION to the root fs name you do things > Ulf> automatically, if you dont then everything is manually, and you > Ulf> have a risk of mismatch between name and actual version. I > Ulf> would not mind that the rootfs contains kernel version, but it > Ulf> will break the at91 u-boot autoscripts which means that it > Ulf> should avoided at this point, and introduced in a future > Ulf> buildroot. > > I suspect that the autoscript generation uses the same variable as the > kernel build. Otherwise it's impossible to predict your current naming > scheme. If so, it wouldn't break anything, as the variable is > preserved, just it's contents changed slightly. >From target/u-boot/Makefile.in: echo setenv linux $(LINUX26_KERNEL_NAME).gz >> $(U_BOOT_AUTOSCRIPT) So, it should be ok.