diff options
| -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}" |
