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 --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 1b71beadb..93e5f97ff 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -27,12 +27,18 @@ ${QORIQ_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ " BBFILES_DYNAMIC += " \ + aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \ + aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bbappend \ + \ browser-layer:${LAYERDIR}/dynamic-layers/browser-layer/*/*/*.bb \ browser-layer:${LAYERDIR}/dynamic-layers/browser-layer/*/*/*.bbappend \ \ filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ \ + ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \ + ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \ + \ networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \ networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ \ -- cgit v1.2.3-54-g00ecf