From 999a90539dd304e52849fd39d956d291e00372c8 Mon Sep 17 00:00:00 2001 From: Eric Chanudet Date: Fri, 18 Dec 2020 15:04:05 -0500 Subject: [PATCH] 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 --- recipes-openxt/txt-info-module/txt-info-module_1.0.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-openxt/txt-info-module/txt-info-module_1.0.bb b/recipes-openxt/txt-info-module/txt-info-module_1.0.bb index a1131ba0d0..7f9c0b66a7 100644 --- a/recipes-openxt/txt-info-module/txt-info-module_1.0.bb +++ b/recipes-openxt/txt-info-module/txt-info-module_1.0.bb @@ -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"