From: Leon Anavi Date: Wed, 4 May 2016 12:50:57 +0000 (+0000) Subject: bblayers.conf.sample: Add meta-rust X-Git-Tag: 2.0.0~19 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=27d10e87ed68653f010df94a699f80d4811ff007 bblayers.conf.sample: Add meta-rust Add meta-rust to bblayers.conf because the layer is required for building RVI SOTA Client. Bug-AGL: SPEC-176 Change-Id: I577ea56ca043f541c8cad5e5e03c9182e03946e9 Signed-off-by: Leon Anavi --- diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index 884cc2446..5871c3a51 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/dra7xx-evm/conf/bblayers.conf.sample b/templates/dra7xx-evm/conf/bblayers.conf.sample index 7595f3bbb..3dce81c6e 100644 --- a/templates/dra7xx-evm/conf/bblayers.conf.sample +++ b/templates/dra7xx-evm/conf/bblayers.conf.sample @@ -22,6 +22,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/intel-corei7-64/conf/bblayers.conf.sample b/templates/intel-corei7-64/conf/bblayers.conf.sample index e3d5d597c..f06a31704 100644 --- a/templates/intel-corei7-64/conf/bblayers.conf.sample +++ b/templates/intel-corei7-64/conf/bblayers.conf.sample @@ -22,6 +22,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/qemux86-64/conf/bblayers.conf.sample b/templates/qemux86-64/conf/bblayers.conf.sample index 49042f9a7..9e161a7b3 100644 --- a/templates/qemux86-64/conf/bblayers.conf.sample +++ b/templates/qemux86-64/conf/bblayers.conf.sample @@ -21,6 +21,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index 49042f9a7..9e161a7b3 100644 --- a/templates/qemux86/conf/bblayers.conf.sample +++ b/templates/qemux86/conf/bblayers.conf.sample @@ -21,6 +21,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/raspberrypi2/conf/bblayers.conf.sample b/templates/raspberrypi2/conf/bblayers.conf.sample index 0bfd2faaa..b023cf216 100644 --- a/templates/raspberrypi2/conf/bblayers.conf.sample +++ b/templates/raspberrypi2/conf/bblayers.conf.sample @@ -22,6 +22,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/raspberrypi3/conf/bblayers.conf.sample b/templates/raspberrypi3/conf/bblayers.conf.sample index 0bfd2faaa..b023cf216 100644 --- a/templates/raspberrypi3/conf/bblayers.conf.sample +++ b/templates/raspberrypi3/conf/bblayers.conf.sample @@ -22,6 +22,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/wandboard/conf/bblayers.conf.sample b/templates/wandboard/conf/bblayers.conf.sample index 4a577bc46..b6dce2624 100644 --- a/templates/wandboard/conf/bblayers.conf.sample +++ b/templates/wandboard/conf/bblayers.conf.sample @@ -23,6 +23,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \