s3b0 Posted December 5, 2021 Posted December 5, 2021 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? 0 Quote
Werner Posted December 5, 2021 Posted December 5, 2021 Check here and adjust depending on your board: https://github.com/armbian/build/tree/master/config/sources/families But do not expect to work oob since Armbian puts its down patchset on top of kernel sources to adapt issues or add functionality which is waiting to be upstreamed or maybe never will 0 Quote
s3b0 Posted December 5, 2021 Author Posted December 5, 2021 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 0 Quote
Werner Posted December 5, 2021 Posted December 5, 2021 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. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.