diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf index f21638c409..04947c09dc 100644 --- a/meta/conf/machine/beagleboard.conf +++ b/meta/conf/machine/beagleboard.conf | |||
@@ -24,7 +24,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " | |||
24 | # Guesswork | 24 | # Guesswork |
25 | SERIAL_CONSOLE = "115200 ttyO2" | 25 | SERIAL_CONSOLE = "115200 ttyO2" |
26 | 26 | ||
27 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-stable" | 27 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
28 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 28 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
29 | 29 | ||
30 | KERNEL_IMAGETYPE = "uImage" | 30 | KERNEL_IMAGETYPE = "uImage" |
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" |