From: "Franklin S. Cooper Jr" <[email protected]> * Also increase the shallow clone depth
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../conf/distro/arago-source-ipk.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf index 5159dbb..1a5cf1b 100644 --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf @@ -158,6 +158,8 @@ CREATE_SRCIPK_pn-sitara-linux-ti-staging = "1" SRCIPK_INSTALL_DIR_pn-sitara-linux-ti-staging = "board-support/linux-${PV}${KERNEL_LOCALVERSION}" SRCIPK_PACKAGE_ARCH_pn-sitara-linux-ti-staging = "${MACHINE_ARCH}" SRCIPK_PRESERVE_GIT_pn-sitara-linux-ti-staging = "true" +SRCIPK_SHALLOW_CLONE_pn-sitara-linux-ti-staging = "true" +SRCIPK_SHALLOW_DEPTH_pn-sitara-linux-ti-staging = "400 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
