summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/machine/beagleboard.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf
index 0b3cebc1da..1b89c43563 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -18,6 +18,10 @@ MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio"
18# Allow for MMC booting (required by the NAND-less Beagleboard XM) 18# Allow for MMC booting (required by the NAND-less Beagleboard XM)
19EXTRA_IMAGEDEPENDS += "u-boot x-load" 19EXTRA_IMAGEDEPENDS += "u-boot x-load"
20 20
21# Uncomment the following line to enable the hard floating point abi. Note that
22# this breaks some binary libraries and 3D (neither of which ship with
23# meta-yocto). For maximum compatibility, leave this disabled.
24#DEFAULTTUNE ?= "cortexa8hf-neon"
21include conf/machine/include/tune-cortexa8.inc 25include conf/machine/include/tune-cortexa8.inc
22 26
23IMAGE_FSTYPES += "tar.bz2 jffs2" 27IMAGE_FSTYPES += "tar.bz2 jffs2"