summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-01-18 00:19:29 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-18 13:28:09 +0000
commitd6e2fffc5cd4529d437ae5e04a21034ce0a3f7ce (patch)
treecac8cb8481ae0b2ee43465ca7f3e99a2c07fa079
parent486e19d180ae8bfc2693e090f2cd393ebfa86145 (diff)
downloadpoky-d6e2fffc5cd4529d437ae5e04a21034ce0a3f7ce.tar.gz
linux-yocto/meta: update include statements to explicit .scc format
The kernel tooling can support a "shorthand" method of including other features that doesn't require the full filename ending in .scc. This format is confusing when compared to the source tree, and is inconsitently use. This commit updates all shorthand includes to a full "include <foo>.scc" format. [YOCTO #3418] (From OE-Core rev: acf015f079907da8a4f1b80e44bb64bc7696a6ad) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb2
3 files changed, 3 insertions, 3 deletions
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 93adb068fe..2674090e60 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
10 10
11SRCREV_machine ?= "729e8634f75bf10582916eae6b5b96325785c001" 11SRCREV_machine ?= "729e8634f75bf10582916eae6b5b96325785c001"
12SRCREV_machine_qemuppc ?= "15ce18fac50c49ea4893b0d7ed3d0086ef9c7448" 12SRCREV_machine_qemuppc ?= "15ce18fac50c49ea4893b0d7ed3d0086ef9c7448"
13SRCREV_meta ?= "7e0cd2990798aae80565baa17d3b6c771874f284" 13SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
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 80a1ecba59..083cdf5a70 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.4.24"
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" 15SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f"
16SRCREV_meta ?= "7e0cd2990798aae80565baa17d3b6c771874f284" 16SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89"
17 17
18PR = "${INC_PR}.0" 18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index b7a2472b6a..35f0074058 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "1c8a1aa8cc839f0328edbfe0d755100368bc4ae6"
9SRCREV_machine_qemux86 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" 9SRCREV_machine_qemux86 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f"
10SRCREV_machine_qemux86-64 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" 10SRCREV_machine_qemux86-64 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f"
11SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" 11SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f"
12SRCREV_meta ?= "7e0cd2990798aae80565baa17d3b6c771874f284" 12SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89"
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;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15