diff --git a/recipes-kernel/linux/netmodule-fitimage.bb b/recipes-kernel/linux/netmodule-fitimage.bb index 01b440e..82ffd2c 100644 --- a/recipes-kernel/linux/netmodule-fitimage.bb +++ b/recipes-kernel/linux/netmodule-fitimage.bb @@ -47,7 +47,7 @@ kernel_do_deploy () { } do_deploy () { - deployDir=${DEPLOY_DIR_IMAGE} + deployDir=${DEPLOYDIR} kernel_do_deploy }