When I run "make libstdc++.addpkg", it fails as the following: === Checking /wrlinux7_build/WRL70RCPL0008_LB21_hostos/layers/local/recipes-img/images/wrlinux-image-glibc-std-sato.bbappend === === Checking for valid package for libstdc++ === === Still checking ... === ERROR: libstdc++ is not a valid package make: *** [libstdc++.addpkg] Error 1 ------------------
Apply the attached patch to layers/wr-sdk-toolchain
1.Create and build an intel-x86-64 platform with rootfs "glibc-std-sato" in a Linux host. /../wrlinux-7/wrlinux/configure --enable-reconfig --enable-board=intel-x86-64 --enable-rootfs=glibc-std-sato+debug-wb+gdbserver+analysis+lttng2+usttrace_demo+valgrind+kernel-debug+self-hosted+installer-support --enable-kernel=standard --enable-debuginfo-split=yes --with-layer=examples/lemon_layer --with-package=heapscope,cmake,qt4-embedded --enable-parallel-pkgbuilds=8 --enable-jobs=8 --with-rcpl-version=0008 #make all 2.Try to add the required package. #make libstdc++.addpkg