All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-amsdk-image: Add additional tasks and image
@ 2012-11-01 18:35 Franklin S. Cooper Jr
  2012-11-01 18:54 ` Maupin, Chase
  0 siblings, 1 reply; 4+ messages in thread
From: Franklin S. Cooper Jr @ 2012-11-01 18:35 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add additional sdk-host tasks and target filesystem image

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/images/arago-amsdk-image.bb       |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb b/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
index 82e0527..6ddcb8b 100644
--- a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
+++ b/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
@@ -13,9 +13,16 @@ HOST_CLEANUP_PACKAGES = ""
 TOOLCHAIN_CLEANUP_PACKAGES = ""
 
 # List of target side images to build for the SDK
-TARGET_IMAGES = "arago-base-tisdk-image"
-
-IMAGE_INSTALL = "task-arago-tisdk-addons-sdk-host"
+TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
+
+IMAGE_INSTALL = "\
+    task-arago-tisdk-addons-sdk-host \
+    task-arago-tisdk-connectivity-sdk-host \
+    task-arago-tisdk-crypto-sdk-host \
+    task-arago-tisdk-matrix-sdk-host \
+    task-arago-tisdk-multimedia-sdk-host \
+    task-arago-tisdk-qte-sdk-host \
+"
 
 export IMAGE_BASENAME = "arago-amsdk-image"
 
-- 
1.7.0.4



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

* Re: [PATCH] arago-amsdk-image: Add additional tasks and image
  2012-11-01 18:35 [PATCH] arago-amsdk-image: Add additional tasks and image Franklin S. Cooper Jr
@ 2012-11-01 18:54 ` Maupin, Chase
  2012-11-01 19:01   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 4+ messages in thread
From: Maupin, Chase @ 2012-11-01 18:54 UTC (permalink / raw)
  To: Franklin S. Cooper Jr, meta-arago; +Cc: Cooper Jr., Franklin

This depends on your patch that renames the arago-tisdk-image.  Without patch series numbers it's hard to know the ordering.

Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Thursday, November 01, 2012 1:36 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH] arago-amsdk-image: Add additional
> tasks and image
> 
> * Add additional sdk-host tasks and target filesystem image
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/images/arago-amsdk-image.bb       |   13
> ++++++++++---
>  1 files changed, 10 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/images/arago-amsdk-
> image.bb b/meta-arago-distro/recipes-core/images/arago-amsdk-
> image.bb
> index 82e0527..6ddcb8b 100644
> --- a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> +++ b/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> @@ -13,9 +13,16 @@ HOST_CLEANUP_PACKAGES = ""
>  TOOLCHAIN_CLEANUP_PACKAGES = ""
> 
>  # List of target side images to build for the SDK
> -TARGET_IMAGES = "arago-base-tisdk-image"
> -
> -IMAGE_INSTALL = "task-arago-tisdk-addons-sdk-host"
> +TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
> +
> +IMAGE_INSTALL = "\
> +    task-arago-tisdk-addons-sdk-host \
> +    task-arago-tisdk-connectivity-sdk-host \
> +    task-arago-tisdk-crypto-sdk-host \
> +    task-arago-tisdk-matrix-sdk-host \
> +    task-arago-tisdk-multimedia-sdk-host \
> +    task-arago-tisdk-qte-sdk-host \
> +"
> 
>  export IMAGE_BASENAME = "arago-amsdk-image"
> 
> --
> 1.7.0.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] 4+ messages in thread

* Re: [PATCH] arago-amsdk-image: Add additional tasks and image
  2012-11-01 18:54 ` Maupin, Chase
@ 2012-11-01 19:01   ` Cooper Jr., Franklin
  2012-11-01 19:12     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2012-11-01 19:01 UTC (permalink / raw)
  To: Maupin, Chase, Franklin S. Cooper Jr, meta-arago

I submitted the patches based on my commit order. However , your right. Some of these patches I created and then rebased when I added new recipes later on. I don't think this with be an issue with the remaining patches I sent but I will double check

-----Original Message-----
From: Maupin, Chase 
Sent: Thursday, November 01, 2012 1:55 PM
To: Franklin S. Cooper Jr; meta-arago@arago-project.org
Cc: Cooper Jr., Franklin
Subject: RE: [meta-arago] [PATCH] arago-amsdk-image: Add additional tasks and image

