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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user