diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-07 09:53:38 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-08 09:48:26 +0100 |
commit | a192653b4daa5bac703f22965ed2e85579d3a620 (patch) | |
tree | 7fae819d0bc09e64b41dbd0869f3a84b809a0f4a /recipes-kernel | |
parent | aa209df889e2fce6f231e10552b5e7de4605889a (diff) | |
download | meta-ti-a192653b4daa5bac703f22965ed2e85579d3a620.tar.gz |
linux-omap 2.6.3[79]: fix SRC_URI after kernel.org changes
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-omap_2.6.37.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-omap_2.6.39.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-omap_2.6.37.bb b/recipes-kernel/linux/linux-omap_2.6.37.bb index a79393f1..aa7d2fc4 100644 --- a/recipes-kernel/linux/linux-omap_2.6.37.bb +++ b/recipes-kernel/linux/linux-omap_2.6.37.bb | |||
@@ -12,7 +12,7 @@ SRCREV = "fa3b4e23ec20cfc944db7cc2b30b0d82c20e4472" | |||
12 | 12 | ||
13 | FILESPATHPKG_prepend = "linux-omap-2.6.37:" | 13 | FILESPATHPKG_prepend = "linux-omap-2.6.37:" |
14 | 14 | ||
15 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ | 15 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git \ |
16 | file://defconfig" | 16 | file://defconfig" |
17 | 17 | ||
18 | SRC_URI_append = " \ | 18 | SRC_URI_append = " \ |
diff --git a/recipes-kernel/linux/linux-omap_2.6.39.bb b/recipes-kernel/linux/linux-omap_2.6.39.bb index 3204fbe0..34e24e72 100644 --- a/recipes-kernel/linux/linux-omap_2.6.39.bb +++ b/recipes-kernel/linux/linux-omap_2.6.39.bb | |||
@@ -11,7 +11,7 @@ MACHINE_KERNEL_PR_append = "o" | |||
11 | 11 | ||
12 | FILESPATHPKG_prepend = "linux-omap-2.6.39:" | 12 | FILESPATHPKG_prepend = "linux-omap-2.6.39:" |
13 | 13 | ||
14 | SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ | 14 | SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git \ |
15 | file://defconfig" | 15 | file://defconfig" |
16 | 16 | ||
17 | SRC_URI_append = " \ | 17 | SRC_URI_append = " \ |