2010/9/15 Yann Dirson <[email protected]>: > On Wed, Sep 15, 2010 at 11:07:29AM -0700, Khem Raj wrote: >> > + >> > +S = "${WORKDIR}/gnugo-${PV}" >> >> you might not need to set S here > > Right - probably at some point an error somewhere else made that > necessary, but I can't remember the context - that was 1 month ago > before leaving on holiday :) > >> > +PR = "r1" >> > + >> >> PR starts with r0 for initial recipes > > Is there some useful convention that can be used locally when > developping, that would sort lower than r0 ? I used r0.X fo my dev > build attempts, so it would seem r0 would prevent automatic upgrades ? > > I always just start with 0 and do a bitbake -cclean -b recipe.bb; bitbake recipe ofc you can use r0.x instead and when making your patch do a clean, then reset PR to r0. And if I recall the sorting is alphabetically so during development you could probably also use d0, d1 etc
Frans _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
