diff options
| -rw-r--r-- | meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | 3 |
1 files changed, 3 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 64a6ddad4c..3136ae7f16 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,6 @@ SRC_URI = "file://Makefile \ | |||
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}" | 15 | S = "${WORKDIR}" |
| 16 | |||
| 17 | # The inherit of module.bbclass will automatically name module packages with | ||
| 18 | # "kernel-module-" prefix as required by the oe-core build environment. | ||
