1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

TI BSP: multi-kernel.inc: deploy can be empty, so make sure it exist before trying to copy into it

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-01-03 08:44:44 +01:00
parent 7d39ce1743
commit 60f1c4f27e

View File

@@ -78,6 +78,8 @@ do_compileconfigs () {
# For reference, copy .config to deploy image
do_deploy_append () {
install -d ${DEPLOY_DIR_IMAGE}
# Drop the regular defconfig along side the others for consistency
cd ${S}
cp .config ${DEPLOY_DIR_IMAGE}/config-${PV}-${PR}-${MACHINE}.config