> Be nice not keep downloading the 2G kernel source I know there is a > rebuild.sh but I am assuming that is used after a successful build > If these instruction need I tweek I can understand I can test them. If it old > and not supported a heads up would be appreciated. So I need something like > this below with everything needed to build a kernel including the previous > two steps as my two directories are on the wrong branches
There is a variable in system.sh to set this up, most users use it once and done.. https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/ti-linux-5.4.y/system.sh.sample ``` ###OPTIONAL: LINUX_GIT: specify location of locally cloned git tree. # #LINUX_GIT=/home/user/linux-stable/ ``` Anywhere in your root file system, clone Torvald's tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ and set LINUX_GIT variable to it's location: For example in home: cd /home/<my-user>/repos/ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Then set in system.sh LINUX_GIT=/home/<my-user-name>/repos/linux/ Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjWo%3DTrXqp04tkMA31O_fQ%2BJr_SFRz7hDZ_jGw49OS1qA%40mail.gmail.com.