All of lore.kernel.org
 help / color / mirror / Atom feed
* [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm
@ 2014-05-21 14:06 hzhang
  2014-05-21 16:36 ` Maupin, Chase
  2014-05-21 16:39 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: hzhang @ 2014-05-21 14:06 UTC (permalink / raw)
  To: meta-arago

From: Hao Zhang <hzhang@ti.com>

Keystone II SoC family has multiple devices and EVM's: k2hk, k2l and k2e.
All the EVM's share the same core tisdk image. The TARGET_IMAGES should
be set to keystone SoC family rather than a keystone EVM machine config.

Signed-off-by: Hao Zhang <hzhang@ti.com>
---
 .../recipes-core/images/arago-core-tisdk-image.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
index f25db51..1dd9d6d 100644
--- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
+++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
@@ -27,7 +27,7 @@ DTB_FILTER_keystone = "k2hk"
 TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
 
 # Some devices do not support display and use a server image instead
-TARGET_IMAGES_keystone-evm = "arago-base-tisdk-image tisdk-server-rootfs-image"
+TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-rootfs-image"
 
 TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk"
 
-- 
1.7.9.5



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

* Re: [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm
  2014-05-21 14:06 [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm hzhang
@ 2014-05-21 16:36 ` Maupin, Chase
  2014-05-21 16:39 ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Maupin, Chase @ 2014-05-21 16:36 UTC (permalink / raw)
  To: Zhang, Hao, meta-arago@arago-project.org

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Zhang, Hao
>Sent: Wednesday, May 21, 2014 9:07 AM
>To: meta-arago@arago-project.org
>Subject: [meta-arago] [Re-submit: v3] keystone: tisdk-image:
>change TARGET_IMAGES from keystone-evm to k2hk-evm
>
>From: Hao Zhang <hzhang@ti.com>
>
>Keystone II SoC family has multiple devices and EVM's: k2hk, k2l
>and k2e.
>All the EVM's share the same core tisdk image. The TARGET_IMAGES
>should
>be set to keystone SoC family rather than a keystone EVM machine
>config.

Looks good to me

>
>Signed-off-by: Hao Zhang <hzhang@ti.com>
>---
> .../recipes-core/images/arago-core-tisdk-image.inc |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/meta-arago-distro/recipes-core/images/arago-core-
>tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-
>core-tisdk-image.inc
>index f25db51..1dd9d6d 100644
>--- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-
>image.inc
>+++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-
>image.inc
>@@ -27,7 +27,7 @@ DTB_FILTER_keystone = "k2hk"
> TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
>
> # Some devices do not support display and use a server image
>instead
>-TARGET_IMAGES_keystone-evm = "arago-base-tisdk-image tisdk-
>server-rootfs-image"
>+TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-
>rootfs-image"
>
> TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk"
>
>--
>1.7.9.5
>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm
  2014-05-21 14:06 [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm hzhang
  2014-05-21 16:36 ` Maupin, Chase
@ 2014-05-21 16:39 ` Denys Dmytriyenko
  2014-05-21 16:41   ` Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-05-21 16:39 UTC (permalink / raw)
  To: hzhang; +Cc: meta-arago

On Wed, May 21, 2014 at 10:06:54AM -0400, hzhang@ti.com wrote:
> From: Hao Zhang <hzhang@ti.com>
> 
> Keystone II SoC family has multiple devices and EVM's: k2hk, k2l and k2e.
> All the EVM's share the same core tisdk image. The TARGET_IMAGES should
> be set to keystone SoC family rather than a keystone EVM machine config.

Hao,

Just a quick reminder - when you resubmit a new version of the same patch, it 
helps to include a brief description of what has changed. That normally goes 
after the --- line below...


> Signed-off-by: Hao Zhang <hzhang@ti.com>
> ---

A short description of the changes made to the patch itself...


>  .../recipes-core/images/arago-core-tisdk-image.inc |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> index f25db51..1dd9d6d 100644
> --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> @@ -27,7 +27,7 @@ DTB_FILTER_keystone = "k2hk"
>  TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
>  
>  # Some devices do not support display and use a server image instead
> -TARGET_IMAGES_keystone-evm = "arago-base-tisdk-image tisdk-server-rootfs-image"
> +TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-rootfs-image"
>  
>  TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk"
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


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

* Re: [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm
  2014-05-21 16:39 ` Denys Dmytriyenko
@ 2014-05-21 16:41   ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-05-21 16:41 UTC (permalink / raw)
  To: hzhang; +Cc: meta-arago

On Wed, May 21, 2014 at 12:39:34PM -0400, Denys Dmytriyenko wrote:
> On Wed, May 21, 2014 at 10:06:54AM -0400, hzhang@ti.com wrote:
> > From: Hao Zhang <hzhang@ti.com>
> > 
> > Keystone II SoC family has multiple devices and EVM's: k2hk, k2l and k2e.
> > All the EVM's share the same core tisdk image. The TARGET_IMAGES should
> > be set to keystone SoC family rather than a keystone EVM machine config.
> 
> Hao,
> 
> Just a quick reminder - when you resubmit a new version of the same patch, it 
> helps to include a brief description of what has changed. That normally goes 
> after the --- line below...

That's for the future - no need to resubmit this one again though :)


> > Signed-off-by: Hao Zhang <hzhang@ti.com>
> > ---
> 
> A short description of the changes made to the patch itself...
> 
> 
> >  .../recipes-core/images/arago-core-tisdk-image.inc |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> > index f25db51..1dd9d6d 100644
> > --- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> > +++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
> > @@ -27,7 +27,7 @@ DTB_FILTER_keystone = "k2hk"
> >  TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
> >  
> >  # Some devices do not support display and use a server image instead
> > -TARGET_IMAGES_keystone-evm = "arago-base-tisdk-image tisdk-server-rootfs-image"
> > +TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-rootfs-image"
> >  
> >  TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk"
> >  
> > -- 
> > 1.7.9.5
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

end of thread, other threads:[~2014-05-21 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 14:06 [Re-submit: v3] keystone: tisdk-image: change TARGET_IMAGES from keystone-evm to k2hk-evm hzhang
2014-05-21 16:36 ` Maupin, Chase
2014-05-21 16:39 ` Denys Dmytriyenko
2014-05-21 16:41   ` 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.