diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-11-17 09:25:11 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-18 10:16:54 -0300 |
| commit | 66989b7d07f8a1cdd4050fe3e3b088b6ead80786 (patch) | |
| tree | 1c3128a787b5fc796d687063fa8daea525685550 /dynamic-layers/aglprofilegraphical | |
| parent | 152747a8fdf15ce0ea8bbe944d05139875c8223d (diff) | |
| download | meta-freescale-66989b7d07f8a1cdd4050fe3e3b088b6ead80786.tar.gz | |
weston-init: Move weston.ini install to weston-init
OE-core now installs weston.ini from weston-init, so align our
recipe to do the same.
The IVI dynamic layer now has a copy of the weston.ini file
that is normally produced by the weston build.
The AGL dynamic layer now uninstalls the weston.ini installed
upstream.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'dynamic-layers/aglprofilegraphical')
| -rw-r--r-- | dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston-init.bbappend | 3 | ||||
| -rw-r--r-- | dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston-init.bbappend b/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston-init.bbappend new file mode 100644 index 000000000..10b66c0e4 --- /dev/null +++ b/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston-init.bbappend | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | do_install_append() { | ||
| 2 | rm -f ${D}${sysconfdir}/xdg/weston/weston.ini | ||
| 3 | } | ||
diff --git a/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend b/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend deleted file mode 100644 index 1a896a202..000000000 --- a/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | # don't install default weston.ini | ||
| 2 | WESTON_INI_INSTALL_FILE = "" | ||
