imx-vpu: depends on 'firmware-imx'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-13 23:30:00 +02:00
parent ffb291cf48
commit 2e2705c1f9
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ PKG_ARCH="arm"
PKG_LICENSE="other"
PKG_SITE="http://www.freescale.com"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_DEPENDS_TARGET="toolchain firmware-imx"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="imx-vpu: platform specific unit tests for mxc platform"

View File

@ -309,7 +309,7 @@
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
# Space separated list is supported,
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
FIRMWARE="firmware-imx misc-firmware wlan-firmware dvb-firmware"
FIRMWARE="misc-firmware wlan-firmware dvb-firmware"
# build with lm_sensors hardware monitoring support (yes / no)
SENSOR_SUPPORT="yes"