summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neill <richard.neill@arm.com>2021-05-13 16:58:12 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-13 23:27:16 -0400
commit8d64cecb96b01b5abf55badaf66dbed541de5900 (patch)
tree75a0850f4c396966a125e443bde95fe7bed7899c
parent571767ad2039c9c29d3a5ca164f4ce09c670a8b8 (diff)
downloadmeta-virtualization-8d64cecb96b01b5abf55badaf66dbed541de5900.tar.gz
xen, rpi4: fix typo in raspberrypi dynamic-layers inclusion
Signed-off-by: Richard Neill <richard.neill@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 23c2e391..70d98ce7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -23,7 +23,7 @@ BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ 25 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
26 raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ 26 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
27 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \ 27 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \
28 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \ 28 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \
29" 29"