va-intel.bb: Add compatible host x86/x86_64

This lets meta-intel to play well in multi-bsp
setup

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Khem Raj 2012-07-19 19:53:24 -07:00 committed by Tom Zanussi
parent b779667233
commit 41d3850152

View File

@ -18,3 +18,5 @@ ALLOW_EMPTY = "1"
RDEPENDS_va-intel = " \
${VA_IMPL} \
"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux*'