January 2018
Intermediate to advanced
456 pages
12h 49m
English
Most developers won't be interested in keeping the whole build output for every package, so it is recommended to configure your project to remove it with the following configuration in your conf/local.conf file:
INHERIT += "rm_work"
But at the same time, configuring it for all packages means that you won't be able to develop or debug them.
You can add a list of packages to exclude from cleaning by adding them to the RM_WORK_EXCLUDE variable. For example, if you are going to do BSP work, a good setting might be:
RM_WORK_EXCLUDE += "linux-wandboard u-boot-fslc"
Remember that you can use a custom template local.conf.sample configuration file in your own layer to keep these configurations and apply them for all projects so that ...
Read now
Unlock full access