Hi,
thanks for your response. Bitbaking core-image-minimal, fsl-image-gui or bitbake-fsl-qt5 worked fine. But for my own, customized, image I need a very small Image with X11. Thats why I want to build core-image-x11. Perhaps there is another basic example Image I could use?
I removed the build folder 2 times, but the error occurs always. I thought the same like you, that there is a problem with local.conf. So I tried it without changes and I have the same problems:
==========================
MACHINE ??= 'var-som-mx6'
DISTRO ?= 'fslc-x11'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"
#PACKAGECONFIG_append_pn-qemu-native = " sdl"
#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
CONF_VERSION = "1"
DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"
==========================
I use a Variscite Board with BSP which is based on Freescale/NXP Community BSP Layer: GitHub - varigit/variscite-bsp-platform: Variscite FSL community based BSP platform . But Variscite extends this layer, so perhaps that could be the problem?
thanks for your help