Bug 8546

Summary: build instructions for raspberry pi don't work
Product: buildroot Reporter: craigswank
Component: OtherAssignee: Yann E. MORIN <yann.morin.1998>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2015.11   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description craigswank 2015-12-22 23:29:22 UTC
When trying to build for raspberry pi, I follow the instructions from "board/raspberrypi/readme.txt":

$ make raspberrypi_defconfig
$ make linux/linux.mk:409: *** No kernel defconfig name specified, check your BR2_LINUX_KERNEL_DEFCONFIG setting.  Stop.
Makefile:36: recipe for target '_all' failed
make: *** [_all] Error 2
Comment 1 craigswank 2015-12-22 23:30:29 UTC
I pasted the error output wrong, it is more like:

$ make raspberrypi_defconfig
$ make 
linux/linux.mk:409: *** No kernel defconfig name specified, check your BR2_LINUX_KERNEL_DEFCONFIG setting.  Stop.
Makefile:36: recipe for target '_all' failed
make: *** [_all] Error 2
Comment 2 Yann E. MORIN 2015-12-23 08:21:22 UTC
Hello,

Indeed, I busted that part.

I'll send a fix in a moment.

Regards,
Yann E. MORIN.
Comment 3 Thomas Petazzoni 2015-12-23 08:54:59 UTC
Should be fixed by https://git.busybox.net/buildroot/commit/?id=d831f2496441b5454de6a6dc0b4abb3804b94c88. Thanks for reporting the bug!