From 44ba7a06576a25eab386dc15945b676f4fe6f0fa Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 23 May 2023 10:12:57 +0200 Subject: conf: set the list of required layers LAYERDEPENDS lists the layers on which this recipe depends. Currently, only the openembedded-core layer is required. Signed-off-by: Thomas Perrot --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 74f65c3d..039abe68 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,6 +9,7 @@ BBFILE_COLLECTIONS += "freescale-layer" BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_freescale-layer = "5" LAYERSERIES_COMPAT_freescale-layer = "langdale mickledore" +LAYERDEPENDS_freescale-layer = "core" # Add the Freescale-specific licenses into the metadata LICENSE_PATH += "${LAYERDIR}/custom-licenses" -- cgit v1.2.3-54-g00ecf