[RCAR] Change RENESAS_DATADIR value 65/17665/2
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Tue, 28 Aug 2018 07:28:03 +0000 (07:28 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 13 Nov 2018 13:57:43 +0000 (13:57 +0000)
* AGL doesn't use /usr/local for system files.
  All the Renesas libraries and binaries will be installed in  /usr
  instead of /usr/local.

Bug-AGL: SPEC-1571

Change-Id: Ibc40df5d492517773bf89e4e0f117a02d22d90cd
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
meta-agl-bsp/conf/include/agl_h3ulcb.inc
meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc
meta-agl-bsp/conf/include/agl_m3ulcb.inc
meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc [new file with mode: 0644]

index cb4edb4..1e54b02 100644 (file)
@@ -1,3 +1,4 @@
+require conf/include/agl_ulcb-nogfx.inc
 SOC_FAMILY = "r8a7795"
 
 # Enable AGL virtualization features
index e44f8c2..e0db83b 100644 (file)
@@ -1,3 +1,4 @@
+require conf/include/agl_ulcb-nogfx.inc
 SOC_FAMILY = "r8a7796"
 
 # Mask graphic Pkgs
index 46c6f1f..5228f0a 100644 (file)
@@ -1,3 +1,4 @@
+require conf/include/agl_ulcb-nogfx.inc
 SOC_FAMILY = "r8a7796"
 
 # Enable AGL virtualization features
diff --git a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc
new file mode 100644 (file)
index 0000000..44fefc4
--- /dev/null
@@ -0,0 +1 @@
+RENESAS_DATADIR = "/usr"