[Buildroot] Date in kernel file name

Peter Korsgaard jacmet at uclibc.org
Mon Sep 22 12:03:09 UTC 2008


>>>>> "Lars" == Lars Lockenvitz <l.lockenvitz at eubus.net> writes:

 Lars> Hello,
 Lars> does anyone know where the setting is, that defines the suffix to the 
 Lars> kernel?
 Lars> Course, my problem is that I want the kernel output file without the 
 Lars> datecode!

I take it you use target/linux/Makefile.in.advanced? It has:

# File name for the Linux kernel binary
LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux-$(LINUX26_VERSION)-$(DATE)$(KERNEL_EXT)

It should probably use $(ROOTFS_SUFFIX) instead so it uses whatever is
configured for the rootfs. I'll fix it in svn.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list