summaryrefslogtreecommitdiffstats
path: root/conf
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:07:55 -0400
commit339b69f29ed571b6b2822ac3d4516d1784837ab8 (patch)
tree1a4c9abf586b28f1e54bc05dc9d57ff0307a1878 /conf
parentaeb9cad5327edc6ef0264771a35817f531384526 (diff)
downloadmeta-virtualization-339b69f29ed571b6b2822ac3d4516d1784837ab8.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>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f1f468bb..b3e52836 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,7 +13,7 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
13 13
14BBFILES_DYNAMIC += " \ 14BBFILES_DYNAMIC += " \
15 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ 15 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
16 raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ 16 raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
17 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \ 17 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \
18 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \ 18 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \
19" 19"