[OE-core] AUTOREV vs AUTOINC?

Robert P. J. Day rpjday at crashcourse.ca
Thu Mar 22 11:05:19 UTC 2012


  perusing the file meta/classes/kernel-yocto.bbclass and saw the
following snippet around line 287:

        # nothing to do if SRCREV is AUTOREV
        if [ "${SRCREV_machine}" = "AUTOINC" ]; then
                # restore the branch for builds
                git checkout -f ${KBRANCH}
                return
        fi

the comment doesn't seem to match the test -- "AUTOREV" as opposed to
"AUTOINC".  just an observation.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list