From 0f566cba4937fb4e670b75c05ead066038d4efdb Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 13 Jun 2023 00:23:25 -0700 Subject: [PATCH] Support more PetaLinux releases Signed-off-by: Alex Forencich --- .../fpga/ps/petalinux/project-spec/meta-user/conf/layer.conf | 2 +- .../ps/petalinux/project-spec/meta-user/conf/layer.conf | 2 +- meta-corundum/conf/layer.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fpga/mqnic/ZCU102/fpga/ps/petalinux/project-spec/meta-user/conf/layer.conf b/fpga/mqnic/ZCU102/fpga/ps/petalinux/project-spec/meta-user/conf/layer.conf index 2895a8c0c..d8f623201 100644 --- a/fpga/mqnic/ZCU102/fpga/ps/petalinux/project-spec/meta-user/conf/layer.conf +++ b/fpga/mqnic/ZCU102/fpga/ps/petalinux/project-spec/meta-user/conf/layer.conf @@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-user" BBFILE_PATTERN_meta-user = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-user = "7" -LAYERSERIES_COMPAT_meta-user = "gatesgarth" +LAYERSERIES_COMPAT_meta-user = "gatesgarth zeus" diff --git a/fpga/mqnic/ZCU106/fpga_zynqmp/ps/petalinux/project-spec/meta-user/conf/layer.conf b/fpga/mqnic/ZCU106/fpga_zynqmp/ps/petalinux/project-spec/meta-user/conf/layer.conf index 2895a8c0c..d8f623201 100644 --- a/fpga/mqnic/ZCU106/fpga_zynqmp/ps/petalinux/project-spec/meta-user/conf/layer.conf +++ b/fpga/mqnic/ZCU106/fpga_zynqmp/ps/petalinux/project-spec/meta-user/conf/layer.conf @@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "meta-user" BBFILE_PATTERN_meta-user = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-user = "7" -LAYERSERIES_COMPAT_meta-user = "gatesgarth" +LAYERSERIES_COMPAT_meta-user = "gatesgarth zeus" diff --git a/meta-corundum/conf/layer.conf b/meta-corundum/conf/layer.conf index 311fc241e..90d462ed5 100644 --- a/meta-corundum/conf/layer.conf +++ b/meta-corundum/conf/layer.conf @@ -3,4 +3,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-corundum" BBFILE_PATTERN_meta-corundum = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-corundum = "5" -LAYERSERIES_COMPAT_meta-corundum = "gatesgarth" +LAYERSERIES_COMPAT_meta-corundum = "gatesgarth zeus"