All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
@ 2012-10-12  6:06 Franklin S. Cooper Jr
  2012-10-12 13:58 ` Maupin, Chase
  0 siblings, 1 reply; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2012-10-12  6:06 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/images/arago-tisdk-image.bb       |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/images/arago-tisdk-image.bb

diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
new file mode 100644
index 0000000..e9e6781
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
@@ -0,0 +1,21 @@
+# Arago TI SDK base image
+# gives you an image with Qt/E and other common packages shared by all TI SDKs.
+
+require arago-image.inc
+PR_append = "-arago0"
+COMPATIBLE_MACHINE = "omap3|omapl138|ti33x"
+
+IMAGE_INSTALL += "\
+    task-arago-base \
+    task-arago-base-tisdk \
+    task-arago-console \
+    task-arago-tisdk-graphics \
+    task-arago-qte \
+    task-arago-tisdk-addons \
+    task-arago-tisdk-connectivity \
+    task-arago-tisdk-crypto \
+    task-arago-tisdk-matrix \
+    task-arago-tisdk-multimedia \
+"
+
+export IMAGE_BASENAME = "tisdk-rootfs"
-- 
1.7.0.4



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

* Re: [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
  2012-10-12  6:06 [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem Franklin S. Cooper Jr
@ 2012-10-12 13:58 ` Maupin, Chase
  2012-10-18  3:16   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 5+ messages in thread
From: Maupin, Chase @ 2012-10-12 13:58 UTC (permalink / raw)
  To: Franklin S. Cooper Jr, meta-arago@arago-project.org; +Cc: Cooper Jr., Franklin

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Friday, October 12, 2012 1:07 AM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH] arago-tisdk-image: Create image
> that builds Sitara SDK filesystem
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/images/arago-tisdk-image.bb       |   21
> ++++++++++++++++++++
>  1 files changed, 21 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-distro/recipes-core/images/arago-
> tisdk-image.bb
> 
> diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-
> image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-
> image.bb
> new file mode 100644
> index 0000000..e9e6781
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
> @@ -0,0 +1,21 @@
> +# Arago TI SDK base image
> +# gives you an image with Qt/E and other common packages shared
> by all TI SDKs.
> +
> +require arago-image.inc
> +PR_append = "-arago0"

Why are you appending the PR?

> +COMPATIBLE_MACHINE = "omap3|omapl138|ti33x"
> +
> +IMAGE_INSTALL += "\
> +    task-arago-base \
> +    task-arago-base-tisdk \
> +    task-arago-console \
> +    task-arago-tisdk-graphics \
> +    task-arago-qte \
> +    task-arago-tisdk-addons \
> +    task-arago-tisdk-connectivity \
> +    task-arago-tisdk-crypto \
> +    task-arago-tisdk-matrix \
> +    task-arago-tisdk-multimedia \
> +"
> +
> +export IMAGE_BASENAME = "tisdk-rootfs"
> --
> 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] 5+ messages in thread

* Re: [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
  2012-10-12 13:58 ` Maupin, Chase
@ 2012-10-18  3:16   ` Cooper Jr., Franklin
  2012-10-18 15:18     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2012-10-18  3:16 UTC (permalink / raw)
  To: Maupin, Chase, Franklin S. Cooper Jr,
	meta-arago@arago-project.org



-----Original Message-----
From: Maupin, Chase 
Sent: Friday, October 12, 2012 9:58 PM
To: Franklin S. Cooper Jr; meta-arago@arago-project.org
Cc: Cooper Jr., Franklin
Subject: RE: [meta-arago] [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Friday, October 12, 2012 1:07 AM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH] arago-tisdk-image: Create image that 
> builds Sitara SDK filesystem
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/images/arago-tisdk-image.bb       |   21
> ++++++++++++++++++++
>  1 files changed, 21 insertions(+), 0 deletions(-)  create mode 100644 
> meta-arago-distro/recipes-core/images/arago-
> tisdk-image.bb
> 
> diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-
> image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-
> image.bb
> new file mode 100644
> index 0000000..e9e6781
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
> @@ -0,0 +1,21 @@
> +# Arago TI SDK base image
> +# gives you an image with Qt/E and other common packages shared
> by all TI SDKs.
> +
> +require arago-image.inc
> +PR_append = "-arago0"

Why are you appending the PR?

Franklin: Its something that I added a few months when I had a concern about the arago-image.inc file but I never properly addressed.
I am going to send an updated patch . Essentially I am going to add INC_PR = "r0" to arago-image.inc and in this recipe replace PR_append with PR = "${INC_PR}.1".
http://www.openembedded.org/wiki/Styleguide talks a little bit about this.

> +COMPATIBLE_MACHINE = "omap3|omapl138|ti33x"
> +
> +IMAGE_INSTALL += "\
> +    task-arago-base \
> +    task-arago-base-tisdk \
> +    task-arago-console \
> +    task-arago-tisdk-graphics \
> +    task-arago-qte \
> +    task-arago-tisdk-addons \
> +    task-arago-tisdk-connectivity \
> +    task-arago-tisdk-crypto \
> +    task-arago-tisdk-matrix \
> +    task-arago-tisdk-multimedia \
> +"
> +
> +export IMAGE_BASENAME = "tisdk-rootfs"
> --
> 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] 5+ messages in thread

