mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
55b53335c1
commit
d3de406039
5
recipes-sato/images/core-image-sato-sdk-ptest.bbappend
Normal file
5
recipes-sato/images/core-image-sato-sdk-ptest.bbappend
Normal 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"
|
Loading…
Reference in New Issue
Block a user