core-image-sato-sdk-ptest: add bbappend

zeus builds live hddimg by default, which has hard limit of 4GB,
So image size equal or higher than 4GB, cause build failure for core-image-sato-ptest image.
Exclude intel-media-driver and intel-mediasdk from default configuration.

Ref:
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/conf/machine/include/x86-base.inc?id=6d738f4a6eb0cfc604d24657277a9b280604915b

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Naveen Saini 2020-06-01 11:08:45 +08:00 committed by Anuj Mittal
parent 55b53335c1
commit d3de406039

View File

@ -0,0 +1,5 @@
# zeus builds live hddimg by default which has a hard limit of 4GB.
# Exclude intel-media-driver and intel-mediasdk from default configuration
# to avoid breakages when using default poky configuration.
# These don't enable ptests anyway and are not needed by ones that do.
MACHINE_HWCODECS = " intel-vaapi-driver gstreamer1.0-vaapi"