Use balenalib/raspberry-pi-debian:stretch with legacy.raspbian.org repos. Exact match: GCC 6.3, Python 3.5, GLIBC 2.24 — identical to the Pi. First build ~25min (QEMU), subsequent builds ~1sec (cached image). Replaces the broken Bullseye approach that had GLIBC/GLIBCXX mismatches.
42 lines
519 B
Plaintext
42 lines
519 B
Plaintext
.sconf_temp/
|
|
.sconsign.dblite
|
|
/build
|
|
/dist
|
|
/crap
|
|
/pkg
|
|
/mnt
|
|
/demo
|
|
/bbctrl-*
|
|
node_modules
|
|
*~
|
|
\#*
|
|
*.pyc
|
|
__pycache__
|
|
*.egg-info
|
|
/upload
|
|
/*.img
|
|
*.so
|
|
*.deb
|
|
*.zip
|
|
/rpi-share
|
|
/rpi-root
|
|
/package-lock.json
|
|
/src/bbserial/linux-rpi-raspberrypi-kernel*
|
|
/src/bbserial/raspberrypi-kernel*
|
|
*.rej
|
|
*.elf
|
|
*.hex
|
|
.idea/deployment.xml
|
|
|
|
# Demo mode artifacts
|
|
bbctrl.log*
|
|
hooks.json
|
|
/*/bbctrl.log*
|
|
src/py/camotics/__init__.py
|
|
src/py/camotics/gplan.so
|
|
src/avr/emu/bbemu
|
|
src/avr/emu/build/
|
|
|
|
.pi/pi-python35.tar.gz
|
|
src/py/camotics/gplan.so.built
|