diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2020-07-09 13:55:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-10 11:23:43 +0000 |
commit | 6ba4f05f5815ca390a05463f98952502d6a10754 (patch) | |
tree | 8d2fe22221c1b9356d23a09dc4bdfd01f06e824e /templates/machine/h3-salvator-x/50_bblayers.conf.inc | |
parent | 1c60ee48fe324b759313df30160bbb946691b695 (diff) |
[RCAR] Fix Renesas BSP path for h3-salvator
Bug-AGL: SPEC-3443
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I8ffb32570c1dcf1d68916ecf817aeef2192de81b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24958
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/h3-salvator-x/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/h3-salvator-x/50_bblayers.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/h3-salvator-x/50_bblayers.conf.inc b/templates/machine/h3-salvator-x/50_bblayers.conf.inc index 7b0db440a..16397c2eb 100644 --- a/templates/machine/h3-salvator-x/50_bblayers.conf.inc +++ b/templates/machine/h3-salvator-x/50_bblayers.conf.inc @@ -1,3 +1,3 @@ BBLAYERS =+ "\ - ${METADIR}/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3 \ + ${METADIR}/bsp/meta-renesas/meta-rcar-gen3 \ " |