2010/10/17 Chris Larson <[email protected]>: > On Sat, Oct 16, 2010 at 1:58 AM, Frans Meulenbroeks < > [email protected]> wrote: > >> > - 'distro': bb.data.getVar('DISTRO', d, True), >> > + 'distro': bb.data.getVar('USERDISTRO', d, True), >> > }) >> > if re.match("^\d+$", data): id=data >> > except: >> > -- >> > 1.7.0.4 >> > >> Acked-by: Frans Meulenbroeks <[email protected]> > > > Is USERDISTRO always guaranteed to be set, or should it fall back to DISTRO? > (haven't checked, I feel lazy, sue me :) > --
Yes, checked that, before I acked because I also had that concern. It is done in bitbake.conf see also the grep from Petr Frans _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
