From d3de406039c1b7af1dbc6515f9cf0a35afa55bf8 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 1 Jun 2020 11:08:45 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- recipes-sato/images/core-image-sato-sdk-ptest.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-sato/images/core-image-sato-sdk-ptest.bbappend diff --git a/recipes-sato/images/core-image-sato-sdk-ptest.bbappend b/recipes-sato/images/core-image-sato-sdk-ptest.bbappend new file mode 100644 index 00000000..c0dcc26c --- /dev/null +++ b/recipes-sato/images/core-image-sato-sdk-ptest.bbappend @@ -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" -- cgit v1.2.3-54-g00ecf