diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
commit | 594a5295448cfc2d97e9b1721efe57c3362635bf (patch) | |
tree | 544d3b15053164714cbb0d318a6e81675f4f30a3 /conf/machine/beagleboard.conf | |
parent | 389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (diff) |
omap3 boards: introduce MACHINE_KERNEL_PR, put it in conf/machine/include/omap3.inc
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 78c63019ae..69cdec6f1f 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -13,23 +13,14 @@ XSERVER = "xserver-xorg \ # Only has DVI connector for external screen GUI_MACHINE_CLASS = "bigscreen" -#include conf/machine/include/tune-arm1136jf-s.inc -# requires gcc 4.3.0: -include conf/machine/include/tune-cortexa8.inc +require conf/machine/include/omap3.inc - -IMAGE_FSTYPES += "tar.bz2 jffs2" +IMAGE_FSTYPES += "tar.bz2 ubi" EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork SERIAL_CONSOLE = "115200 ttyS2" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap" - -KERNEL_IMAGETYPE = "uImage" - -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" UBOOT_MACHINE = "omap3_beagle_config" # do ubiattach /dev/ubi_ctrl -m 4 @@ -49,7 +40,6 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" PREFERRED_VERSION_u-boot = "git" -EXTRA_IMAGEDEPENDS += "u-boot x-load" MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " # and sdio |