diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-18 00:38:34 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-19 11:20:15 +0000 |
commit | 34d32dbb0cea889f1091b9e73329841dbb578ef9 (patch) | |
tree | 5f4bf34dc5d90afe375d3bf42522b5593c699e20 /stub | |
parent | eea0653077cedf807c8acab32b89b70b4358da85 (diff) |
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 <riku_nomoto@mail.toyota.co.jp>
Change-Id: If0c6da774faf82237acbeb1f7d33f4dbc2858906
Diffstat (limited to 'stub')
-rwxr-xr-x | stub/stub.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stub/stub.mk b/stub/stub.mk index b938c6d..860f66d 100755 --- a/stub/stub.mk +++ b/stub/stub.mk @@ -38,5 +38,4 @@ COMPONENT_LDFLAGS := ############################################################## -include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk - +include $(CURRENT_DIR)/../agl-basefiles/share/agl.mk |