Hello,
I setup a virtual ubuntu server, cloned the git repo, etc. etc. and after running
PROJECT=RPi2 ARCH=arm make image
I got a working version of LibreELEC. Great!
Now I changed one of the linux driver files (lnbp22.c) according to a previously submitted patch ( more on why I need a modified driver etc. here: LibreELEC )
So now I need "JUST" to recompile linux, BUT I don't know how
rerunning
PROJECT=RPi2 ARCH=arm make image
is not enough, since it uses the "old" one ...
Can you give me a quick tipp how to best do that?
Do I have to make a patch file and put it somewhere?
Please help
Ognian