adafruit / adafruit-raspberrypi-linux

Adafruit's hacking-friendly Raspberry Pi linux kernel
Other
132 stars 36 forks source link

raspberrypi-kernel and raspberrypi-kernel-headers package versions are out of phase #12

Open whitty opened 7 years ago

whitty commented 7 years ago

Not sure if this is the right place to log the issue, but the source kernel-headers package doesn't match the kernel for version 1.20161101-1 0

raspberrypi-kernel_1.20161101-1_armhf.deb installs in/as

./lib/modules/4.4.27-v7+/...

With a funny looking symlink

./lib/modules/4.4.27-v7+/source -> /kernel_repos/adafruit/adafruit-raspberrypi-linux/v2

But raspberrypi-kernel-headers_1.20161101-1_armhf.deb installs

./usr/src/linux-headers-4.4.26-v7+/...
LivingInSyn commented 6 years ago

This is also an issue for me. Breaks makefiles which use "/lib/modules/$(shell uname -r)/build"