Replies: 3 comments 8 replies
-
Please provide us a minimal reproducible example.
Would you please also elaborate a bit on this? HAL for espressif seems to use git submodules but
ERROR: Malformed "build" section in file:This is what I found
Note: To reproduce you don't Failed to
|
Beta Was this translation helpful? Give feedback.
-
@yashi - I think you fairly (already) reproduced what I encounter actually. But tomorrow (in office) I'll check the espressif stuff. I however do not see git modules because outside of the zephyr folder there are no git repos. Regarding your final experiment: There are indeed circumstances where git takes care of not 'accidentally' overwriting untracked files. Normal behaviour is: when you add untracked files to commit, then after commit, these files are part of the versioning. If you then restore the previous commit, the files are not present as "untracked" (which I'd consider as exact step back - once I asked about this here) but these are simply no longer present (and as such, no overwrite error is reported upon checkout a later commit). I'd suggest that your Just a sidenote: around 10 years ago I worked with a predecessor of buildroot, and never had such issues. both kernel and root file system (the latter also with externally originated code) had full (&consistent) git coverage. |
Beta Was this translation helpful? Give feedback.
-
Regarding espressif-stuff (as announced for today): I get another error as you, @yashi :
This file has the date 23/11/2022. That was the date where I did Is there an option to do a sort of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Actually, I'm experiencing a problem with actual version of Zephyr. However, when I checkout an older commit of Zephyr, suddenly, problems (may) then occur as well. The reason:
When I do
west update
, the modules folder outside the zephyr folder may be updated as well. But all of its content, e.g. HAL, is only versioned at its original location.Practically, I might encounter an error like
Malformed "build" section in file [...] modules/hal/expressif/zephyr/module.yml.
In order to allow such verification tests (e.g. with the goal to analyze problems in the newer version, I'd have to do git versionin on the modules folder as well, and manually commit when I did a
west update
.Beta Was this translation helpful? Give feedback.
All reactions