39 lines
789 B
Plaintext
39 lines
789 B
Plaintext
# Cloned repos (pulled by setup.sh, symlinked into layers/)
|
|
repos/
|
|
|
|
# Symlinks in layers/ pointing to repos/ (recreated by setup.sh)
|
|
layers/poky
|
|
layers/meta-raspberrypi
|
|
layers/meta-openembedded
|
|
layers/meta-wolfssl
|
|
|
|
# FIPS Ready config (contains bundle-specific details)
|
|
conf/wolfssl-fips-ready.conf
|
|
|
|
# Build artifacts
|
|
build/
|
|
downloads/
|
|
sstate-cache/
|
|
|
|
# Images copied by make move-image
|
|
*.wic
|
|
*.wic.bz2
|
|
*.wic.gz
|
|
*.wic.bmap
|
|
|
|
# FIPS Ready bundle (commercial, do not commit)
|
|
*.zip
|
|
|
|
# Generated network config (created by make ip-* / set-network.sh)
|
|
layers/meta-network-overrides/recipes-core/network-config/files/20-wired.network
|
|
|
|
# direnv (generated by setup.sh)
|
|
.envrc
|
|
|
|
# Project root is not a layer (old locations)
|
|
/conf/layer.conf
|
|
/recipes-core/
|
|
|
|
# Claude Code memory (local only)
|
|
memory/
|