diff options
Diffstat (limited to 'meta-skeleton/recipes-kernel')
-rw-r--r-- | meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb index b140b0ac8e..3d33446500 100644 --- a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb +++ b/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | |||
@@ -13,3 +13,5 @@ S = "${WORKDIR}" | |||
13 | 13 | ||
14 | # The inherit of module.bbclass will automatically name module packages with | 14 | # The inherit of module.bbclass will automatically name module packages with |
15 | # "kernel-module-" prefix as required by the oe-core build environment. | 15 | # "kernel-module-" prefix as required by the oe-core build environment. |
16 | |||
17 | RPROVIDES_${PN} += "kernel-module-hello" | ||