summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/toradex.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/toradex.inc')
-rw-r--r--conf/distro/include/toradex.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/toradex.inc b/conf/distro/include/toradex.inc
index 647362d..d6b74e0 100644
--- a/conf/distro/include/toradex.inc
+++ b/conf/distro/include/toradex.inc
@@ -27,11 +27,12 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30BBMASK ?= " " 30include conf/distro/include/fsl.inc
31BBMASK .= "|meta-toradex/recipes-mozilla|meta-toradex/recipes-browser|meta-toradex/recipes-lxde|meta-toradex/recipes-connectivity|meta-toradex/recipes-gnome|meta-toradex/recipes/trdx-config|meta-toradex/recipes-multimedia/webm|meta-toradex/recipes-qt|meta-toradex/recipes-core/psplash|meta-toradex/recipes-support/florence|meta-toradex/recipes-core/systemd|meta-toradex/recipes-efl|meta-toradex/recipes-core/dropbear|meta-toradex/recipes-support/icu|meta-toradex/recipes-support/i2c-tools|meta-toradex/recipes-benchmark|meta-toradex/recipes-core/udev|meta-toradex/recipes-support/gnutls|meta-toradex/recipes-graphics/gpu-viv-bin-mx6q|meta-toradex/recipes-multimedia/gstreamer|meta-toradex/recipes-fsl/packagegroups|meta-toradex/recipes-core/glibc|meta-toradex/recipes-sato/webkit|meta-toradex/recipes-bsp/binary-drivers/cudatoolkit6.5|meta-toradex/recipes-bsp/binary-drivers/opencv4tegra"
32 31
33PREFERRED_PROVIDER_u-boot = "u-boot-toradex" 32PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
34 33
34EXTRA_IMAGEDEPENDS += "u-boot u-boot-script-toradex"
35
35MACHINEDIR = "${@d.getVar('MACHINE', True).replace('-','_')}" 36MACHINEDIR = "${@d.getVar('MACHINE', True).replace('-','_')}"
36BOOT_SCRIPTS += " \ 37BOOT_SCRIPTS += " \
37 fwd_blk.img:flash_blk.img \ 38 fwd_blk.img:flash_blk.img \