diff options
| author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2019-11-27 17:32:08 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:31:51 -0800 |
| commit | 05599f6d2875868bfc2bca30c3dc20d94df74075 (patch) | |
| tree | ab1cda2984199864f3ec69af0d7f28c868783861 /meta-xilinx-standalone/recipes-standalone | |
| parent | bc6e28aadda617d36c5a8cf52ef96aff5a697940 (diff) | |
| download | meta-xilinx-05599f6d2875868bfc2bca30c3dc20d94df74075.tar.gz | |
meta-xilinx: meta-xilinx-standalone: Update source url path
This patch does the below
--> Updated the esw.bbclass SRC_URI to point to gitenterprise/decoupling/embeddedsw
master-next-test branch.
--> Updated the device-tree recipe SRC_URI to point to
gitenterprise/decoupling/device-tree-xlnx master-next-test branches.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-standalone')
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/device-tree/device-tree.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/recipes-standalone/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-standalone/device-tree/device-tree.bbappend index 8db90e48..71ed4971 100644 --- a/meta-xilinx-standalone/recipes-standalone/device-tree/device-tree.bbappend +++ b/meta-xilinx-standalone/recipes-standalone/device-tree/device-tree.bbappend | |||
| @@ -3,8 +3,8 @@ COMPATIBLE_MACHINE_microblaze-pmu = ".*" | |||
| 3 | COMPATIBLE_MACHINE_microblaze-plm = ".*" | 3 | COMPATIBLE_MACHINE_microblaze-plm = ".*" |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | REPO = "git://gitenterprise.xilinx.com/Linux/device-tree-xlnx;protocol=https" | 6 | REPO = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" |
| 7 | BRANCH = "decoupling" | 7 | BRANCH = "master-next-test" |
| 8 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 8 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
| 10 | 10 | ||
