From 34d32dbb0cea889f1091b9e73329841dbb578ef9 Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Fri, 18 Dec 2020 00:38:34 +0900 Subject: Changed the path of agl.mk in the Makefile for each service. Changed the location of agl.mk from sysroot to src folder. Therefore, the Yocto recipes need to change the S and subpath. Signed-off-by: Riku Nomoto Change-Id: If0c6da774faf82237acbeb1f7d33f4dbc2858906 --- service/peripheral/peripheral_service.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/peripheral/peripheral_service.mk') diff --git a/service/peripheral/peripheral_service.mk b/service/peripheral/peripheral_service.mk index 561c241..a573f92 100755 --- a/service/peripheral/peripheral_service.mk +++ b/service/peripheral/peripheral_service.mk @@ -41,4 +41,4 @@ COMPONENT_LDFLAGS := ############################################################## -include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk +include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk -- cgit 1.2.3-korg