mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-02 17:01:04 +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
|
# For reference, copy .config to deploy image
|
||||||
do_deploy_append () {
|
do_deploy_append () {
|
||||||
|
|
||||||
|
install -d ${DEPLOY_DIR_IMAGE}
|
||||||
|
|
||||||
# Drop the regular defconfig along side the others for consistency
|
# Drop the regular defconfig along side the others for consistency
|
||||||
cd ${S}
|
cd ${S}
|
||||||
cp .config ${DEPLOY_DIR_IMAGE}/config-${PV}-${PR}-${MACHINE}.config
|
cp .config ${DEPLOY_DIR_IMAGE}/config-${PV}-${PR}-${MACHINE}.config
|
||||||
|
|||||||
Reference in New Issue
Block a user