96boards / meta-96boards

OpenEmbedded BSP Layer for the 96boards.org boards
MIT License
41 stars 59 forks source link

[master] linux: copy defconfig on deploy stage #165

Closed mrchapp closed 7 years ago

mrchapp commented 7 years ago

There were three problems with saving and copying the defconfig in the configure phase: 1) the deploy directory may not exist by the time it's copied, and 2) it was wrong in the first place to deploy anything in the configure phase, and 3) DEPLOY_DIR_IMAGE should not be used in do_deploy, anyway.

This patch moves that whole operation to the deploy phase, using the right DEPLOYDIR mechanism (sstate-safe).

Signed-off-by: Daniel Díaz daniel.diaz@linaro.org

mrchapp commented 7 years ago

Same tonic as with the Morty pull request. This can be cherry-picked onto Pyro.