do_rootfs fails if add lib32-xextproto in default-image.bb --log-- Setting up host-cross and links Setting up packages link Creating export directory Creating project properties ERROR: lib32-xextproto not found in the lib32 feeds (lib32_qemux86_64 lib32_x86 noarch any all).
1, wrlinux/configure --enable-board=qemux86-64 --enable-kernel=cgl --enable-rootfs=glibc-cgl 2, Append following line in default-image.bb IMAGE_INSTALL += "lib32-xextproto" 3, make fs