This depends on your patch that renames the arago-tisdk-image.  Without patch series numbers it's hard to know the ordering.

Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/ Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Thursday, November 01, 2012 1:36 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH] arago-amsdk-image: Add additional tasks 
> and image
> 
> * Add additional sdk-host tasks and target filesystem image
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/images/arago-amsdk-image.bb       |   13
> ++++++++++---
>  1 files changed, 10 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/images/arago-amsdk-
> image.bb b/meta-arago-distro/recipes-core/images/arago-amsdk-
> image.bb
> index 82e0527..6ddcb8b 100644
> --- a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> +++ b/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> @@ -13,9 +13,16 @@ HOST_CLEANUP_PACKAGES = ""
>  TOOLCHAIN_CLEANUP_PACKAGES = ""
> 
>  # List of target side images to build for the SDK -TARGET_IMAGES = 
> "arago-base-tisdk-image"
> -
> -IMAGE_INSTALL = "task-arago-tisdk-addons-sdk-host"
> +TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
> +
> +IMAGE_INSTALL = "\
> +    task-arago-tisdk-addons-sdk-host \
> +    task-arago-tisdk-connectivity-sdk-host \
> +    task-arago-tisdk-crypto-sdk-host \
> +    task-arago-tisdk-matrix-sdk-host \
> +    task-arago-tisdk-multimedia-sdk-host \
> +    task-arago-tisdk-qte-sdk-host \
> +"
> 
>  export IMAGE_BASENAME = "arago-amsdk-image"
> 
> --
> 1.7.0.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] 4+ messages in thread

* Re: [PATCH] arago-amsdk-image: Add additional tasks and image
  2012-11-01 19:01   ` Cooper Jr., Franklin
@ 2012-11-01 19:12     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-11-01 19:12 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

The order cannot be guaranteed for the patches sent in the same batch w/o 
patch series numbers. Emails often come out of order.


On Thu, Nov 01, 2012 at 07:01:59PM +0000, Cooper Jr., Franklin wrote:
> I submitted the patches based on my commit order. However , your right. Some of these patches I created and then rebased when I added new recipes later on. I don't think this with be an issue with the remaining patches I sent but I will double check
> 
> -----Original Message-----
> From: Maupin, Chase 
> Sent: Thursday, November 01, 2012 1:55 PM
> To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: RE: [meta-arago] [PATCH] arago-amsdk-image: Add additional tasks and image
> 
> This depends on your patch that renames the arago-tisdk-image.  Without patch series numbers it's hard to know the ordering.
> 
> Sincerely,
> Chase Maupin
> Software Applications
> ARM MPU
> e-mail: chase.maupin@ti.com
> phone: (214) 567-2950
> 
> For support:
> Forums - http://community.ti.com/forums/ Wiki - http://wiki.davincidsp.com/ 
> 
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > Sent: Thursday, November 01, 2012 1:36 PM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [meta-arago] [PATCH] arago-amsdk-image: Add additional tasks 
> > and image
> > 
> > * Add additional sdk-host tasks and target filesystem image
> > 
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../recipes-core/images/arago-amsdk-image.bb       |   13
> > ++++++++++---
> >  1 files changed, 10 insertions(+), 3 deletions(-)
> > 
> > diff --git a/meta-arago-distro/recipes-core/images/arago-amsdk-
> > image.bb b/meta-arago-distro/recipes-core/images/arago-amsdk-
> > image.bb
> > index 82e0527..6ddcb8b 100644
> > --- a/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> > +++ b/meta-arago-distro/recipes-core/images/arago-amsdk-image.bb
> > @@ -13,9 +13,16 @@ HOST_CLEANUP_PACKAGES = ""
> >  TOOLCHAIN_CLEANUP_PACKAGES = ""
> > 
> >  # List of target side images to build for the SDK -TARGET_IMAGES = 
> > "arago-base-tisdk-image"
> > -
> > -IMAGE_INSTALL = "task-arago-tisdk-addons-sdk-host"
> > +TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
> > +
> > +IMAGE_INSTALL = "\
> > +    task-arago-tisdk-addons-sdk-host \
> > +    task-arago-tisdk-connectivity-sdk-host \
> > +    task-arago-tisdk-crypto-sdk-host \
> > +    task-arago-tisdk-matrix-sdk-host \
> > +    task-arago-tisdk-multimedia-sdk-host \
> > +    task-arago-tisdk-qte-sdk-host \
> > +"
> > 
> >  export IMAGE_BASENAME = "arago-amsdk-image"
> > 
> > --
> > 1.7.0.4
> > 
> > _______________________________________________
> > 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:[~2012-11-01 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-01 18:35 [PATCH] arago-amsdk-image: Add additional tasks and image Franklin S. Cooper Jr
2012-11-01 18:54 ` Maupin, Chase
2012-11-01 19:01   ` Cooper Jr., Franklin
2012-11-01 19:12     ` 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.