Bug 8546 - build instructions for raspberry pi don't work
Summary: build instructions for raspberry pi don't work
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2015.11
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: Yann E. MORIN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-22 23:29 UTC by craigswank
Modified: 2015-12-23 08:54 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!