Marc Herbert
Marc Herbert
> The only way currently is to remove the .west directory. However, instead of hard-coding the location, you may wish to consider using this API to find it: https://docs.zephyrproject.org/latest/develop/west/west-apis.html#west.util.west_dir >...
From a digression in #518. To please everyone and provide a good "out of the box" experience, west manifests can have many repos that are unnecessary to most users. As...
This is enough to make "west list" and "west topdir" not resolve symbolic links in a number of cases, for instance this has been successfully tested with symbolic links in...
Sincere thanks to @mbolivar and @tejlmand for helping brainstorm and sanity check this on Slack. Note helping is not endorsing :-) As the the west equivalent of `git pull --rebase`,...
`git` has a built-in `git grep` command that is convenient to perform a recursive search in sources. It's very convenient because - it automatically excludes binary `.git/` database files and...
Testing zephyr override from Pull Request Signed-off-by: Marc Herbert
Rarely, the sof-logger dies like this at the very start of a test: https://sof-ci.01.org/sofpr/PR5340/build11976/devicetest/?model=TGLU_UP_HDA_ZEPHYR&testcase=test-speaker ``` error: Invalid filename length 1650680879 or ldc file does not match firmware error: read_entry_from_ldc_file(0x25007) returned...
Rationale, pros and cons: https://docs.google.com/document/d/1TuJ8Z4W9rr1vUuKQ0O3Vh5dPPnGw5dKizylaEPtiPcg I suggest having questions and discussions about implementation details in this Google doc and higher level discussions here. Whatever works. Related: - https://github.com/zephyrproject-rtos/zephyr/discussions/34713
Fixes commit 7a85ff768385 ("add sparse support") The sparse build needs (at least) two things: 1. sparse to be in the PATH 2. the environment variable REAL_CC to be defined and...
This is preparing the addition of zephyr.elf, zephyr.lst and possibly other files to `build-sof-staging`. For now this PR should make no difference, the purpose is to make the actual addition...