On Fri, Nov 30, 2018, 5:00 PM Burton, Ross <[email protected] wrote:
> On Fri, 30 Nov 2018 at 21:56, Joshua Watt <[email protected]> wrote: > > +B = "${WORKDIR}/${BPN}-${PV}" > > That's the default, so redundant. > > Does waf support out-of-tree builds sufficiently well that we can > default - or even mandate - out of tree? i.e. follow meson and > cmake, and just set B=$WORKDIR/build in the class. > Yes. This patch already does that by adding "-o ${B}" in do_configure. I will change it to ${WORKDIR}/build. Out if curiosity, why is that preferred over ${WORKDIR}/${BPN}-${PV} ? > > Ross >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
