Bug 10056 - No .config file was produced in /buildroot folder
Summary: No .config file was produced in /buildroot folder
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.05.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-12 16:52 UTC by Paul Tomov
Modified: 2017-07-13 07:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
No .config file was created in /buildroot folder (16.64 KB, image/png)
2017-07-12 19:07 UTC, Paul Tomov
Details

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