Add a new bsp ti-am335x to wrlinux-7, after running the command ”~/work/w-linx/wrlinux-x-new/wrlinux-x/wrlinux/configure --enable-board=ti-am335x --enable-kernel=standard --enable-rootfs=glibc_std --enable-jobs=16“ a error is occured as follow: "ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (cortexa8t2-vfp)." my bsp configuration as follow: wrlinux-x/layers/wr-bsps/ti-am335x/conf/machine/am33xx.inc #@TYPE: Machine inc. #@NAME: ti-am335x layer require conf/machine/include/tune-cortexa8.inc MACHINE_FEATURES += " usbgadget usbhost jffs2 ext2 screen alsa vfat" KERNEL_IMAGETYPE = "zImage" SERIAL_CONSOLE = "115200 ttyO0" #IMAGE_FSTYPES ?= "tar.bz2" #PREFERRED_VERSION_linux-windriver_forcevariable ?= "3.10%" PREFERRED_VERSION_linux-windriver_forcevariable ?= "3.14%"