The sqrt function in Python is failing.
/wrs-cki71/common/lx6/wrlinux-6/wrlinux/configure --enable-rootfs=glibc-std --enable-board=fsl-p50xx --enable-parallel-pkgbuilds=6 --enable-jobs=6 --with-template=feature/initramfs,feature/initramfs-integrated --with-rcpl-version=0018 Run image on a p50xx board. python >>> import math >>> math.sqrt(2.0) ValueError: math domain error