Hi Gary, this may work for me too. Is there a way to stick with the TI recommended toolchain? (gcc-4.5 + Linaro patches and binutils-2.20.1) Adding: GCCVERSION = "4.5%" BINUVERSION = "2.20.1" to my conf/local.conf appears being ignored (tried with a 1.2_M4.rc3 snapshot). Thanks in advance for your time. Regards. > Workarounds: > * There is still one recipe in meta-ti that causes a parse error > ERROR: ParseError at /home/local/poky-multi/meta-** > ti/recipes-misc/payload/bonesc**ript.bb:5 : Could > not inherit file classes/systemd.bbclass > To work around this, add this to your conf/local.conf > BBMASK ?= ".*/meta-ti/recipes-misc/**payload/bonescript*" > * The beaglebone kernel can't be built with its default configuration > using the > GCC-4.6.x/BINUTILS-2.22. It will build with the attached patch which > disables > THUMB2_KERNEL mode. Simply apply it to your local copy of meta-ti > * If you want to build the TI kernel for the beagleboard, add this to > conf/local.conf > PREFERRED_PROVIDER_virtual/**kernel ?= "linux-omap-psp" > >