summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-standalone
diff options
context:
space:
mode:
authorAppana Durga Kedareswara rao <appana.durga.rao@xilinx.com>2019-11-27 17:32:08 +0530
committerMark Hatle <mark.hatle@xilinx.com>2020-02-27 08:31:51 -0800
commit05599f6d2875868bfc2bca30c3dc20d94df74075 (patch)
treeab1cda2984199864f3ec69af0d7f28c868783861 /meta-xilinx-standalone/recipes-standalone
parentbc6e28aadda617d36c5a8cf52ef96aff5a697940 (diff)
downloadmeta-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.bbappend4
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 = ".*"
3COMPATIBLE_MACHINE_microblaze-plm = ".*" 3COMPATIBLE_MACHINE_microblaze-plm = ".*"
4 4
5 5
6REPO = "git://gitenterprise.xilinx.com/Linux/device-tree-xlnx;protocol=https" 6REPO = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
7BRANCH = "decoupling" 7BRANCH = "master-next-test"
8BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 8BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
9SRC_URI = "${REPO};${BRANCHARG}" 9SRC_URI = "${REPO};${BRANCHARG}"
10 10