summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 18:09:25 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-22 15:51:24 -0400
commitb40be07bf0f9c463d2eff3609f507387942e61f1 (patch)
tree2bf54131e112c0eb2bbe60488dd95374c3d9f76f /conf
parent2ee6fcd29b34638f8c0e98e5068150b6af9c76be (diff)
downloadmeta-virtualization-b40be07bf0f9c463d2eff3609f507387942e61f1.tar.gz
conf: enable xilinx dynamic layer
Signed-off-by: Bruce Ashfield <bruce.ashfield@xilinx.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 1ec7a157..16d071b2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -24,6 +24,8 @@ BBFILES += "${@' '.join('${LAYERDIR}/dynamic-layers/%s/recipes*/*/*.bb' % layer
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/rasbperrypi/*/*/*.bbappend \
27 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \
28 xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \
27" 29"
28 30
29# This should only be incremented on significant changes that will 31# This should only be incremented on significant changes that will