[1/3] arm/ffa-debugfs-mod: remove redundant RPROVIDES

Message ID 20220209174610.3824795-1-ross.burton@arm.com
State New
Headers show
Series [1/3] arm/ffa-debugfs-mod: remove redundant RPROVIDES | expand

Commit Message

Ross Burton Feb. 9, 2022, 5:46 p.m. UTC
There's no need for ffa-debugfs-mod to RPROVIDE
kernel-module-arm-ffa-user, as this is provided by a sub-package of this
recipe already.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb | 2 --
 1 file changed, 2 deletions(-)

Comments

Jon Mason Feb. 10, 2022, 12:59 a.m. UTC | #1
On Wed, 9 Feb 2022 17:46:08 +0000, Ross Burton wrote:
> There's no need for ffa-debugfs-mod to RPROVIDE
> kernel-module-arm-ffa-user, as this is provided by a sub-package of this
> recipe already.

Applied, thanks!

[1/3] arm/ffa-debugfs-mod: remove redundant RPROVIDES
      commit: fee71931f4fb708de2e3f8b5bc9e14c8db89b74b
[2/3] arm/ffa-debugfs-mod: remove kernel image runtime dependency
      commit: a82df9187d6e10bb05964042be6ab6c2fc42fe6f
[3/3] arm-bsp/linux-yocto: remove redundant kernel hacking
      commit: 7fc51c7c08bbc034d269a09fb2e170e293db9ae9

Best regards,

Patch

diff --git a/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb b/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb
index 2db8afc1..4fedad1c 100644
--- a/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb
+++ b/meta-arm/recipes-kernel/ffa-debugfs/ffa-debugfs-mod_2.1.0.bb
@@ -21,8 +21,6 @@  SRC_URI:append = " \
 FILES:${PN} += "${bindir}/load_ffa_debugfs.sh"
 FILES:${PN}-dev += "${includedir}/arm_ffa_user.h"
 
-RPROVIDES:${PN} += "kernel-module-arm-ffa-user"
-
 do_install:append() {
   install -D -p -m 0755 ${B}/load_ffa_debugfs.sh ${D}/${bindir}/load_ffa_debugfs.sh
   install -m 0644 ${S}/arm_ffa_user.h ${D}/${includedir}/arm_ffa_user.h