* Re: [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
  2012-10-18  3:16   ` Cooper Jr., Franklin
@ 2012-10-18 15:18     ` Denys Dmytriyenko
  2012-10-18 15:51       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2012-10-18 15:18 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org

On Thu, Oct 18, 2012 at 03:16:39AM +0000, Cooper Jr., Franklin wrote:
> 
> 
> -----Original Message-----
> From: Maupin, Chase 
> Sent: Friday, October 12, 2012 9:58 PM
> To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: RE: [meta-arago] [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > Sent: Friday, October 12, 2012 1:07 AM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [meta-arago] [PATCH] arago-tisdk-image: Create image that 
> > builds Sitara SDK filesystem
> > 
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../recipes-core/images/arago-tisdk-image.bb       |   21
> > ++++++++++++++++++++
> >  1 files changed, 21 insertions(+), 0 deletions(-)  create mode 100644 
> > meta-arago-distro/recipes-core/images/arago-
> > tisdk-image.bb
> > 
> > diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-
> > image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-
> > image.bb
> > new file mode 100644
> > index 0000000..e9e6781
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
> > @@ -0,0 +1,21 @@
> > +# Arago TI SDK base image
> > +# gives you an image with Qt/E and other common packages shared
> > by all TI SDKs.
> > +
> > +require arago-image.inc
> > +PR_append = "-arago0"
> 
> Why are you appending the PR?
> 
> Franklin: Its something that I added a few months when I had a concern about 
> the arago-image.inc file but I never properly addressed.
> I am going to send an updated patch . Essentially I am going to add INC_PR = 
> "r0" to arago-image.inc and in this recipe replace PR_append with PR = 
> "${INC_PR}.1".
> http://www.openembedded.org/wiki/Styleguide talks a little bit about this.

That's something I wanted to comment on as well... There are no PV or PR for 
image recipes, as that doesn't make much sense. Images have special handling, 
they are deployed and not packaged, with a specially defined names. Moreover, 
do_rootfs will always run when you bitbake the image recipe. So, drop any PR, 
INC_PR etc. from image recipes.

-- 
Denys


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

* Re: [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
  2012-10-18 15:18     ` Denys Dmytriyenko
@ 2012-10-18 15:51       ` Cooper Jr., Franklin
  0 siblings, 0 replies; 5+ messages in thread
From: Cooper Jr., Franklin @ 2012-10-18 15:51 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org



On Oct 18, 2012, at 11:18 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote:

> On Thu, Oct 18, 2012 at 03:16:39AM +0000, Cooper Jr., Franklin wrote:
>> 
>> 
>> -----Original Message-----
>> From: Maupin, Chase 
>> Sent: Friday, October 12, 2012 9:58 PM
>> To: Franklin S. Cooper Jr; meta-arago@arago-project.org
>> Cc: Cooper Jr., Franklin
>> Subject: RE: [meta-arago] [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
>> 
>>> -----Original Message-----
>>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
>>> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
>>> Sent: Friday, October 12, 2012 1:07 AM
>>> To: meta-arago@arago-project.org
>>> Cc: Cooper Jr., Franklin
>>> Subject: [meta-arago] [PATCH] arago-tisdk-image: Create image that 
>>> builds Sitara SDK filesystem
>>> 
>>> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>>> ---
>>> .../recipes-core/images/arago-tisdk-image.bb       |   21
>>> ++++++++++++++++++++
>>> 1 files changed, 21 insertions(+), 0 deletions(-)  create mode 100644 
>>> meta-arago-distro/recipes-core/images/arago-
>>> tisdk-image.bb
>>> 
>>> diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-
>>> image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-
>>> image.bb
>>> new file mode 100644
>>> index 0000000..e9e6781
>>> --- /dev/null
>>> +++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
>>> @@ -0,0 +1,21 @@
>>> +# Arago TI SDK base image
>>> +# gives you an image with Qt/E and other common packages shared
>>> by all TI SDKs.
>>> +
>>> +require arago-image.inc
>>> +PR_append = "-arago0"
>> 
>> Why are you appending the PR?
>> 
>> Franklin: Its something that I added a few months when I had a concern about 
>> the arago-image.inc file but I never properly addressed.
>> I am going to send an updated patch . Essentially I am going to add INC_PR = 
>> "r0" to arago-image.inc and in this recipe replace PR_append with PR = 
>> "${INC_PR}.1".
>> http://www.openembedded.org/wiki/Styleguide talks a little bit about this.
> 
> That's something I wanted to comment on as well... There are no PV or PR for 
> image recipes, as that doesn't make much sense. Images have special handling, 
> they are deployed and not packaged, with a specially defined names. Moreover, 
> do_rootfs will always run when you bitbake the image recipe. So, drop any PR, 
> INC_PR etc. from image recipes.

Makes sense. Will do
> 
> -- 
> Denys


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

end of thread, other threads:[~2012-10-18 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  6:06 [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem Franklin S. Cooper Jr
2012-10-12 13:58 ` Maupin, Chase
2012-10-18  3:16   ` Cooper Jr., Franklin
2012-10-18 15:18     ` Denys Dmytriyenko
2012-10-18 15:51       ` Cooper Jr., Franklin

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.