diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-08-28 07:28:03 +0000 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-10-12 15:49:17 +0000 |
commit | 72b92059309fd16783ee32daddc081d9c9d6e67a (patch) | |
tree | 6640e90de7109f84f830c3451dbd67af3312fe3a /meta-agl-bsp/conf | |
parent | 8230effc9f8e39e95a7364eb38b53aad910d139f (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')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | 2 |
1 files changed, 2 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 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" |