From 0bc32da2769e8fe4d7661e90c68989e2803b0c38 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 20 Feb 2018 22:42:09 +0100 Subject: Fixes for meta-agl-bsp for rocko MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These changes are included: - dra7xx-evm,meta-ti: disable gstreamer-plugins-bad on vayu until fixed - meta-boundary: has no rocko branch, remove the folder - meta-intel: generalize the libva bbappend - general: remove the lua bbappend as it is upstream - general: re-add fix for kernel-devsrc (see https://gerrit.automotivelinux.org/gerrit/#/c/11209/) Documents fixme's in meta-agl-bsp/ROCKO.FIXMEs. Change-Id: I3df32632558d503c3ce343f907a1ee1e15ae7e26 Signed-off-by: Jan-Simon Möller --- meta-agl-bsp/meta-intel/recipes-graphics/wayland/libva_%.bbappend | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta-agl-bsp/meta-intel/recipes-graphics/wayland/libva_%.bbappend (limited to 'meta-agl-bsp/meta-intel/recipes-graphics/wayland') diff --git a/meta-agl-bsp/meta-intel/recipes-graphics/wayland/libva_%.bbappend b/meta-agl-bsp/meta-intel/recipes-graphics/wayland/libva_%.bbappend deleted file mode 100644 index eda8de38a..000000000 --- a/meta-agl-bsp/meta-intel/recipes-graphics/wayland/libva_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# This patch correct a bug in libva1_1.7.0.bb 1.8 inmeta-intel (no clue when it will be fixed) -# libva.bb calls for an x11 runtime dependency even if wayland is selected -# -RDEPENDS_${PN}-egl_remove = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "${PN}-x11", d)}" -- cgit 1.2.3-korg