diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dra7xx-evm/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/dragonboard-410c/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/intel-corei7-64/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/qemux86-64/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/qemux86/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/raspberrypi2/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/raspberrypi3/conf/bblayers.conf.sample | 1 | ||||
-rw-r--r-- | templates/wandboard/conf/bblayers.conf.sample | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/templates/dra7xx-evm/conf/bblayers.conf.sample b/templates/dra7xx-evm/conf/bblayers.conf.sample index a0ba47efa..f7d577fec 100644 --- a/templates/dra7xx-evm/conf/bblayers.conf.sample +++ b/templates/dra7xx-evm/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-ti \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/dragonboard-410c/conf/bblayers.conf.sample b/templates/dragonboard-410c/conf/bblayers.conf.sample index 8e1442ec5..8198c3623 100644 --- a/templates/dragonboard-410c/conf/bblayers.conf.sample +++ b/templates/dragonboard-410c/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-qcom \ + ##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 9b0e38388..b7c0b9cdc 100644 --- a/templates/intel-corei7-64/conf/bblayers.conf.sample +++ b/templates/intel-corei7-64/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-intel \ + ##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 b3047f78b..8a92fefa2 100644 --- a/templates/qemux86-64/conf/bblayers.conf.sample +++ b/templates/qemux86-64/conf/bblayers.conf.sample @@ -18,6 +18,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ + ##OEROOT##/../meta-openembedded/meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index b3047f78b..8a92fefa2 100644 --- a/templates/qemux86/conf/bblayers.conf.sample +++ b/templates/qemux86/conf/bblayers.conf.sample @@ -18,6 +18,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ + ##OEROOT##/../meta-openembedded/meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/templates/raspberrypi2/conf/bblayers.conf.sample b/templates/raspberrypi2/conf/bblayers.conf.sample index 108d927c1..98eb76ecc 100644 --- a/templates/raspberrypi2/conf/bblayers.conf.sample +++ b/templates/raspberrypi2/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-raspberrypi \ + ##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 108d927c1..98eb76ecc 100644 --- a/templates/raspberrypi3/conf/bblayers.conf.sample +++ b/templates/raspberrypi3/conf/bblayers.conf.sample @@ -19,6 +19,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-networking \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-raspberrypi \ + ##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 1714e1f12..ec5cbca92 100644 --- a/templates/wandboard/conf/bblayers.conf.sample +++ b/templates/wandboard/conf/bblayers.conf.sample @@ -20,6 +20,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-fsl-arm \ ##OEROOT##/../meta-fsl-arm-extra \ + ##OEROOT##/../meta-rust \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ |