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 is a 2GB file size limit for InstallBuilder and this large git
history was causing the SDK to be too big.  No wthe SDK size has
reduced to something more reasonable like 1.6GB total.

The full history can still be fetched using "git pull" or "git pull --unshallow"
depending on the git version being used.

Chase Maupin (4):
  sourceipk: allow packaging shallow git clone
  arago-source-ipk: do a shallow clone of the kernel
  arago: unset ASSUME_PROVIDED for git-native
  linux-ti-staging: update bbappend for 3.14 version

 meta-arago-distro/classes/sourceipk.bbclass        |  100 +++++++++++++++++---
 .../conf/distro/arago-source-ipk.conf              |    1 +
 meta-arago-distro/conf/distro/arago.conf           |    5 +
 ....12.bbappend => linux-ti-staging_3.14.bbappend} |    2 +
 4 files changed, 97 insertions(+), 11 deletions(-)
 copy meta-arago-distro/recipes-kernel/linux/{linux-ti-staging_3.12.bbappend => 
linux-ti-staging_3.14.bbappend} (94%)

-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to