diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-08-28 07:28:03 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-13 13:57:43 +0000 |
commit | c0598af6e1165d08a469f957b6ec26b3ab5a6714 (patch) | |
tree | 4a47a4e9718486e5bfb90d2a261d11b7805ddb3c /meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | |
parent | a8036b25650acb07e2d393784c5937c4f6defc9a (diff) |
[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 <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 index 000000000..44fefc454 --- /dev/null +++ b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc @@ -0,0 +1 @@ +RENESAS_DATADIR = "/usr" |