summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_5.0.0.imx.bb
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-05-23 14:34:05 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2019-09-12 14:45:07 -0300
commit0b123b0300c73ddac68a2ea4c7609011e463bd81 (patch)
tree8d22463d5bd93d20e7d021ac066aac6dc5a16943 /recipes-graphics/wayland/weston_5.0.0.imx.bb
parent1e2ff11ab06320e69e617d80f11e2f8094b931fc (diff)
downloadmeta-freescale-0b123b0300c73ddac68a2ea4c7609011e463bd81.tar.gz
weston: Drop weston.ini files since the baseline version is now in source
The customized baseline version of weston.ini is now in the source. That version is customized for 8MQ via patch files. Also drop desktop shell size from weston.config since it is already in weston.ini for 8M and 8M Mini. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_5.0.0.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_5.0.0.imx.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_5.0.0.imx.bb b/recipes-graphics/wayland/weston_5.0.0.imx.bb
index 11da2872..032972fa 100644
--- a/recipes-graphics/wayland/weston_5.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_5.0.0.imx.bb
@@ -9,13 +9,16 @@ DEFAULT_PREFERENCE = "-1"
9 9
10SRCBRANCH = "weston-imx-5.0" 10SRCBRANCH = "weston-imx-5.0"
11SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \ 11SRC_URI = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \
12 file://weston.ini \
13 file://weston.png \ 12 file://weston.png \
14 file://weston.desktop \ 13 file://weston.desktop \
15 file://0001-make-error-portable.patch \ 14 file://0001-make-error-portable.patch \
16 file://xwayland.weston-start \ 15 file://xwayland.weston-start \
17 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ 16 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
18" 17"
18# Use argb8888 as gbm-format for i.MX8MQ only
19SRC_URI_append_mx8mq = " file://0001-weston.ini-using-argb8888-as-gbm-default-on-mscale-8.patch \
20 file://0002-weston.ini-configure-desktop-shell-size-in-weston-co.patch \
21"
19SRCREV = "fb563901657b296c7c7c86d26602a622429e334f" 22SRCREV = "fb563901657b296c7c7c86d26602a622429e334f"
20S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
21 24