summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-06-01 11:08:45 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-06-02 08:26:48 +0800
commitd3de406039c1b7af1dbc6515f9cf0a35afa55bf8 (patch)
treecab18bf22177137e5cb9755331503264260c8cae
parent55b53335c1bf5e120e8038f86ab69d5417bf3e73 (diff)
downloadmeta-intel-d3de406039c1b7af1dbc6515f9cf0a35afa55bf8.tar.gz
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>
-rw-r--r--recipes-sato/images/core-image-sato-sdk-ptest.bbappend5
1 files changed, 5 insertions, 0 deletions
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 @@
1# zeus builds live hddimg by default which has a hard limit of 4GB.
2# Exclude intel-media-driver and intel-mediasdk from default configuration
3# to avoid breakages when using default poky configuration.
4# These don't enable ptests anyway and are not needed by ones that do.
5MACHINE_HWCODECS = " intel-vaapi-driver gstreamer1.0-vaapi"