[yocto] Bitbaking a recipe often triggers a do_package_write_rpm of a dependant recipe... why?

2017-10-05 Thread Torsten Sievers
Hi guys, Here is the situation: I have two custom made recipes, one is a SDK , the other one is a set of examples that use the sdk. The examples recipe has DEPENDS and RDEPENDS set that point to artifacts that are produced by the SDK recipe. So far, so normal Now the strange thing happens: wh

[yocto] Runtime Dependencies dependent on lowercase recipe name?

2017-08-23 Thread Torsten Sievers
Hi everybody, i am using Poky/Pyro for one of my projects. The chosen Package Format is RPM. After some hours of debugging in ran into this pretty interesting behaviour were i would guess it is a bug... My starting point was a really simple HelloWorld Recipe: -- snip $