Changed autoconf.h ref to /kernel-build-artifacts 10/25710/2
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Wed, 2 Dec 2020 02:28:51 +0000 (11:28 +0900)
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Thu, 3 Dec 2020 08:22:54 +0000 (08:22 +0000)
By not copying autoconf.h to usr/include/linux and not using it,
changed from linux/autoconf.h to generated/autoconf.h

https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/25647/1/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/agl-basefiles/agl-basefiles_1.0.0.bb#33

Bug-AGL: SPEC-3670

Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: I694147d0427c43a2fc96b26304f5bf60d23de914

agl-basefiles/agldd/moduleid.h
module/kernel-module-evklib/agldd/moduleid.h
service/system/resource_manager/client/Makefile
service/system/resource_manager/server/Makefile
stub/communication_subcpu/client/Makefile

index b18c1a1..248fadc 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
 #ifndef _AGLDD_MODULEID_H_
 #define _AGLDD_MODULEID_H_
 
index b18c1a1..248fadc 100755 (executable)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
 #ifndef _AGLDD_MODULEID_H_
 #define _AGLDD_MODULEID_H_
 
index a2bde46..d0e1808 100755 (executable)
@@ -44,6 +44,7 @@ libresm_SRCS += resmgr_api_lib.c
 CPPFLAGS += -I./
 CPPFLAGS += -I./include
 CPPFLAGS += -I../server/include
+CPPFLAGS += -I$(KERNEL_HEADER_DIR)
 
 ######## add compile option ########
 
index cae9191..97ca9d9 100755 (executable)
@@ -32,6 +32,7 @@ VPATH += ../client
 ######### add include path #############
 CPPFLAGS += -I./include
 CPPFLAGS += -I../client
+CPPFLAGS += -I$(KERNEL_HEADER_DIR)
 
 ######## add compile option ########
 CPPFLAGS += -DFRAMEWORKUNIFIEDLOGOPTIONS=0x08
index b232f9c..884076a 100755 (executable)
@@ -30,6 +30,7 @@ VPATH += include/stub
 ######### add include path #############
 CPPFLAGS += -I./include
 CPPFLAGS += -I./include/$(COMPONENT_NAME)
+CPPFLAGS += -I$(KERNEL_HEADER_DIR)
 
 ######### add compile option #############