On Thu, Jul 7, 2011 at 1:34 PM, Flanagan, Elizabeth <[email protected]> wrote: > So, do_kernel_checkout never even gets the chance to fix up the git repo.
Quick clarification here. It never gets the chance to do it because do_unpack runs: git clone -s -n /srv/build/build/poky/build/downloads/git2/.srv.build.build.repo.git.pokylinux.org.linux-yocto-2.6.37 /srv/build/build/poky/build/tmp/work/qemux86-poky-linux/linux-yocto-2.6.37+git3+94bca94ff11276b4cfffc1818c1defa3051854b2_1+ea7bcd9e408ddfaf5ecd0bcc37956998add58e2d-r20/git/ which does not clone the remotes to the destination directory. So do_kernel_checkout never even sees BAD_BRANCH. -b _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
