just run "bitbake fsl-image-qt5-validation-imx" or "bitbake fsl-image-qt5", the later is a wrapper of the former.
however, there is a issue in 4.14.98, you need modify:
SDCARD_ROOTFS ?= "${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.ext4"
in sources/meta-fsl-bsp-release/imx/meta-bsp/conf/machine/include/imx-base.inc otherwise you will fail in bitbake.
and if you want to generate deb package, you need modify:
LOCALVERSION = "-${@'${SRCBRANCH}'.replace('_', '-')}"
in sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.14.98.bb.
you can write these modifications in corresponding bbappend file.
btw: the recent release is 5.4.3 but not 4.14.98, you can find it at imx-manifest - i.MX Release Manifest.
from the changelog, 5.4.3-1.0.0 is GA release and 2.0.0 is beta release, for 5.4.3_1.0.0, at least it can be built without error.