( cd bitbake && \ ( git branch | egrep -e ' bitbake-om$' > /dev/null || \ git checkout -b bitbake-om --track origin/bitbake-om )) ( cd bitbake && \ git checkout bitbake-om && \ git fetch && \ git rebase origin/bitbake-om ) Already on branch "bitbake-om" Current branch bitbake-om is up to date. ( cd openembedded && \ ( git branch | egrep -e ' org.openmoko.dev$' > /dev/null || \ git checkout -b org.openmoko.dev --track origin/org.openmoko.dev )) ( cd openembedded && \ git checkout org.openmoko.dev && \ git fetch && \ git rebase origin/org.openmoko.dev ) M packages/linux/linux-handhelds-2.6.inc M packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb Already on branch "org.openmoko.dev" packages/linux/linux-handhelds-2.6.inc: needs update packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb: needs update make: *** [update-openembedded] Error 1