Jump to content

Recommended Posts

Posted

Hi

Is there a way to set url for kernel sources for build process of armbian?

I want to try this kernel: https://github.com/openedev/linux which has - potentially - fix for my problem described here:

and here:

https://forum.banana-pi.org/t/lcd-module-dsi-rgb-with-touch-and-s070swv20hg-dc16-lcd-panel-mainline-kernel/11172

 

But i have no idea how to change default url for kernel sources.

Ps.

I'm using docker to build and have question: where armbian stores its kernel sources(locally) and how to obtain its urls?

Posted

Thx ;)

Already done it ;) - but kernel won't to compile :(

@WernerDo you know
where armbian stores its kernel sources(locally) when using docker? I can't find it under output dir in work directory.
Here is my structure:
s3b0@lenovo ~/Public/git/lamobo/armbian-current $ tree -L 1
.
├── LICENSE
├── README.md
├── VERSION
├── build.sh
├── cache
├── compile.sh
├── config
├── kernel
├── lib
├── output
├── packages
├── patch
├── unused_patches
└── userpatches

 

Posted

Don't know, never used docker :)

Anyway if the build process of the kernel package was successful a linux-src deb is created in output/debs.

Everything that is downloaded like toolchains and sources is in the cache folder.

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

Important Information

Terms of Use - Privacy Policy - Guidelines