diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-12-02 17:53:04 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-04 13:50:03 +0000 |
commit | 8b4612385bbf4cdf523c9b731ed73c7887995372 (patch) | |
tree | d1c135d6cf457cd32a55e1b025083b68916833e3 /meta-agl-bsp/conf/include/agl_rcar.inc | |
parent | e41c5bb10cb79711eb0b3fb53537cc81b6421f94 (diff) |
meta-renesas: workaround recipe incompatibilities with YP 3.1.4
This adds a workaround for the strictly versioned bbappends until
the BSP could be updated.
Bug-AGL: SPEC-3706
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I7267974d8ea8412ad40ca9b351d03a5a107c0e3f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25715
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>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_rcar.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_rcar.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_rcar.inc b/meta-agl-bsp/conf/include/agl_rcar.inc index dd64ae772..d114ac6f4 100644 --- a/meta-agl-bsp/conf/include/agl_rcar.inc +++ b/meta-agl-bsp/conf/include/agl_rcar.inc @@ -40,6 +40,10 @@ DISTRO_FEATURES_append = " h264dec_lib h264enc_lib aaclcdec_lib aaclcdec_mdw" # testing shows no issues on H3ULCB when not having them. BBMASK += "meta-rcar-gen3/recipes-graphics/wayland/weston-init.bbappend" +# Workaround for SPEC-3706 - versioned bbappends and upstream moved on to 1.16.3 +BBMASK += "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-.*1.16.2\.bbappend" + + IMAGE_INSTALL_append_rcar-gen3 = " \ kernel-devicetree \ kernel-module-pvrsrvkm \ |