From b40be07bf0f9c463d2eff3609f507387942e61f1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Sep 2020 18:09:25 -0700 Subject: [PATCH] conf: enable xilinx dynamic layer Signed-off-by: Bruce Ashfield Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) 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 BBFILES_DYNAMIC += " \ raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \ raspberrypi:${LAYERDIR}/dynamic-layers/rasbperrypi/*/*/*.bbappend \ + xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bb \ + xilinx:${LAYERDIR}/dynamic-layers/xilinx/*/*/*.bbappend \ " # This should only be incremented on significant changes that will