Missing kernel source for kernel-native-current's linux-current

Folks may find the clr-bundles repository helpful.

git clone https://github.com/clearlinux/clr-bundles
cd clr-bundles/bundles

Let’s take a look at the kernel-native-dkms bundle.

cat kernel-native-dkms

That outputs the following.

include(c-basic)
include(linux-dev)
clr-ignore-mod-sig
dkms

What is inside the linux-dev file?

cat linux-dev

So there it is. The linux-dev rpm package is associated with the kernel-native-dkms bundle.

linux-dev

Liking clr-bundles? Be sure to fetch updates periodically.

git pull
1 Like