* Anders Darander Anders Darander <[email protected]> [07/05/11 04:52 PM]:
> Remove KERNEL-SOURCE as an exported variable.
> When building an external module the
> STAGING_KERNEL_DIR variable can justbas well be used in
> the module recipe.
There is an alternative solution, which is to instead of removing the line
export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-
source')}"
replace it with something like:
export KERNEL_SOURCE = "${STAGING_KERNEL_DIR}"
The only benefit from that solution is to prevent breaking of recipes when
moving from oe.dev to oe-core. However, I prefer the original solution as we
otherwise would have more redundant variables.
Regards,
Anders
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core