TipsAndTricks/Running YP binaries on Ubuntu and Vice Versa

From Yocto Project
Revision as of 23:11, 23 March 2017 by Bavery (talk | contribs) (Created page with "= Fun with moving things between os's!= <span style="color:#FF0000"> Note: This is a hack to allow you to do some interesting things for experimental purposes. There are a la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Fun with moving things between os's!

Note: This is a hack to allow you to do some interesting things for experimental purposes. There are a large number of undiscovered ways this can fail. Use at your own risk :).

So, you want to run your ubuntu binary on qemux86-64 built with YP

  • We'll assume that the binary of interest is gawk. Chosen pretty randomly...
  • I will call the ubuntu native gawk gawk-ubuntu. I got it by cp /usr/bin/gawk ~/gawk-ubuntu