I am attempting to control debug-tweaks via an image recipe.

Previous posts suggest that the autobuilder will use auto.conf and ignore
local.conf. However, meta/conf/bitbake.conf says that the include order is
auto.conf, and then local.conf.

This means that the default local.conf.template installed overrides with a
regular assignment.

EXTRA_IMAGE_FEATURES = "debug-tweaks"


Perhaps the assignment in local.conf be a weak one, i.e. ?= where it would
not override a previous assignment.

Or maybe I need a new buildstep. How should I be doing this?


- Jate S.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to