From: Denys Dmytriyenko <denys@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] arago-image, packagegroup-arago-base-tisdk: move psplash to IMAGE_FEATURES, sans server
Date: Tue, 10 Feb 2015 15:35:23 -0500 [thread overview]
Message-ID: <20150210203521.GO13231@edge> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F49058111931@DLEE11.ent.ti.com>
On Tue, Feb 10, 2015 at 03:31:32PM -0500, Nelson, Sam wrote:
>
>
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, February 10, 2015 3:05 PM
> > To: Nelson, Sam
> > Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] arago-image, packagegroup-arago-base-
> > tisdk: move psplash to IMAGE_FEATURES, sans server
> >
> > On Tue, Feb 10, 2015 at 07:50:05PM +0000, Nelson, Sam wrote:
> > > Is this patch based on master? I am having trouble using the patch AS IS.
> >
> > Ah, indeed. Fixed in v2.
> >
> >
> > > See comments inline.
> > >
> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > > > Sent: Tuesday, February 10, 2015 2:19 PM
> > > > To: meta-arago@arago-project.org
> > > > Subject: [meta-arago] [PATCH] arago-image, packagegroup-arago-base-
> > tisdk:
> > > > move psplash to IMAGE_FEATURES, sans server
> > > >
> > > > From: Denys Dmytriyenko <denys@ti.com>
> > > >
> > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > ---
> > > > meta-arago-distro/recipes-core/images/arago-image.inc | 2 +-
> > > > meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb | 2
> > ++
> > > > .../recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb | 3
> > +--
> > > > 3 files changed, 4 insertions(+), 3 deletions(-)
> > > >
> > > > diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-
> > > > arago-distro/recipes-core/images/arago-image.inc
> > > > index 98af6c3..977ce8f 100644
> > > > --- a/meta-arago-distro/recipes-core/images/arago-image.inc
> > > > +++ b/meta-arago-distro/recipes-core/images/arago-image.inc
> > > > @@ -3,7 +3,7 @@
> > > > LICENSE = "MIT"
> > > > LIC_FILES_CHKSUM =
> > > > "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
> > > >
> > > > -IMAGE_FEATURES += "package-management"
> > > > +IMAGE_FEATURES += "package-management splash"
> >
> > 1. We add standard "splash" feature to IMAGE_FEATURES list for all our
> > images.
> > And image class will pull in psplash by default.
> >
> >
> > > > # 4KB per 1 inode should be enough
> > > > EXTRA_IMAGECMD_ext2.gz += "-i 4096"
> > > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-
> > image.bb
> > > > b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
> > > > index e5ce2b5..908325f 100644
> > > > --- a/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
> > > > +++ b/meta-arago-distro/recipes-core/images/tisdk-server-rootfs-image.bb
> > > > @@ -3,6 +3,8 @@ COMPATIBLE_MACHINE =
> > > > "omap3|omapl138|ti33x|keystone"
> > > >
> > > > require arago-image.inc
> > > >
> > > > +SPLASH = ""
> > > > +
> > > [Sam] I am not sure why is this needed. Appreciate if you clarify.
> >
> > 2. For "server" image, we empty SPLASH variable, which is "psplash" by default.
> >
> >
> > > > IMAGE_INSTALL += "\
> > > > packagegroup-arago-base \
> > > > packagegroup-arago-console \
> > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > > > arago-base-tisdk.bb b/meta-arago-distro/recipes-
> > > > core/packagegroups/packagegroup-arago-base-tisdk.bb
> > > > index 704e840..c291a42 100644
> > > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > base-
> > > > tisdk.bb
> > > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> > > > base-tisdk.bb
> > > > @@ -1,6 +1,6 @@
> > > > DESCRIPTION = "Additional packages beyond console packages shared by TI
> > > > SDKs"
> > > > LICENSE = "MIT"
> > > > -PR = "r14"
> > > > +PR = "r15"
> > > >
> > > > inherit packagegroup
> > > >
> > > > @@ -12,7 +12,6 @@ RDEPENDS_${PN} = "\
> > > > libpcre \
> > > > iptables \
> > > > iperf \
> > > > - psplash \
> >
> > > [Sam] I see psplash getting removed here. Does not this be moved to a
> > > different package group? ( I don't see any addition to different package
> > > group).
> >
> > 3. We no longer add psplash explicitly in the packagegroup, since image class
> > takes care of that for us with the steps above.
> >
> [Sam] Ok.
> So the idea is, to disable psplash for headless distribution, probably need
> to remove IMAGE_FEATURES_remove = "psplash" ? Does that make sense?
Step #2 above.
> Also I tried the patch v2, and I see psplash does not seem to be added
> automatically. Can you cross check this?
Which image is that? I've checked the resulting RDEPENDS for our rootfs images
and they look fine.
> >
> > > > arago-gpl-notice \
> > > > nfs-utils-client \
> > > > "
> > > > --
> > > > 2.2.0
> > > >
> > > > _______________________________________________
> > > > 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
next prev parent reply other threads:[~2015-02-10 20:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 19:19 [PATCH] arago-image, packagegroup-arago-base-tisdk: move psplash to IMAGE_FEATURES, sans server Denys Dmytriyenko
2015-02-10 19:50 ` Nelson, Sam
2015-02-10 20:05 ` Denys Dmytriyenko
2015-02-10 20:31 ` Nelson, Sam
2015-02-10 20:35 ` Denys Dmytriyenko [this message]
2015-02-10 20:46 ` Nelson, Sam
2015-02-10 20:52 ` Denys Dmytriyenko
2015-02-10 20:56 ` Nelson, Sam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150210203521.GO13231@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.