On Nov 03 09:11, Arora Sakar wrote: > Hi > > I can only find rpm packages for centos aarch64 linux kernel. Isn't there a git repository, with complete source? > The only one I found (https://git.centos.org/summary/?r=rpms/kernel-aarch64.git) has just configs. > > Thanks > Sakar > _______________________________________________ > Arm-dev mailing list > Arm-dev at centos.org > https://lists.centos.org/mailman/listinfo/arm-dev We don't keep an exploded tree in git, but you can get the sources like this: - clone the kernel-aarch64 repo and checkout the c7-aarch64 branch - run the get-sources.sh script in your working copy from this repo: https://git.centos.org/summary/centos-git-common.git That script will download the kernel source tarball from our lookaside cache. --Brian