On Thu, Oct 08, 2015 at 10:05:28AM +0200, Krishna Garapati wrote:
Hi,
I am looking for a debian package for x86 target in Lava. Can anyone tell me where can I find it?. I found some at http://images.validation.linaro.org/x86/, but i am missing Linux-headers included for these packages. I like to deploy an image which has the kernel headers included. I tried "linux-headers-$(uname -r) " on the target, but that didn't help.
Hi Krishna,
If you're looking at the kernel in
http://images.validation.linaro.org/x86/debian/vmlinuz-3.16.0-4-amd64
then I believe that's just a normal Debian kernel and the linux-headers package should definitely exist for it. I'd try the linux-headers-amd64 package first, described as
"Header files for Linux amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel amd64 configuration."
Cheers,