diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2020-02-12 23:57:39 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:33:25 -0800 |
| commit | 3ca3b040923de14d5c10c82fc626f5bd36fc9aa4 (patch) | |
| tree | 553abadb89f15a960ba8193a89a064fa57e2f5db /meta-xilinx-standalone/recipes-bsp | |
| parent | 1c793fc142306de1777341338f1a5c0a6c99c6a7 (diff) | |
| download | meta-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.bbappend | 7 |
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 = ".*" | |||
| 4 | COMPATIBLE_MACHINE_microblaze-plm = ".*" | 4 | COMPATIBLE_MACHINE_microblaze-plm = ".*" |
| 5 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" | 5 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" |
| 6 | 6 | ||
| 7 | REPO = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | 7 | REPO_cortexa53-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" |
| 8 | REPO_cortexr5-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
| 9 | REPO_microblaze-pmu = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
| 10 | REPO_microblaze-plm = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
| 11 | REPO_cortexa72-versal = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
| 12 | |||
| 8 | BRANCH = "master-next-test" | 13 | BRANCH = "master-next-test" |
| 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 10 | SRC_URI = "${REPO};${BRANCHARG}" | 15 | SRC_URI = "${REPO};${BRANCHARG}" |
