All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 3/4] arago: unset ASSUME_PROVIDED for git-native
Date: Fri, 18 Jul 2014 13:55:23 -0400	[thread overview]
Message-ID: <20140718175523.GL15788@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015D1543E0@DLEE11.ent.ti.com>

On Fri, Jul 18, 2014 at 11:52:37AM -0400, Maupin, Chase wrote:
> >-----Original Message-----
> >From: Dmytriyenko, Denys
> >Sent: Thursday, July 17, 2014 12:06 PM
> >To: Maupin, Chase
> >Cc: meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH 3/4] arago: unset ASSUME_PROVIDED
> >for git-native
> >
> >On Tue, Jul 15, 2014 at 01:28:22PM -0400, Denys Dmytriyenko wrote:
> >> On Tue, Jul 15, 2014 at 06:28:34AM -0500, Chase Maupin wrote:
> >> > * To get maximum size reduction use the later version of git
> >> >   that is provided by git-native.  This reduces the kernel
> >sources
> >> >   size from 1002MB to 762MB.
> >> > * Older versions of git work but they provide a depth of 1 for
> >> >   all branches and tags instead of just for the branch
> >requested.
> >> > * This was tested with git version 1.7.9.5 and 1.9 as
> >comparison
> >> >   points.
> >> >
> >> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> >> > ---
> >> >  meta-arago-distro/conf/distro/arago.conf |    5 +++++
> >> >  1 file changed, 5 insertions(+)
> >> >
> >> > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-
> >arago-distro/conf/distro/arago.conf
> >> > index b9af13f..1470f22 100644
> >> > --- a/meta-arago-distro/conf/distro/arago.conf
> >> > +++ b/meta-arago-distro/conf/distro/arago.conf
> >> > @@ -50,6 +50,11 @@ require conf/distro/include/arago-prefs.inc
> >> >  # Hack out sgx flag for now, as breaking on kernels >= 3.14
> >> >  MACHINE_FEATURES :=
> >"${@filter_out('sgx','${MACHINE_FEATURES}',d)}"
> >> >
> >> > +# Remove the ASSUME_PROVIDED setting for git-native so that
> >we can
> >> > +# use the latest version for the sourceipk which leads to a
> >smaller
> >> > +# git history.
> >> > +ASSUME_PROVIDED := "${@filter_out('git-
> >native','${ASSUME_PROVIDED}',d)}"
> >>
> >> This now should work:
> >>
> >> ASSUME_PROVIDED -= "git-native"
> >
> >Correction:
> >
> >ASSUME_PROVIDED_remove = "git-native"
> 
> This does not seem to have worked.  I don't see git-native being built when I use this.

Well, darn it, looks like bitbake processes ASSUME_PROVIDED list before 
resolving all the overrides... :(


> >> >  # Allow branding on top of Arago Distro and Core TI-SDK
> >> >  # If ARAGO_BRAND is not set in local.conf, default to core
> >> >  ARAGO_BRAND ??= "core"
> >> > --
> >> > 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


  reply	other threads:[~2014-07-18 17:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15 11:28 [PATCH 0/4] Allow shallow git clones Chase Maupin
2014-07-15 11:28 ` [PATCH 1/4] sourceipk: allow packaging shallow git clone Chase Maupin
2014-07-15 17:33   ` Denys Dmytriyenko
2014-07-16 14:19   ` Cooper Jr., Franklin
2014-07-17 17:23     ` Maupin, Chase
2014-07-18 15:03     ` Maupin, Chase
2014-07-15 11:28 ` [PATCH 2/4] arago-source-ipk: do a shallow clone of the kernel Chase Maupin
2014-07-15 11:28 ` [PATCH 3/4] arago: unset ASSUME_PROVIDED for git-native Chase Maupin
2014-07-15 17:28   ` Denys Dmytriyenko
2014-07-17 17:05     ` Denys Dmytriyenko
2014-07-18 15:52       ` Maupin, Chase
2014-07-18 17:55         ` Denys Dmytriyenko [this message]
2014-07-18 18:16           ` Maupin, Chase
2014-07-15 11:28 ` [PATCH 4/4] linux-ti-staging: update bbappend for 3.14 version Chase Maupin
2014-07-16 14:30   ` Cooper Jr., Franklin
2014-07-16 15:01     ` Denys Dmytriyenko
2014-07-16 15:13       ` Cooper Jr., Franklin

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=20140718175523.GL15788@edge \
    --to=denys@ti.com \
    --cc=chase.maupin@ti.com \
    --cc=meta-arago@arago-project.org \
    /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.