Skip to content

Commit 269a044

Browse files
author
Eric Chanudet
committed
txt: The txt module is now builtin
Since the patch introducing this module is only applied in dom0, it is now builtin. Remove the runtime dependency. This out-of-tree module should be added to openxt-kmeta as a patch too in the end. Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
1 parent 6b6c1de commit 269a044

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

recipes-openxt/txt-info-module/txt-info-module_1.0.bb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ S = "${WORKDIR}/sources"
1717
inherit module
1818
inherit module-signing
1919

20-
KERNEL_MODULE_AUTOLOAD += "txt txt-info"
21-
22-
RDEPENDS_${PN} += " \
23-
kernel-module-txt \
24-
"
20+
KERNEL_MODULE_AUTOLOAD += "txt-info"

0 commit comments

Comments
 (0)