Sample Header Ad - 728x90

Meaning of ?= and ??= in bitbake/yocto

9 votes
2 answers
15830 views
What does the different assignment types mean in bitbake recipe scripts, such as: BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}" PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}" MACHINE ??= "qemux86" What of above is analogous to Ruby's bb_number_threads ||= 'something'?
Asked by Frankie_Fomalhaut (391 rep)
Jul 10, 2015, 08:53 AM
Last activity: Feb 7, 2025, 10:52 AM