summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl
diff options
context:
space:
mode:
authorSerhey Popovych <serhe.popovych@gmail.com>2019-01-12 12:11:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 16:34:58 +0000
commite81a5a640a2a00c43796cd47e168c93bb389a6c8 (patch)
tree3cec6e2fde99be07124263686d02353043217546 /meta/recipes-connectivity/openssl
parentd4eb90b5a4bc5fd8619120f783bc78b0e7dc829e (diff)
downloadopenembedded-core-e81a5a640a2a00c43796cd47e168c93bb389a6c8.tar.gz
libgpg-error: Support build for native on ppc host
In Ubuntu 16.04 LTS userspace is build for PowerPC 32-bit while kernel selected by the installer depending on PowerPC machine type: * 32-bit for PowerMac G4 (ppc7400) and below * 64-bit for PowerMac G5 and above Thus uname(2) returns ppc64 for 64-bit kernels and 32-bit userspace making build impossible due to missing some of lib64 multilib equivalents in Ubuntu repository. Using setarch(8) override to make whole host look as PowerPC 32-bit can actually help with build but requires mapping for ppc target to their libgpg-error equivalent to fix native build. Build tested on Ubuntu 16.04 LTS host on PowerMac G5 with command: MACHINE=qemuppc setarch ppc bitbake core-image-full-cmdline Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
0 files changed, 0 insertions, 0 deletions