From 466196fa2f619aa3d37ad6bfe13c11c72f910d16 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 15 Dec 2016 13:59:57 +0000 Subject: vaapi: remove as recipes moved to oe-core libva and gstreamer-vaapi are now part of oe-core, so remove them. The package names were changed to reflect the naming scheme, so update the machine configurations to follow. Signed-off-by: Ross Burton Signed-off-by: California Sullivan --- conf/machine/intel-core2-32.conf | 2 +- conf/machine/intel-corei7-64.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index fb7bf23c..028801c6 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -12,7 +12,7 @@ MACHINE_FEATURES += "va-impl-intel" MACHINE_FEATURES += "wifi 3g nfc" MACHINE_FEATURES += "intel-ucode" -MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0" +MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index a0e24ba8..1d7985e3 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -12,7 +12,7 @@ MACHINE_FEATURES += "va-impl-intel" MACHINE_FEATURES += "wifi 3g nfc" MACHINE_FEATURES += "intel-ucode" -MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0" +MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8" -- cgit v1.2.3-54-g00ecf