All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-core-tisdk-image: Fix DEPLOY_SPL_NAME for k2g
@ 2016-11-14 15:39 Jacob Stiffler
  0 siblings, 0 replies; only message in thread
From: Jacob Stiffler @ 2016-11-14 15:39 UTC (permalink / raw)
  To: meta-arago

* The k2g machines require that MLO is available in the SDK's
  prebuilt-images.
* Therefore do not unset DEPLOY_SPL_NAME for all keystone machines,
  but only the one which do not require it (k2hk-evm, k2l-evm, and
  k2e).

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 4 +++-
 1 file changed, 3 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 f313494..7dfaac1 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
@@ -1,7 +1,9 @@
 require arago-core-tisdk-image.inc
 
 DEPLOY_SPL_NAME_omapl138 = ""
-DEPLOY_SPL_NAME_keystone = ""
+DEPLOY_SPL_NAME_k2hk-evm = ""
+DEPLOY_SPL_NAME_k2l-evm = ""
+DEPLOY_SPL_NAME_k2e = ""
 
 ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image"
 export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-14 15:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14 15:39 [PATCH] arago-core-tisdk-image: Fix DEPLOY_SPL_NAME for k2g Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.