Replies: 2 comments
-
From menuconfig, press |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just tried this. In menuconfig the file defconfig is created, but menuconfig hangs. In guiconfig no hang-up. However, this file is by default stored in the Sidenote: Zephyr version is 3.2.99. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a (very) former user of uclinux.dist, I'm wondering about the fact that the .config file that is merged (e.g. with prj.conf & generated via menuconfig is placed in a subdirectory of the build directory (I'm talking about a project that is created as a sibling of the zephyr directory, according to a T2 topology).
I know that project specific config is stored in
prj.conf
, but many detailconfigurations are managed conveniently via menuconfig/guiconfig and moreover, the result of specific user settings should anyhow be part of my project versioning.In uclinux.dist, this is done via a copy of toplevel config, dist-level config and linux config in vendors/xxx/ (at the moment I was not able to reconstruct the process part of copying back actual changes via menuconfig to the /vensors/xxx/ directory - which is versioned).
Of course this workflow does not apply in my actual case because the own project is not part of the standard zephyr repository. But I don't find hints in
doc/build/Kconfig
. Of course, I won't manually transfer changes through menuconfig over toprj.conf
.Do I miss something which is documented? Just I found that upon building with pristine the modified .config is removed (as expected)...
Beta Was this translation helpful? Give feedback.
All reactions