Created
August 9, 2023 16:11
-
-
Save DanGdl/bedf5fa00f5936bf81b3d1a7d750421d to your computer and use it in GitHub Desktop.
local.conf for yocto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RM_OLD_IMAGE = "1" | |
INHERIT += "rm_work" | |
IMAGE_INSTALL:append = " git python3" | |
# Also you can specify an amount of threads to use for build (default value: BB_NUMBER_THREADS = "${@oe.utils.cpu_count()}"): | |
#BB_NUMBER_THREADS = "4" | |
#PARALLEL_MAKE - number of processes for -j option (for gcc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment