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 Jun 29, 2021
1 parent a59c8bb commit 999a905
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_info"

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

0 comments on commit 999a905

Please sign in to comment.