summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-03-25 13:10:18 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-03-25 13:10:18 +1000
commit8430065e4a16e3f717faefe91cf6287c242627aa (patch)
tree30f3c8b7ba7b1ddf458e635461b6ff1c37171c65
parent4e299f444ba3fd2a757d2e0b7e2ff59087c188b0 (diff)
downloadmeta-xilinx-8430065e4a16e3f717faefe91cf6287c242627aa.tar.gz
linux-xlnx: Update SRC_URI to use https instead of git
* Cleaned up the comments for tags used Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--recipes-kernel/linux/linux-xlnx-dev.bb2
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc2
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.10.bb2
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.8.bb2
4 files changed, 3 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-dev.bb
index 95e8af68..b1800e9c 100644
--- a/recipes-kernel/linux/linux-xlnx-dev.bb
+++ b/recipes-kernel/linux/linux-xlnx-dev.bb
@@ -25,8 +25,6 @@ KBRANCH_DEFAULT = "master"
25 25
26include linux-xlnx.inc 26include linux-xlnx.inc
27 27
28SRC_URI = "git://github.com/Xilinx/linux-xlnx.git;protocol=git;branch=${KBRANCH}"
29
30# Set default SRCREVs. SRCREVs statically set to prevent network access during 28# Set default SRCREVs. SRCREVs statically set to prevent network access during
31# parsing. If linux-xlnx-dev is the preferred provider, they will be overridden 29# parsing. If linux-xlnx-dev is the preferred provider, they will be overridden
32# to AUTOREV in the anonymous python routine and resolved when the variables 30# to AUTOREV in the anonymous python routine and resolved when the variables
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index f1a7f829..74f9bc71 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -10,7 +10,7 @@ PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}"
10 10
11# Sources 11# Sources
12KBRANCH ?= "master" 12KBRANCH ?= "master"
13SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;branch=${KBRANCH}" 13SRC_URI = "git://github.com/Xilinx/linux-xlnx.git;protocol=https;branch=${KBRANCH}"
14FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" 14FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
15 15
16# Source Directory 16# Source Directory
diff --git a/recipes-kernel/linux/linux-xlnx_3.10.bb b/recipes-kernel/linux/linux-xlnx_3.10.bb
index a76084f4..6df3aeb1 100644
--- a/recipes-kernel/linux/linux-xlnx_3.10.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.10.bb
@@ -4,7 +4,7 @@ include linux-xlnx.inc
4PR = "r1" 4PR = "r1"
5 5
6# Kernel version and SRCREV correspond to: 6# Kernel version and SRCREV correspond to:
7# github.com/Xilinx/linux-xlnx.git xilinx-v14.7 tag 7# xilinx-v14.7 tag
8LINUX_VERSION = "3.10" 8LINUX_VERSION = "3.10"
9SRCREV = "efc27505715e64526653f35274717c0fc56491e3" 9SRCREV = "efc27505715e64526653f35274717c0fc56491e3"
10 10
diff --git a/recipes-kernel/linux/linux-xlnx_3.8.bb b/recipes-kernel/linux/linux-xlnx_3.8.bb
index c6fd35e4..cbced47c 100644
--- a/recipes-kernel/linux/linux-xlnx_3.8.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.8.bb
@@ -4,7 +4,7 @@ include linux-xlnx.inc
4 4
5PR = "r1" 5PR = "r1"
6 6
7# Kernel version and SRCREV correspond to: github.com/Xilinx xlnx_3.8 branch 7# Kernel version and SRCREV correspond to: xlnx_3.8 branch
8LINUX_VERSION = "3.8" 8LINUX_VERSION = "3.8"
9SRCREV = "f4ff79d44a966ebea6229213816d17eb472b303e" 9SRCREV = "f4ff79d44a966ebea6229213816d17eb472b303e"
10 10