Changed the path of agl.mk in the Makefile for each service. 26/25826/2
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Thu, 17 Dec 2020 15:38:34 +0000 (00:38 +0900)
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Sat, 19 Dec 2020 11:20:15 +0000 (11:20 +0000)
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

hal/can_hal/can_hal.mk
service/native/native_service.mk
service/other/other_service.mk
service/peripheral/peripheral_service.mk
service/system/system_service.mk
service/vehicle/vehicle_service.mk
stub/stub.mk

index 546d6ad..0985743 100755 (executable)
@@ -35,5 +35,4 @@ COMPONENT_LDLIBS :=
 COMPONENT_LDFLAGS :=
 
 ##############################################################
-
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk
index 74daaf0..3c0fd92 100755 (executable)
@@ -41,4 +41,4 @@ COMPONENT_LDFLAGS :=
  
 ##############################################################
  
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk
index 63a03ab..e83aa10 100755 (executable)
@@ -39,4 +39,4 @@ COMPONENT_LDFLAGS :=
  
 ##############################################################
  
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk
index 561c241..a573f92 100755 (executable)
@@ -41,4 +41,4 @@ COMPONENT_LDFLAGS :=
  
 ##############################################################
  
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk
index c1aa32c..fd33c6d 100755 (executable)
@@ -41,4 +41,4 @@ COMPONENT_LDFLAGS :=
  
 ##############################################################
  
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk
index 8e753fb..bf1cebb 100755 (executable)
@@ -39,4 +39,4 @@ COMPONENT_LDFLAGS :=
  
 ##############################################################
  
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk
index b938c6d..860f66d 100755 (executable)
@@ -38,5 +38,4 @@ COMPONENT_LDFLAGS :=
  
 ##############################################################
  
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
-
+include $(CURRENT_DIR)/../agl-basefiles/share/agl.mk