Skip to content

Instantly share code, notes, and snippets.

@DanGdl
Created August 9, 2023 16:11
Show Gist options
  • Save DanGdl/bedf5fa00f5936bf81b3d1a7d750421d to your computer and use it in GitHub Desktop.
Save DanGdl/bedf5fa00f5936bf81b3d1a7d750421d to your computer and use it in GitHub Desktop.
local.conf for yocto
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