diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-01 21:06:49 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-03 19:09:12 -0400 |
commit | aaf625eb50f9a290a7250b8009beae7e050390dd (patch) | |
tree | f27e19a85d5f9faf5d5d1127ed67d4f6a28ae4fd /conf/machine/beagleboard.conf | |
parent | 4e18d702479ac6f835f3493d8aa81b8d323e1827 (diff) | |
download | meta-ti-aaf625eb50f9a290a7250b8009beae7e050390dd.tar.gz |
beagleboard: switch to linux-mainline and drag in more modules
also bump MACHINE_KERNEL_PR to force rebuild of external modules like sgx and dsp.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 0043a700..a9029d1d 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf | |||
@@ -17,7 +17,7 @@ require conf/machine/include/omap3.inc | |||
17 | # SPL build | 17 | # SPL build |
18 | EXTRA_IMAGEDEPENDS = "u-boot" | 18 | EXTRA_IMAGEDEPENDS = "u-boot" |
19 | 19 | ||
20 | PREFERRED_PROVIDER_virtual/kernel = "linux" | 20 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" |
21 | 21 | ||
22 | IMAGE_FSTYPES += "tar.bz2 ubi" | 22 | IMAGE_FSTYPES += "tar.bz2 ubi" |
23 | EXTRA_IMAGECMD_jffs2 = "-lnp " | 23 | EXTRA_IMAGECMD_jffs2 = "-lnp " |
@@ -46,3 +46,6 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" | |||
46 | 46 | ||
47 | # and sdio | 47 | # and sdio |
48 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" | 48 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" |
49 | |||
50 | # For a modularized kernel we want to drag in networking, sound, rtc etc." | ||
51 | MACHINE_EXTRA_RRECOMMENDS = "kernel-module-smsc95xx kernel-module-snd-soc-twl4030 kernel-module-rtc-twl" | ||