You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside my ~/Projects/local_buildroot directory I now have two empty directories (configs and package) and the three config files (external.desc, external.mk and Config.in). There are no files in the package directory.
Now I continue to run the commands documented.
git add *
git commit
cd~/Projects/buildroot
export BR2_EXTERNAL=${HOME}/Projects/local_buildroot
make menuconfig
The output of the command make menuconfig gives me an error, complaining about a file it cannot open:
I definitively have not created the file inside the packages directory. The Config.in in the local_buildroot points to a file with the same name but underneath the package directory, which I created and is empty.
So where is the file ~/Projects/local_buildroot/package/Config.in supposed to come from? Am I missing something or is ther some step in the config missing?
The text was updated successfully, but these errors were encountered:
I followed the description and executed the following commands
Inside my
~/Projects/local_buildroot
directory I now have two empty directories (configs
andpackage
) and the three config files (external.desc
,external.mk
andConfig.in
). There are no files in the package directory.Now I continue to run the commands documented.
The output of the command
make menuconfig
gives me an error, complaining about a file it cannot open:I definitively have not created the file inside the
packages
directory. TheConfig.in
in thelocal_buildroot
points to a file with the same name but underneath thepackage
directory, which I created and is empty.So where is the file
~/Projects/local_buildroot/package/Config.in
supposed to come from? Am I missing something or is ther some step in the config missing?The text was updated successfully, but these errors were encountered: