[meta-arago] [nightly] Core TISDK 2014.06 build 2014-07-15_01-00-30

2014-07-15 Thread Denys Dmytriyenko
Title: Status for 07/15/14 Status for 07/15/14 BUILD_ID: build-2014-07-15_01-01-40 Clean Build: false Clean Sources: false Repository Revisions Repository Git URL Branch Commit ID Layers bitbake

[meta-arago] [PATCH 1/4] sourceipk: allow packaging shallow git clone

2014-07-15 Thread Chase Maupin
* Add another flag SRCIPK_SHALLOW_CLONE that will do a shallow clone of depth 1 to reduce the size of the git history. * The full history can be fetched again using either of the following commands based on the version of git being used - git pull --unshallow (New git versions)

[meta-arago] [PATCH 0/4] Allow shallow git clones

2014-07-15 Thread Chase Maupin
All, This patch set allows for creating shallow git clones which is useful to reduct the size of the packages git repository. In my testing using the git-native version 1.9.0 found in oe-core this reduced the kernel sources size from 1.5GB to 762MB. This issue originally came up because there

Re: [meta-arago] [PATCH 3/4] arago: unset ASSUME_PROVIDED for git-native

2014-07-15 Thread Denys Dmytriyenko
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

Re: [meta-arago] [PATCH 1/4] sourceipk: allow packaging shallow git clone

2014-07-15 Thread Denys Dmytriyenko
On Tue, Jul 15, 2014 at 06:28:32AM -0500, Chase Maupin wrote: * Add another flag SRCIPK_SHALLOW_CLONE that will do a shallow clone of depth 1 to reduce the size of the git history. * The full history can be fetched again using either of the following commands based on the version