[Buildroot] [git commit] linux: add support for 3.x and -rc versions

Sven Neumann s.neumann at raumfeld.com
Thu Jul 14 14:29:23 UTC 2011


On Thu, 2011-07-14 at 12:28 +0200, Peter Korsgaard wrote:
> >>>>> "Sven" == Sven Neumann <s.neumann at raumfeld.com> writes:
> 
> Hi,
> 
>  Sven> I've updated to latest git today and ran into this error:
> 
>  Sven> linux/linux.mk:26: *** Recursive variable `LINUX_SITE' references itself
>  Sven> (eventually).  Stop.
> 
> Interesting, I haven't seen that here. What make version are you using?

GNU Make 3.81

> I just built qemu_arm_versatile_defconfig with make 3.81 without any
> problems. Could you post your config, please?

Here's the kernel part, in the hope that this is sufficient:

# Kernel
#
BR2_LINUX_KERNEL=y
# BR2_LINUX_KERNEL_2_6_39 is not set
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
# BR2_LINUX_KERNEL_CUSTOM_GIT is not set
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.0-rc7"
BR2_LINUX_KERNEL_VERSION="3.0-rc7"
BR2_LINUX_KERNEL_PATCH="raumfeld/kernel-arm.patch"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="raumfeld/kernel-arm.config"
BR2_LINUX_KERNEL_UIMAGE=y
# BR2_LINUX_KERNEL_ZIMAGE is not set
# BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM is not set
BR2_LINUX_KERNEL_INSTALL_TARGET=y


Sven




More information about the buildroot mailing list