Add EULA information on layer.conf
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
parent
223d0be61d
commit
2c397423da
|
|
@ -9,6 +9,15 @@ BBFILE_COLLECTIONS += "stm-st-stm32mp"
|
|||
BBFILE_PATTERN_stm-st-stm32mp := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_stm-st-stm32mp = "6"
|
||||
|
||||
EULA_FILE_ST_stm32mpcommon = "${LAYERDIR}/conf/eula/${MACHINE}"
|
||||
EULA_FILE_ST_MD5SUM_stm32mpcommon = "8b505090fb679839cefbcc784afe8ce9"
|
||||
|
||||
#Inform bitbake for adding another location to search for licenses
|
||||
LICENSE_PATH += "${LAYERDIR}/files/licenses"
|
||||
|
||||
# Set a variable to get the STM32MP BSP location
|
||||
STM32MP_BASE = "${LAYERDIR}"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_stm-st-stm32mp = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue