Dolf Andringa Posted March 18, 2020 Posted March 18, 2020 I am building my own armbian image using the armbian build environment. A substantial part of the image creation time is occupied by over-and-over recompiling the kernel. Sure, it does go faster the 2nd time, but it still takes a lot of time. The goal for me is not to make a custom kernel. I am totally happy with the kernel. The goal for me is to modify the rest of the image. They installed software, config, etc. Is there a way to reuse an existing kernel for this, instead of rebuilding a new one each time? Cheers, Dolf.
Igor Posted March 18, 2020 Posted March 18, 2020 12 minutes ago, Dolf Andringa said: Is there a way to reuse an existing kernel for this, instead of rebuilding a new one each time? CLEAN_LEVELhttps://docs.armbian.com/Developer-Guide_Build-Options/ 1
Dolf Andringa Posted March 18, 2020 Author Posted March 18, 2020 35 minutes ago, Igor said: CLEAN_LEVELhttps://docs.armbian.com/Developer-Guide_Build-Options/ Awesome, thanks.
Recommended Posts