erstellt
Code: Select all
local.conf:
SDKMACHINE = "i686"
SDK_ARCHIVE_TYPE = "tar.xz"
execute:
bitbake core-image-minimal -c populate_sdk -f
Im SDK gibt es viele symbolische Links:
Code: Select all
/home/foobar/buildtools/sdk/sysroots/i686-pokysdk-linux/usr/bin$ ls -l
xz -> /home/foobar/poky/build/tmp/deploy/sdk/i686/sysroots/i686-pokysdk-linux/usr/bin/xz.xz
Es scheint uns, als ob die einzige Option darin besteht, ein Skript zu schreiben, das alle Links von absolut in relativ umwandelt. Ist es wirklich so kompliziert oder hat jemand eine andere Idee, wie man das SDK portabel macht?
Mobile version