Hi, thanks for your answer.
I'm aware its not the official NXP repository, but one provided by the supplier of my HMI-panel which is delivered with a Qt enabled image. But I need a SDK in order to compile my own Qt-applications, which isnt offered by the producer of the screen, or did they?
They provided the linux-kernel: GitHub - AplexOS/Linux-Kernel at SBC-7112S_Linux_Kernel-v4.9.88 and the U-BOOT: GitHub - AplexOS/U-Boot at SBC-7112S_Linux_Uboot-v2017.03-ga
Can I generate an SDK from this?
Anyway, it seems that the PACKAGE_CLASSES already is set to rpm in /<build_dir>/conf/local.conf:
MACHINE ??= 'imx6dlsabresd'
DISTRO ?= 'fsl-imx-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"