| Submitter | Guillaume GARDET |
|---|---|
| Date | Dec. 6, 2011, 1:21 p.m. |
| Message ID | <1323177679-8736-1-git-send-email-guillaume.gardet@oliseo.fr> |
| Download | mbox | patch |
| Permalink | /patch/16303/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 06-12-11 14:21, Guillaume GARDET schreef: > Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr> --- > recipes/linux/linux-omap_2.6.29.bb | 2 +- 1 files changed, 1 > insertions(+), 1 deletions(-) > > diff --git a/recipes/linux/linux-omap_2.6.29.bb > b/recipes/linux/linux-omap_2.6.29.bb index a87fb25..3248dc3 100644 --- > a/recipes/linux/linux-omap_2.6.29.bb +++ > b/recipes/linux/linux-omap_2.6.29.bb @@ -17,7 +17,7 @@ SRCREV = > "58cf2f1425abfd3a449f9fe985e48be2d2555022" # The main PR is now using > MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc PR_append > = "+gitr${SRCREV}" > > -SRC_URI = > "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git > \ +SRC_URI = > "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git > \ file://defconfig" Acked-by: Koen Kooi <k-kooi@ti.com> But which machine is still using such an old kernel? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk7eQaEACgkQMkyGM64RGpE3/wCfSG7fhgerwSWAQ92KvXp6jdK0 b2MAoI+O9/UI3xiEvUpqs/iJ7ejsY/od =eomX -----END PGP SIGNATURE-----
This is for beagleboard but it seems there are recipes for newer kernels but they are not used by default. Oh, theu have the same bad URL, should fix it. Best regards, Guillaume
On Tue, Dec 06, 2011 at 06:20:19PM +0100, Guillaume GARDET - Olis?o wrote: > This is for beagleboard but it seems there are recipes for newer kernels > but they are not used by default. > Oh, theu have the same bad URL, should fix it. While you are at it, please fix these (some are outdated, but still): $ grep 'tmlind/linux-omap-2.6' * linux-kexecboot_2.6.32.bb:SRC_URI_append_omap3 = " git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;rev=6833f1a8cdcb65a370f898bde6b6af63f81962df \ linux-omap_2.6.26.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.27.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.28.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;branch=omap-2.6.28;protocol=git \ linux-omap_2.6.29.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.31.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.32.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.37.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.38.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_2.6.39.bb:SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap2_git.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ linux-omap_git.bb:SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
Hi, I will send a patch V2 with all URLs fixed. Guillaume
Patch
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index a87fb25..3248dc3 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -17,7 +17,7 @@ SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc PR_append = "+gitr${SRCREV}" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git \ file://defconfig" SRC_URI_append = " \
Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr> --- recipes/linux/linux-omap_2.6.29.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)