crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
206 stars 94 forks source link

Missing 32bit glibc libraries #27

Open ArturLipowski opened 6 years ago

ArturLipowski commented 6 years ago

I need to build image for am57xx-evm machine (from meta-ti) using crops/poky:opensuse-42.2. During build process (bitbake core-image-minimal) there are displayed following messages:

WARNING: ti-cgt-pru-native-2.2.1-r0 do_unpack: TI installer requires 32bit glibc libraries for proper operation run 'yum install glibc.i686' on Fedora or 'apt-get install libc6:i386' on Ubuntu/Debian ERROR: ti-cgt-pru-native-2.2.1-r0 do_install: Function failed: do_install (log file is located at /workdir/poky/build/tmp/work/x86_64-linux/ti-cgt-pru-native/2.2.1-r0/temp/log.do_install.8461) ERROR: Logfile of failure stored in: /workdir/poky/build/tmp/work/x86_64-linux/ti-cgt-pru-native/2.2.1-r0/temp/log.do_install.8461

Yocto build run fine if I create my own container (based on crops/poky:opensuse-42.2) with following instruction in Dockerfile: RUN zypper install -y glibc-32bit

I tried build only for Rocko (2.4.2) release and the the meta-ti at ti2018.00 tag.