Skip to content
Discussion options

You must be logged in to vote

If you prefer you can locate your files for freezing elsewhere. For example my build script has

MANIFEST='/mnt/qnap2/Scripts/manifests/rp2_manifest.py'

make submodules
make clean
if make -j 8 BOARD=PICO FROZEN_MANIFEST=$MANIFEST

with the contents of rp2_manifest.py being

include("$(MPY_DIR)/ports/rp2/boards/manifest.py")
freeze('/mnt/qnap2/Scripts/modules/rp2_modules')

This adds a set of extra modules to those provided by default. The benefits are that the source tree is unmodified and it readily facilitates freezing different sets of modules.

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by BryceTuppurainen
Comment options

You must be logged in to vote
1 reply
@jimmo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants