diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2020-10-16 08:33:10 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-20 08:42:26 +0000 |
commit | 04cb1b09693da04e90962568a1d0c7de283df6e9 (patch) | |
tree | 0692c441dbd07a54a5a7ea3faccac18bd110c9fc /meta-agl-profile-graphical/recipes-multimedia | |
parent | 899510c831625bb6e5b527595384b5dffbf43344 (diff) |
[RCAR] Fix cluster-demo image build for RCAR board
* For the agl-cluster-demo-platform image we need to apply a patch
on gstreamer1.0-plugins-bad package. For now the RCAR was exclude, for
an unkwon reason.
Bug-AGL: SPEC-3632
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: Ib94edf4717184946dfa20a5319d171757027ce4e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25442
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 43be51ec502907d66c6e3817f3745422c33b48a6)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25390
Diffstat (limited to 'meta-agl-profile-graphical/recipes-multimedia')
-rw-r--r-- | meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend b/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend index 7e1fa773d..a74fb623d 100644 --- a/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend +++ b/meta-agl-profile-graphical/recipes-multimedia/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad_1.16.%.bbappend @@ -1,2 +1,2 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append="${@bb.utils.contains_any("MACHINE", "salvator-x m3ulcb h3ulcb m3ulcb-nogfx", " "," file://0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch", d)}" +SRC_URI_append=" file://0001-gst-wayland-Install-wayland-header-from-gstwayland-l.patch" |