diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-06-18 10:37:57 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-06-28 16:55:13 +0200 |
commit | bf0b263b00e441fcba8ff11f8606967b7f58e232 (patch) | |
tree | c5850f27ac8c171667b972dab6ec6fbf8e049760 /templates/machine/m3ulcb/50_local.conf.inc | |
parent | aadd4e301dbd26cdddaed5053bfe9a2cb362b84f (diff) |
[GEN3 KF] Configure GPS device
* For the Renesas Gen3 extention board Kingfisher,
we must specify the GPS device for gpsd service.
* Create a new machine type kingfisher.
Bug-AGL: SPEC-1538
Change-Id: If6b7e49f6a006218e57c58e15855e0d65eb849cd
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'templates/machine/m3ulcb/50_local.conf.inc')
-rw-r--r-- | templates/machine/m3ulcb/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/m3ulcb/50_local.conf.inc b/templates/machine/m3ulcb/50_local.conf.inc index c75bc5311..e2fe41a8a 100644 --- a/templates/machine/m3ulcb/50_local.conf.inc +++ b/templates/machine/m3ulcb/50_local.conf.inc @@ -1,3 +1,6 @@ MACHINE = "m3ulcb" #see meta-agl/meta-agl-bsp/conf/include/agl_m3ulcb.inc require conf/include/agl_m3ulcb.inc + +#see meta-agl/meta-agl-bsp/meta-rcar-gen3-adas/conf/include/rcar-gen3-adas.inc +require conf/include/rcar-gen3-adas.inc |