All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] libfslcodec.inc: mx6sx doesn't support vpu
@ 2014-09-04  4:55 Zidan Wang
  0 siblings, 0 replies; only message in thread
From: Zidan Wang @ 2014-09-04  4:55 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Zidan Wang <b50113@freescale.com>
---
 recipes-multimedia/libfslcodec/libfslcodec.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc
index b366c0a..20adc9a 100644
--- a/recipes-multimedia/libfslcodec/libfslcodec.inc
+++ b/recipes-multimedia/libfslcodec/libfslcodec.inc
@@ -16,6 +16,7 @@ EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--
 VPU_SUPPORT = "--disable-vpu"
 VPU_SUPPORT_mx6 = "--enable-vpu"
 VPU_SUPPORT_mx6sl = "--disable-vpu"
+VPU_SUPPORT_mx6sx = "--disable-vpu"
 VPU_SUPPORT_mx5 = "--enable-vpu"
 EXTRA_OECONF += "${VPU_SUPPORT}"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-04  4:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-04  4:55 [meta-fsl-arm][PATCH] libfslcodec.inc: mx6sx doesn't support vpu Zidan Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.