mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
e3fecc19a3
commit
63c33a1b44
|
@ -23,7 +23,7 @@ BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer
|
||||||
|
|
||||||
BBFILES_DYNAMIC += " \
|
BBFILES_DYNAMIC += " \
|
||||||
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
|
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
|
||||||
raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \
|
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
|
||||||
xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \
|
xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \
|
||||||
xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \
|
xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user