diff options
-rw-r--r-- | recipes-bsp/linux/multi-kernel.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/linux/multi-kernel.inc b/recipes-bsp/linux/multi-kernel.inc index be2b3b0a..9f5a0a03 100644 --- a/recipes-bsp/linux/multi-kernel.inc +++ b/recipes-bsp/linux/multi-kernel.inc | |||
@@ -78,6 +78,8 @@ do_compileconfigs () { | |||
78 | # For reference, copy .config to deploy image | 78 | # For reference, copy .config to deploy image |
79 | do_deploy_append () { | 79 | do_deploy_append () { |
80 | 80 | ||
81 | install -d ${DEPLOY_DIR_IMAGE} | ||
82 | |||
81 | # Drop the regular defconfig along side the others for consistency | 83 | # Drop the regular defconfig along side the others for consistency |
82 | cd ${S} | 84 | cd ${S} |
83 | cp .config ${DEPLOY_DIR_IMAGE}/config-${PV}-${PR}-${MACHINE}.config | 85 | cp .config ${DEPLOY_DIR_IMAGE}/config-${PV}-${PR}-${MACHINE}.config |