Change require to include to unbreak builds without ag-sota feature 39/9239/2
authorAnton Gerasimov <anton@advancedtelematic.com>
Tue, 25 Apr 2017 10:06:46 +0000 (12:06 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 25 Apr 2017 18:20:58 +0000 (18:20 +0000)
Bug-AGL: SPEC-557
Bug-AGL: SPEC-558

Change-Id: I06e9dfc28adef4be0fcbe104c9458395dc8efa1d
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9239
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_intel-corei7-64.inc
meta-agl-bsp/conf/include/agl_porter-nogfx.inc
meta-agl-bsp/conf/include/agl_porter.inc
meta-agl-bsp/conf/include/agl_qemux86-64.inc
meta-agl-bsp/conf/include/agl_raspberrypi2.inc
meta-agl-bsp/conf/include/agl_raspberrypi3.inc

index b79b436..228774b 100644 (file)
@@ -24,4 +24,4 @@ IMAGE_INSTALL_append = " \
         va-intel \
         gstreamer-vaapi-1.0 "
 
-require conf/include/local/sota_minnowboard.inc
+include conf/include/local/sota_minnowboard.inc
index 37ff783..f637208 100644 (file)
@@ -19,4 +19,4 @@ UBOOT_MACHINE = "porter_vin_config"
 PREFERRED_PROVIDER_virtual/libgles2 = "mesa"
 PREFERRED_PROVIDER_virtual/egl = "mesa"
 
-require conf/include/local/sota_porter.inc
+include conf/include/local/sota_porter.inc
index 01ee3e4..cac5be7 100644 (file)
@@ -179,4 +179,4 @@ DISTRO_FEATURES_append = " h264avcenc_lib"
 # ARM AAC Encode Middleware for Linux
 #DISTRO_FEATURES_append = " aacenc_mdw"
 
-require conf/include/local/sota_porter.inc
+include conf/include/local/sota_porter.inc
index 341e9ad..a9d320c 100644 (file)
@@ -18,4 +18,4 @@ APPEND += "console=ttyS0,115200n8"
 # All boot message will be off
 APPEND += "quiet"
 
-require conf/include/local/sota_qemux86-64.inc
+include conf/include/local/sota_qemux86-64.inc
index da4a02a..66a0644 100644 (file)
@@ -30,4 +30,4 @@ IMAGE_INSTALL_append = " kernel-modules linux-firmware "
 # Psplash causes crash on first boot on RPi
 IMAGE_FEATURES_remove = "splash"
 
-require conf/include/local/sota_raspberrypi.inc
+include conf/include/local/sota_raspberrypi.inc
index da4a02a..66a0644 100644 (file)
@@ -30,4 +30,4 @@ IMAGE_INSTALL_append = " kernel-modules linux-firmware "
 # Psplash causes crash on first boot on RPi
 IMAGE_FEATURES_remove = "splash"
 
-require conf/include/local/sota_raspberrypi.inc
+include conf/include/local/sota_raspberrypi.inc