diff options
Diffstat (limited to 'meta-skeleton/recipes-kernel')
-rw-r--r-- | meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 42162f3c4a..c3291064bb 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | |||
@@ -46,7 +46,7 @@ require recipes-kernel/linux/linux-yocto.inc | |||
46 | 46 | ||
47 | # Override SRC_URI in a bbappend file to point at a different source | 47 | # Override SRC_URI in a bbappend file to point at a different source |
48 | # tree if you do not want to build from Linus' tree. | 48 | # tree if you do not want to build from Linus' tree. |
49 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1" | 49 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1;name=machine" |
50 | 50 | ||
51 | LINUX_VERSION ?= "3.4" | 51 | LINUX_VERSION ?= "3.4" |
52 | LINUX_VERSION_EXTENSION ?= "-custom" | 52 | LINUX_VERSION_EXTENSION ?= "-custom" |