From 2c397423daafc8ffc3a086430e79528607a32394 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 4 Feb 2019 15:03:10 +0100 Subject: [PATCH] Add EULA information on layer.conf Signed-off-by: Christophe Priouzeau --- conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 4f84c27..5f8a2b0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"