[yocto] include all kernel modules in image

Trevor Woerner twoerner at gmail.com
Mon Jul 27 09:17:17 PDT 2015


On 07/27/15 08:17, Trevor Woerner wrote:
> inherit kernel
...
> DEPENDS = "rk2918-tools-native"

...and the "DEPENDS = " needs to be a "DEPENDS +=" since the "inherit
kernel" above already sets a bunch of DEPENDS and if the "+" isn't used,
the recipe loses the DEPENDS on the cross toolchain (for example)!



More information about the yocto mailing list