Skip to content

Commit

Permalink
txt: The txt module is now builtin
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Eric Chanudet committed Dec 18, 2020
1 parent 6b6c1de commit 269a044
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions recipes-openxt/txt-info-module/txt-info-module_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ S = "${WORKDIR}/sources"
inherit module
inherit module-signing

KERNEL_MODULE_AUTOLOAD += "txt txt-info"

RDEPENDS_${PN} += " \
kernel-module-txt \
"
KERNEL_MODULE_AUTOLOAD += "txt-info"

0 comments on commit 269a044

Please sign in to comment.