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 /conf/layer.conf | |
| 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 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 \ | |||
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | BBFILES_DYNAMIC += " \ | 29 | BBFILES_DYNAMIC += " \ |
| 30 | aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \ | ||
| 31 | aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bbappend \ | ||
| 32 | \ | ||
| 30 | browser-layer:${LAYERDIR}/dynamic-layers/browser-layer/*/*/*.bb \ | 33 | browser-layer:${LAYERDIR}/dynamic-layers/browser-layer/*/*/*.bb \ |
| 31 | browser-layer:${LAYERDIR}/dynamic-layers/browser-layer/*/*/*.bbappend \ | 34 | browser-layer:${LAYERDIR}/dynamic-layers/browser-layer/*/*/*.bbappend \ |
| 32 | \ | 35 | \ |
| 33 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ | 36 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ |
| 34 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ | 37 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ |
| 35 | \ | 38 | \ |
| 39 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \ | ||
| 40 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \ | ||
| 41 | \ | ||
| 36 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \ | 42 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \ |
| 37 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ | 43 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ |
| 38 | \ | 44 | \ |
