X32 abi

From Yocto Project
Revision as of 11:55, 27 January 2016 by Maxin B. John (talk | contribs) (After meta-x32 got integrated to oe-core, we don't need meta-x32 layer for x32 support. Update the wikipage.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Vision

Incorporate toolchain components and other bits (binutils, gcc, glibc, gdb, kernel, linux-libc-headers) into a meta-x32 layer; And added needed infrastructure into the oe-core/yocto tree so that meta-x32 layer can work on top; so that one can build complete images with x32 abi binaries.

meta-x32 changes were integrated into OE-Core.

X32 poky setup

  • Add these lines to local.conf
MACHINE = "qemux86-64"
DEFAULTTUNE = "x86-64-x32"