From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-sancloud/conf/layer.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bsp/meta-sancloud/conf/layer.conf') diff --git a/bsp/meta-sancloud/conf/layer.conf b/bsp/meta-sancloud/conf/layer.conf index 195a6e27..118b9d8c 100644 --- a/bsp/meta-sancloud/conf/layer.conf +++ b/bsp/meta-sancloud/conf/layer.conf @@ -9,9 +9,14 @@ BBFILE_COLLECTIONS += "meta-sancloud" BBFILE_PATTERN_meta-sancloud := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-sancloud = "9" -LAYERSERIES_COMPAT_meta-sancloud = "thud" +LAYERSERIES_COMPAT_meta-sancloud = "dunfell" LAYERDEPENDS_meta-sancloud = " \ core \ meta-ti \ rtlwifi \ " + +BBFILES_DYNAMIC += " \ + meta-arago-distro:${LAYERDIR}/dynamic-layers/meta-arago-distro/*/*/*.bbappend \ + meta-kernel:${LAYERDIR}/dynamic-layers/meta-kernel/*/*/*.bbappend \ + " -- cgit 1.2.3-korg