From fed50e2afcbc7c054d34e01020db2980b34530a7 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 4 Nov 2019 10:21:47 -0600 Subject: 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 --- .../recipes-graphics/wayland/weston_5.0.0.imx.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend (limited to 'dynamic-layers/aglprofilegraphical') 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 @@ +# don't install default weston.ini +WESTON_INI_INSTALL_FILE = "" -- cgit v1.2.3-54-g00ecf