Be specific and only unset it for k2g HS device, as k2g GP does provide MLO/SPL
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb index 974db93..d361c3d 100644 --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb @@ -4,7 +4,8 @@ DEPLOY_SPL_NAME_omapl138 = "" DEPLOY_SPL_NAME_k2hk = "" DEPLOY_SPL_NAME_k2l-evm = "" DEPLOY_SPL_NAME_k2e = "" -DEPLOY_SPL_NAME_k2g = "" +# Only unset it for HS device, as k2g GP does provide MLO/SPL +DEPLOY_SPL_NAME_k2g-hs-evm = "" ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image" export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
