docs: Merge .claude/README.md into CLAUDE.md
Consolidate build and coding documentation into CLAUDE.md and remove the redundant .claude/README.md file. Mention the use of the Co-developed-by tag and how to run tests. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
@@ -32,6 +32,7 @@ make sandbox_defconfig O=/tmp/<build_dir>
|
|||||||
# Build
|
# Build
|
||||||
make -j$(nproc) O=/tmp/<build_dir>
|
make -j$(nproc) O=/tmp/<build_dir>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
There are aliases in ~/bin/git-alias which you can use.
|
There are aliases in ~/bin/git-alias which you can use.
|
||||||
@@ -67,3 +68,5 @@ pyt <test_name>
|
|||||||
- This follows U-Boot's established naming convention for output parameters
|
- This follows U-Boot's established naming convention for output parameters
|
||||||
- Keep commit messages concise - focus on the key change and essential details only
|
- Keep commit messages concise - focus on the key change and essential details only
|
||||||
- Code should be formatted to 80 columns and not have trailing spaces
|
- Code should be formatted to 80 columns and not have trailing spaces
|
||||||
|
- Remember to use Co-developed-by in commits
|
||||||
|
- Remember not to cd into the build directory; run U-Boot directly in the source dir
|
||||||
Reference in New Issue
Block a user