Skip to content

Commit 28ec223

Browse files
rajendra-desai-nichaitu236
authored andcommitted
dkms: upgrade to the latest released version
- Updated package version to 3.0.13 - Updated the patch file to point to renamed file Signed-off-by: Rajendra Desai <[email protected]>
1 parent 052582b commit 28ec223

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

recipes-kernel/dkms/dkms.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ LICENSE = "GPL-2.0-only"
77
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
88

99

10-
PV = "3.0.10"
10+
PV = "3.0.13"
1111

1212

1313
SRC_URI = "\
1414
git://github.com/dell/dkms.git;protocol=https;branch=master \
1515
file://0001-autoinstall-all-kernels.patch \
1616
"
1717

18-
SRCREV = "3f72c9b059bccbc1ca1ff8b431c1763b1bdb60cd"
18+
SRCREV = "4d466bf727347408307aa28ab4f090488360b592"
1919

2020
S = "${WORKDIR}/git"
2121

@@ -28,7 +28,7 @@ EXTRA_OEMAKE += " -o tarball"
2828
INSANE_SKIP:${PN} += "dev-deps"
2929

3030

31-
FILES:${PN} += " ${datadir}/bash-completion/*"
31+
FILES:${PN} += " ${datadir}/bash-completion/* ${datadir}/zsh/*"
3232

3333
RDEPENDS:${PN} += " \
3434
bash \

recipes-kernel/dkms/dkms/0001-autoinstall-all-kernels.patch

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From f2923412125d8dfecc0be6dc8d5cab97ede6e2e1 Mon Sep 17 00:00:00 2001
2-
From: Brenda Streiff <brenda.streiff@ni.com>
3-
Date: Wed, 29 Nov 2023 11:14:27 -0600
1+
From 8710a50df29093facb1f3f4413dda571ae3276f2 Mon Sep 17 00:00:00 2001
2+
From: Rajendra Desai <rajendra.desai@ni.com>
3+
Date: Fri, 6 Sep 2024 13:26:06 +0530
44
Subject: [PATCH] dkms: autoinstall for all kernels by default
55

66
If you have installed another kernel that would be the next one you
@@ -22,16 +22,15 @@ this on for the nilrt distribution, as this better matches the user
2222
expectations for the way that kernels are treated on nilrt.
2323

2424
Upstream-Status: Inappropriate [nilrt-specific quirk about how we handle kernels]
25-
Signed-off-by: Brenda Streiff <[email protected]>
26-
25+
Signed-off-by: Rajendra Desai <[email protected]>
2726
---
28-
dkms_framework.conf | 2 +-
27+
dkms_framework.conf.in | 2 +-
2928
1 file changed, 1 insertion(+), 1 deletion(-)
3029

31-
diff --git a/dkms_framework.conf b/dkms_framework.conf
32-
index 6ad6dd2..c792757 100644
33-
--- a/dkms_framework.conf
34-
+++ b/dkms_framework.conf
30+
diff --git a/dkms_framework.conf.in b/dkms_framework.conf.in
31+
index b3ea3e9..30d5f1d 100644
32+
--- a/dkms_framework.conf.in
33+
+++ b/dkms_framework.conf.in
3534
@@ -23,7 +23,7 @@
3635

3736
# Automatic installation and upgrade for all installed kernels if set to a
@@ -42,5 +41,5 @@ index 6ad6dd2..c792757 100644
4241
# Location of the sign-file kernel binary. $kernelver can be used in path to
4342
# represent the target kernel version. (default: depends on distribution):
4443
--
45-
2.30.2
44+
2.34.1
4645

0 commit comments

Comments
 (0)