TipsAndTricks/GitBisectABitbake

From Yocto Project
Revision as of 13:53, 14 July 2016 by RossBurton (talk | contribs) (Created page with "* git bisect run sh -c "cd build ; wipe-sysroot ; bitbake $*" * git bisect run sh -c "cd build && wipe-sysroot && bitbake python -C unpack && bb contents python |grep python-z...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • git bisect run sh -c "cd build ; wipe-sysroot ; bitbake $*"
  • git bisect run sh -c "cd build && wipe-sysroot && bitbake python -C unpack && bb contents python |grep python-zlib"