diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-02-01 08:24:48 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-03 11:52:32 -0800 |
commit | 3a70078c369def85aca1086ac8ca83d082bb27ec (patch) | |
tree | ae5b64dfe80dbd59e55e3aacdec20f8750654c17 /meta/recipes-kernel | |
parent | 8a52fda62fb9e51f51e2504b617890ee9fe8b73a (diff) | |
download | poky-3a70078c369def85aca1086ac8ca83d082bb27ec.tar.gz |
beagleboard: set kernel provider to linux-yocto (2.6.37)
Support has been added for basic Beagleboard xM functionality,
including networking, to the linux-yocto kernel repository.
Tested on the Beagleboard xM.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 5f126b37b7..cc52397006 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb | |||
@@ -20,7 +20,7 @@ SRCREV_FORMAT = "meta_machine" | |||
20 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta \ | 20 | SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta \ |
21 | file://tools-perf-no-scripting.patch" | 21 | file://tools-perf-no-scripting.patch" |
22 | 22 | ||
23 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro)" | 23 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)" |
24 | 24 | ||
25 | # Functionality flags | 25 | # Functionality flags |
26 | KERNEL_REVISION_CHECKING ?= "t" | 26 | KERNEL_REVISION_CHECKING ?= "t" |