summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-11-04 10:21:47 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-04 15:40:00 -0300
commitfed50e2afcbc7c054d34e01020db2980b34530a7 (patch)
treefa3ac6b9c4c3f432241f99bcbc1da8afeffd03d9 /dynamic-layers
parentc3e3303e5b69dba38c04a535808bf60f58a11a01 (diff)
downloadmeta-freescale-fed50e2afcbc7c054d34e01020db2980b34530a7.tar.gz
weston: Improve weston.ini selection logic
Add a variable WESTON_INI_INSTALL_FILE to make it easy to customize the selection of the weston.ini file. The main recipe now performs only a generic install of the selected file. For AGL and IVI, we use the BBFILES_DYNAMIC mechanism to specify no file and an IVI-specific file respectively. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend2
-rw-r--r--dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend2
2 files changed, 4 insertions, 0 deletions
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
new file mode 100644
index 00000000..1a896a20
--- /dev/null
+++ b/dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend
@@ -0,0 +1,2 @@
1# don't install default weston.ini
2WESTON_INI_INSTALL_FILE = ""
diff --git a/dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend b/dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend
new file mode 100644
index 00000000..d36fbd4d
--- /dev/null
+++ b/dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend
@@ -0,0 +1,2 @@
1# install default weston.ini for IVI
2WESTON_INI_INSTALL_FILE = "${B}/ivi-shell/weston.ini"