TipsAndTricks/Running YP binaries on Ubuntu and Vice Versa
From Yocto Project
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