Am 09.09.2016 um 18:31 schrieb Karanbir Singh:
On 09/09/16 17:15, Uli Middelberg wrote:
Unfortunately I cannot use the board vendor supplied kernel package directly,
why is that ?
I need to automate the following steps:
- download the Debian meta package 'linux-image-c2' which equals to wget http://deb.odroid.in/c2/pool/main/l/linux-image-c2/linux-image-c2_81-1_arm64...
- extract the dependency, at this time 'linux-image-3.14.77-81'
- fetch this package, e.g. wget http://deb.odroid.in/c2/pool/main/l/linux-source-3.14.77-81/linux-image-3.14...
- and extract the 'data.tar.xz' ar x linux-image-3.14.77-81_20160908_arm64.deb
the same applies to the kernel header files and the bootini package (which isn't marked as dependency, although there is a heavy correlation between the kernel image and the boot procedure, meaning the kernel might crash if boot.ini isn't up do date).
Of course I can ask Mauro (https://github.com/mdrjr) if he would be able to provide official rpm packages as well.