Skip to content

Commit

Permalink
VAR-SOM-MX8/MX8X: disable mediaplayer demo
Browse files Browse the repository at this point in the history
Although gstreamer pipelines from the wiki work fine,
QT demo does not build the piepline correctly
  • Loading branch information
varigigi committed Feb 24, 2020
1 parent 6231e38 commit 4bb6de4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-boot2qt-distro/conf/distro/include/imx8qm-var-som.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ include conf/distro/include/variscite.inc

DEPLOY_CONF_NAME = "Variscite VAR-SOM-MX8"

# B2QT demos not working with iMX8QM
BOOT2QT_DEMOS_remove = "boot2qt-demo-mediaplayer"

IMAGE_BOOT_FILES += "\
dpfw.bin \
hdmirxfw.bin \
Expand Down
3 changes: 3 additions & 0 deletions meta-boot2qt-distro/conf/distro/include/imx8qxp-var-som.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
include conf/distro/include/variscite.inc

DEPLOY_CONF_NAME = "Variscite VAR-SOM-MX8X"

# B2QT demos not working with iMX8QX
BOOT2QT_DEMOS_remove = "boot2qt-demo-mediaplayer"

0 comments on commit 4bb6de4

Please sign in to comment.