diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-11-04 10:21:47 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-04 15:40:00 -0300 |
commit | fed50e2afcbc7c054d34e01020db2980b34530a7 (patch) | |
tree | fa3ac6b9c4c3f432241f99bcbc1da8afeffd03d9 /dynamic-layers/aglprofilegraphical | |
parent | c3e3303e5b69dba38c04a535808bf60f58a11a01 (diff) | |
download | meta-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/aglprofilegraphical')
-rw-r--r-- | dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend | 2 |
1 files changed, 2 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 | ||
2 | WESTON_INI_INSTALL_FILE = "" | ||