summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/linux/multi-kernel.inc2
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
79do_deploy_append () { 79do_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