]> code.ossystems Code Review - openembedded-core.git/commit
hello-mod_0.1.bb: add RPROVIDES
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 5 Apr 2018 23:11:27 +0000 (16:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Apr 2018 10:41:01 +0000 (11:41 +0100)
commitca17a7bbea5f5454da43545d544ff7772d83ac19
tree2233737c3fefa130393f0a0295899c14ebfd7af5
parent1cbbcf26e0a9ca6e0b34a89512bf75dbae8bfaf0
hello-mod_0.1.bb: add RPROVIDES

Although the package will get an automatic prefix "kernel-module", so
the package kernel-module-hello does exist, populating rootfs can
generate an error:
  - nothing provides kernel-module-hello ...

This is quite unfortunate, as this recipe is used as a sample.

Adding RPROVIDES_${PN} += "kernel-module-hello" to the recipe fixes
the problem.

[YOCTO #12641]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb