* Without this shallow clone the kernel sources is 1.5GB. With a shallow clone the kernel sources are 762MB which is much more reasonable.
Signed-off-by: Chase Maupin <[email protected]> --- .../conf/distro/arago-source-ipk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf index f6b682d..ccb6e2d 100644 --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf @@ -152,6 +152,7 @@ CREATE_SRCIPK_pn-linux-ti-staging = "1" SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}${KERNEL_LOCALVERSION}" SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}" SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true" +SRCIPK_SHALLOW_CLONE_pn-linux-ti-staging = "true" CREATE_SRCIPK_pn-linux-keystone = "1" SRCIPK_INSTALL_DIR_pn-linux-keystone = "board-support/linux-${PV}" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
