summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2020-02-12 23:57:39 -0800
committerMark Hatle <mark.hatle@xilinx.com>2020-02-27 08:33:25 -0800
commit3ca3b040923de14d5c10c82fc626f5bd36fc9aa4 (patch)
tree553abadb89f15a960ba8193a89a064fa57e2f5db /meta-xilinx-standalone/recipes-bsp
parent1c793fc142306de1777341338f1a5c0a6c99c6a7 (diff)
downloadmeta-xilinx-3ca3b040923de14d5c10c82fc626f5bd36fc9aa4.tar.gz
device-tree: Override repo for supported machines
The deocupling device-tree repo does not currently work with machines like the zcu102-zynqmp, while the default repo does work fine. Set overrides for the decoupling working machines, while keeping the REPO as it was by default for other machines to avoid this error. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
index 0397c2fc..69b1ff5f 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -4,7 +4,12 @@ COMPATIBLE_MACHINE_microblaze-pmu = ".*"
4COMPATIBLE_MACHINE_microblaze-plm = ".*" 4COMPATIBLE_MACHINE_microblaze-plm = ".*"
5COMPATIBLE_MACHINE_cortexa72-versal = ".*" 5COMPATIBLE_MACHINE_cortexa72-versal = ".*"
6 6
7REPO = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" 7REPO_cortexa53-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
8REPO_cortexr5-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
9REPO_microblaze-pmu = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
10REPO_microblaze-plm = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
11REPO_cortexa72-versal = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
12
8BRANCH = "master-next-test" 13BRANCH = "master-next-test"
9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 14BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
10SRC_URI = "${REPO};${BRANCHARG}" 15SRC_URI = "${REPO};${BRANCHARG}"