From 72b92059309fd16783ee32daddc081d9c9d6e67a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 28 Aug 2018 07:28:03 +0000 Subject: [RCAR] Change RENESAS_DATADIR value * 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 --- meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc index d8dc3b034..c713d71ec 100644 --- a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc @@ -6,3 +6,5 @@ OSTREE_BOOTLOADER ?= "u-boot" WKS_FILE = "singlepart-noloader.wks" AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" + +RENESAS_DATADIR = "/usr" -- cgit 1.2.3-korg