All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device
@ 2017-06-09 20:02 Denys Dmytriyenko
  2017-06-09 20:19 ` Gou, Hongmei
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-06-09 20:02 UTC (permalink / raw)
  To: meta-arago

Be specific and only unset it for k2g HS device, as k2g GP does provide MLO/SPL

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device
  2017-06-09 20:02 [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device Denys Dmytriyenko
@ 2017-06-09 20:19 ` Gou, Hongmei
  2017-06-09 20:59   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Gou, Hongmei @ 2017-06-09 20:19 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-arago@arago-project.org

ACK

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Friday, June 09, 2017 4:02 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [morty/master][PATCH] arago-core-tisdk-image:
> disable deployment of MLO only for k2g HS device
> 
> Be specific and only unset it for k2g HS device, as k2g GP does provide
> MLO/SPL
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device
  2017-06-09 20:19 ` Gou, Hongmei
@ 2017-06-09 20:59   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-06-09 20:59 UTC (permalink / raw)
  To: Gou, Hongmei; +Cc: meta-arago@arago-project.org

Thanks.
BTW, if you want your ack to be recorded in the git commit, you have to use a 
formal format of "Acked-by: Name <email>"


On Fri, Jun 09, 2017 at 04:19:31PM -0400, Gou, Hongmei wrote:
> ACK
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Friday, June 09, 2017 4:02 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [morty/master][PATCH] arago-core-tisdk-image:
> > disable deployment of MLO only for k2g HS device
> > 
> > Be specific and only unset it for k2g HS device, as k2g GP does provide
> > MLO/SPL
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  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
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-09 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 20:02 [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device Denys Dmytriyenko
2017-06-09 20:19 ` Gou, Hongmei
2017-06-09 20:59   ` Denys Dmytriyenko

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.