TipsAndTricks/GitBisectABitbake: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(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...")
(No difference)

Revision as of 13:53, 14 July 2016

  • 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"