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 ++ dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 dynamic-layers/aglprofilegraphical/recipes-graphics/wayland/weston_5.0.0.imx.bbappend create mode 100644 dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend (limited to 'dynamic-layers') 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 000000000..1a896a202 --- /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 = "" 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 000000000..d36fbd4db --- /dev/null +++ b/dynamic-layers/ivi/recipes-graphics/wayland/weston_5.0.0.imx.bbappend @@ -0,0 +1,2 @@ +# install default weston.ini for IVI +WESTON_INI_INSTALL_FILE = "${B}/ivi-shell/weston.ini" -- cgit v1.2.3-54-g00ecf