summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-08-30 09:56:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 16:23:46 +0100
commit88c5e10d6296efb175f05c3aae6e308972854cb1 (patch)
treec3ca1c762f9caec38908f8a2ab1cf4933b69e9e6 /meta/recipes-kernel/linux
parent5c0e6cfdd9342dae634ed85facba387e03bc207b (diff)
downloadpoky-88c5e10d6296efb175f05c3aae6e308972854cb1.tar.gz
remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.10.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.8.bb2
10 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index c2ce3f6b42..ccca2dfd17 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -15,7 +15,7 @@ KBRANCH = "standard/base"
15KBRANCH_DEFAULT = "${KBRANCH}" 15KBRANCH_DEFAULT = "${KBRANCH}"
16KMETA = "meta" 16KMETA = "meta"
17 17
18SRC_URI = "git://git.pokylinux.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta" 18SRC_URI = "git://git.pokylinux.org/linux-yocto-dev.git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
19 19
20# Set default SRCREVs. Both the machine and meta SRCREVs are statically set 20# Set default SRCREVs. Both the machine and meta SRCREVs are statically set
21# to the korg v3.7 tag, and hence prevent network access during parsing. If 21# to the korg v3.7 tag, and hence prevent network access during parsing. If
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index 0e137ff119..cfcb71141b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -7,7 +7,7 @@ SRCREV_machine ?= "8a9b4902683f586f7d656c2e6747e314a5e1ed0e"
7SRCREV_machine_qemuppc ?= "655d20d4f64dc053b40ac8d8fe44b82dec5e130a" 7SRCREV_machine_qemuppc ?= "655d20d4f64dc053b40ac8d8fe44b82dec5e130a"
8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
12LINUX_VERSION ?= "3.10.9" 12LINUX_VERSION ?= "3.10.9"
13 13
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index 632d6245bb..438b511272 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -15,7 +15,7 @@ SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
17 17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
19 19
20# Omit broken machines from COMPATIBLE_MACHINE 20# Omit broken machines from COMPATIBLE_MACHINE
21# qemuppc hangs at boot 21# qemuppc hangs at boot
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index 647ace6162..f1327d5ba3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -15,7 +15,7 @@ SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
17 17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 18SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
19 19
20# Omit broken machines from COMPATIBLE_MACHINE 20# Omit broken machines from COMPATIBLE_MACHINE
21# qemuppc hangs at boot 21# qemuppc hangs at boot
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 82dea9c97b..5b8462062c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -14,7 +14,7 @@ SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
18 18
19COMPATIBLE_MACHINE = "(qemux86)" 19COMPATIBLE_MACHINE = "(qemux86)"
20 20
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 7e01a96b01..d28da9e1a9 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -18,7 +18,7 @@ SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23COMPATIBLE_MACHINE = "(qemux86)" 23COMPATIBLE_MACHINE = "(qemux86)"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
index 06d6b129a4..5c5320735b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -18,7 +18,7 @@ SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
18PR = "${INC_PR}.1" 18PR = "${INC_PR}.1"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23COMPATIBLE_MACHINE = "(qemux86)" 23COMPATIBLE_MACHINE = "(qemux86)"
24 24
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
index cacb87321f..71218812be 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb
@@ -12,7 +12,7 @@ SRCREV_machine_qemumips64 ?= "10a8db0603d7186633a6bf90e2308710763e718e"
12SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da" 12SRCREV_machine ?= "7144bcc4b8091675bfcf1941479067857b6242da"
13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 13SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16
17LINUX_VERSION ?= "3.10.9" 17LINUX_VERSION ?= "3.10.9"
18 18
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 3aea1f9a10..f1bb3433da 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -11,7 +11,7 @@ SRCREV_machine_qemux86-64 ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee"
11SRCREV_machine ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee" 11SRCREV_machine ?= "ea977edd05ae2ebfa82731e0bee309bdfd08abee"
12SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7" 12SRCREV_meta ?= "f36797c2df3fbe9491c8ac5977fb691f4a75e9b7"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.59" 16LINUX_VERSION ?= "3.4.59"
17 17
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index 790e3e351f..4a2ddea519 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -12,7 +12,7 @@ SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
12SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" 12SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
13SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc" 13SRCREV_meta ?= "e7f42a416a60499db3771181357b29b3b3c424cc"
14 14
15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
16 16
17LINUX_VERSION ?= "3.8.13" 17LINUX_VERSION ?= "3.8.13"
18 18