Dahlia Carrier board + Verdin iMX8M Plus.
$ bitbake -k tdx-reference-multimedia-image
I build the image following your doc, but flash image to Dahlia board. I cannot do nothing. no Linux base Terminal, Folder …
the main UI show 1. Lord of the Rings: 2. Fight Club … only show advertisement E-Books.
I want to remove the main UI, recover Linux base function like Terminal, Folder, desktop …
I also want to load my GUI application based QT and Camera.
how can I changed the build/conf/bblayers.conf
remove the layer ${TOPDIR}/../layers/meta-toradex-demos ?
changes incompatibly
LCONF_VERSION = “7”
BBPATH = “${TOPDIR}”
BBFILES ?= “”
BBLAYERS_NXP ?= "
${TOPDIR}/../layers/meta-toradex-nxp
${TOPDIR}/../layers/meta-freescale
${TOPDIR}/../layers/meta-freescale-3rdparty
"
BBLAYERS_TI ?= "
${TOPDIR}/../layers/meta-toradex-ti
${TOPDIR}/../layers/meta-arm/meta-arm-toolchain
${TOPDIR}/../layers/meta-arm/meta-arm
${TOPDIR}/../layers/meta-ti/meta-ti-bsp
${TOPDIR}/../layers/meta-ti/meta-ti-extras
"
BBLAYERS ?= "
${BBLAYERS_NXP}
${BBLAYERS_TI}
${TOPDIR}/../layers/meta-toradex-bsp-common
${TOPDIR}/../layers/meta-openembedded/meta-oe
${TOPDIR}/../layers/meta-openembedded/meta-filesystems
${TOPDIR}/../layers/meta-openembedded/meta-networking
${TOPDIR}/../layers/meta-openembedded/meta-multimedia
${TOPDIR}/../layers/meta-openembedded/meta-python
${TOPDIR}/../layers/meta-freescale-distro
${TOPDIR}/../layers/meta-toradex-demos
${TOPDIR}/../layers/meta-qt5
${TOPDIR}/../layers/meta-security/meta-tpm
${TOPDIR}/../layers/meta-toradex-distro
${TOPDIR}/../layers/meta-yocto/meta-poky
${TOPDIR}/../layers/openembedded-core/meta
"