Bug 10056

Summary: No .config file was produced in /buildroot folder
Product: buildroot Reporter: Paul Tomov <ptomov>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot
Priority: P5    
Version: 2017.05.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: No .config file was created in /buildroot folder

Description Paul Tomov 2017-07-12 16:52:43 UTC
Hi,

When running:

make raspberrypi3_defconfig

no .config file was produces in /buildroot folder 
despite the message. Please see the screenshot and
advise me how to solve this problem. Did something 
change in where Buildroot produces this .config file.

According to your answer to my previous ticket10011,

in order to enable "SUDO" command in the image, I have to
add BR2_PACKAGE_SUDO=y into this .config file.

Thanks,

   Pavel
Comment 1 Paul Tomov 2017-07-12 19:07:32 UTC
Created attachment 7111 [details]
No .config file was created in /buildroot folder
Comment 2 Thomas Petazzoni 2017-07-13 07:41:22 UTC
First of all, please *stop* filing bugs for things that are not bugs but user issues.

> no .config file was produces in /buildroot folder 
> despite the message. Please see the screenshot and
> advise me how to solve this problem. Did something 
> change in where Buildroot produces this .config file.

A .config file was definitely produced, I believe you haven't looked properly.

Also, please don't attach screenshots, but copy/paste the text.

> in order to enable "SUDO" command in the image, I have to
> add BR2_PACKAGE_SUDO=y into this .config file.

Not, the .config file should not be edited manually. You should run "make menuconfig" and adjust the configuration.

Please read the Buildroot manual and training slides.

Also, your next bug reports that are not bugs but user issues will be immediately closed as INVALID, without any explanation.