* [PATCH 2/2] images: Add new arago-glsdk-console-image
@ 2013-07-01 15:48 Siddharth Heroor
2013-07-01 16:00 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Siddharth Heroor @ 2013-07-01 15:48 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Siddharth Heroor <heroor@ti.com>
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
---
.../images/arago-glsdk-console-image.bb | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
diff --git a/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
new file mode 100644
index 0000000..8ce905c
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
@@ -0,0 +1,16 @@
+# GLSDK console image
+# gives you an image with basic media libraries
+
+require arago-image.inc
+
+COMPATIBLE_MACHINE = "(?!omap-a15)"
+
+# The size of the uncompressed ramdisk is 32MB
+ROOTFS_SIZE = "32768"
+
+IMAGE_INSTALL += "\
+ packagegroup-arago-base \
+ packagegroup-arago-console \
+ packagegroup-arago-glsdk-console \
+ "
+export IMAGE_BASENAME = "arago-glsdk-console-image"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 2/2] images: Add new arago-glsdk-console-image
2013-07-01 15:48 [PATCH 2/2] images: Add new arago-glsdk-console-image Siddharth Heroor
@ 2013-07-01 16:00 ` Denys Dmytriyenko
2013-07-01 16:03 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-07-01 16:00 UTC (permalink / raw)
To: Siddharth Heroor; +Cc: meta-arago
On Mon, Jul 01, 2013 at 09:18:14PM +0530, Siddharth Heroor wrote:
> Signed-off-by: Siddharth Heroor <heroor@ti.com>
> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> ---
> .../images/arago-glsdk-console-image.bb | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
> create mode 100644 meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
>
> diff --git a/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
> new file mode 100644
> index 0000000..8ce905c
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
> @@ -0,0 +1,16 @@
> +# GLSDK console image
> +# gives you an image with basic media libraries
Why???
> +require arago-image.inc
> +
> +COMPATIBLE_MACHINE = "(?!omap-a15)"
I thought GLSDK was mainly OMAP5 and here you say it's NOT compatible with
omap-a15?
> +
> +# The size of the uncompressed ramdisk is 32MB
> +ROOTFS_SIZE = "32768"
> +
> +IMAGE_INSTALL += "\
> + packagegroup-arago-base \
> + packagegroup-arago-console \
> + packagegroup-arago-glsdk-console \
Again, no changes from the original image - no need to create a new one.
> +export IMAGE_BASENAME = "arago-glsdk-console-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] 3+ messages in thread
* Re: [PATCH 2/2] images: Add new arago-glsdk-console-image
2013-07-01 16:00 ` Denys Dmytriyenko
@ 2013-07-01 16:03 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-07-01 16:03 UTC (permalink / raw)
To: Siddharth Heroor; +Cc: meta-arago
On Mon, Jul 01, 2013 at 12:00:57PM -0400, Denys Dmytriyenko wrote:
> On Mon, Jul 01, 2013 at 09:18:14PM +0530, Siddharth Heroor wrote:
> > Signed-off-by: Siddharth Heroor <heroor@ti.com>
> > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > ---
> > .../images/arago-glsdk-console-image.bb | 16 ++++++++++++++++
> > 1 files changed, 16 insertions(+), 0 deletions(-)
> > create mode 100644 meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
> >
> > diff --git a/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
> > new file mode 100644
> > index 0000000..8ce905c
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
> > @@ -0,0 +1,16 @@
> > +# GLSDK console image
> > +# gives you an image with basic media libraries
>
> Why???
>
>
> > +require arago-image.inc
> > +
> > +COMPATIBLE_MACHINE = "(?!omap-a15)"
>
> I thought GLSDK was mainly OMAP5 and here you say it's NOT compatible with
> omap-a15?
>
>
> > +
> > +# The size of the uncompressed ramdisk is 32MB
> > +ROOTFS_SIZE = "32768"
> > +
> > +IMAGE_INSTALL += "\
> > + packagegroup-arago-base \
> > + packagegroup-arago-console \
> > + packagegroup-arago-glsdk-console \
>
> Again, no changes from the original image - no need to create a new one.
Disregard this comment - missed the glsdk-console packagegroup. But please
address the above comments.
> > +export IMAGE_BASENAME = "arago-glsdk-console-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] 3+ messages in thread
end of thread, other threads:[~2013-07-01 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 15:48 [PATCH 2/2] images: Add new arago-glsdk-console-image Siddharth Heroor
2013-07-01 16:00 ` Denys Dmytriyenko
2013-07-01 16:03 ` 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.