Jump to content

Recommended Posts

Posted

Hello all,

 

maybe I missed that part in the docs or in another thread... In fact, I haven't found a solution.

 

I'd like to include a custom kernel repository in the build process (maybe in kernel-only mode) and select that in the interface if available. Either include a remote directory (github...) or some local directory. That all for easily trying things out without using the single-patches directory but using the armbian building environment.

I couldn't find the lines in the build scripts, where I easily can "hardcode" such a kernel tree.

Ultimate way would be an additional option for a custom kernel tree, chooseable via the menu.

 

Can someone point me into the right direction?

 

Thanks

rellla

Posted

Our documentation does not follow the speed of our development :)

 

Use userpatches/lib.config override as following example:

BOOTBRANCH="branch:2015.10.fslc-qdl"
BOOTSOURCE="https://github.com/UDOOboard/uboot-imx"
BOOTDIR="xxdir"
KERNELSOURCE="https://github.com/UDOOboard/linux_kernel"
KERNELBRANCH="branch:3.14-1.0.x-udoo-ov772x"
KERNELDIR="yydir"

This will be forced for all boards ...

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines