You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: