From dfc94b8254a86b2c94bec6a68068b2ed5861f66e Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Tue, 7 Dec 2021 18:31:11 +0100 Subject: meta-app-framework: add new AGL feature and fix build This layer uses a new `agl-app-fw` feature to guard bbappends, so this commit declares it in the conf include and makes sure it's used when the feature is enabled. Moreover, the `layer.conf` files referenced a non-existent `licenses` folder, causing build issues. This commit fixes this by not adding this folder to LICENSE_PATH. Bug-AGL: SPEC-4161 Change-Id: I3360b0f3b36413e741de2d2d3e4a98fff1e1e8db Signed-off-by: Arnaud Ferraris Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26973 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/feature/agl-app-framework/50_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/feature/agl-app-framework/50_local.conf.inc b/templates/feature/agl-app-framework/50_local.conf.inc index de1b9dde0..ce541a7b0 100644 --- a/templates/feature/agl-app-framework/50_local.conf.inc +++ b/templates/feature/agl-app-framework/50_local.conf.inc @@ -1,2 +1,2 @@ #see meta-agl/meta-app-framework/conf/include/agl-app-framework.inc -#require conf/include/agl-app-framework.inc +require conf/include/agl-app-framework.inc -- cgit 1.2.3-korg