diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-24 16:31:06 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-25 10:41:29 +0100 |
commit | 3c914fdb6a1d89e1aaa2c8c71597f99d2099ad34 (patch) | |
tree | 70e3d5bb213ffbc4d933c58135b8e2c42ca5f83f /meta-yocto-bsp/conf | |
parent | 27874b70f47e0b6493e101319b3b3b580c0e5e99 (diff) | |
download | poky-3c914fdb6a1d89e1aaa2c8c71597f99d2099ad34.tar.gz |
beagleboard: update to 3.4
Updating the default preference of the beagleboard to the 3.4
kernel.
build, boot and testing has been done on the beagleboard (revC) and
beagleboard XM. Existing functionality has been confirmed using
core-image-sato, and in particular mouse, keyboard and graphics have
been re-validated.
(From meta-yocto rev: 32c46737618a7e2b084d807a901000ae9abc1354)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf index dbce1e2426..6633880da1 100644 --- a/meta-yocto-bsp/conf/machine/beagleboard.conf +++ b/meta-yocto-bsp/conf/machine/beagleboard.conf | |||
@@ -29,7 +29,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " | |||
29 | SERIAL_CONSOLE = "115200 ttyO2" | 29 | SERIAL_CONSOLE = "115200 ttyO2" |
30 | 30 | ||
31 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 31 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
32 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 32 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
33 | 33 | ||
34 | KERNEL_IMAGETYPE = "uImage" | 34 | KERNEL_IMAGETYPE = "uImage" |
35 | 35 | ||