diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 21:20:22 +0000 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | 361160ecad6970ceda1ebda94df5755ebf2b64b5 (patch) | |
tree | 9d5e6bb054e866548a082b02ba53f1befb5ebf25 /meta-agl-bsp/meta-ti/recipes-arago/weston/weston_8.0.0.bbappend | |
parent | ca932b1ac39c5b8feb28db2d2138fc17bd69fd24 (diff) |
meta-agl-bsp: dra7xx-evm/beaglebone updates for dunfell
Changes:
- Rename weston bbappend for weston 8.0.0 in dunfell.
- meta-ti now requires the meta-arm layer as the upstream source of
the optee recipe, so add it to bblayers.conf in the machine
templates. This is dependent on a manifest update to add meta-arm.
Bug-AGL: SPEC-3302
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib6b40d3aa1d2b04239b6e5343eb818f3f49af8ef
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-arago/weston/weston_8.0.0.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-arago/weston/weston_8.0.0.bbappend | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_8.0.0.bbappend b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_8.0.0.bbappend new file mode 100644 index 000000000..21c912a66 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_8.0.0.bbappend @@ -0,0 +1,13 @@ +PACKAGECONFIG[kms] = "-Dbackend-drm=true,-Dbackend-drm=false,drm udev virtual/libgbm mtdev" + +PR_append = ".arago2" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +# file://0005-weston-drm-fix-dual-display-issue.patch +SRC_URI += " \ + file://0003-weston-Fix-virtual-keyboard-display-issue-for-QT5-ap.patch \ + file://0004-weston-Fix-touch-screen-crash-issue.patch \ +" + +INHIBIT_PACKAGE_STRIP = "1" |