summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/atom-pc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf
index 424e0e96c6..61d3d943ab 100644
--- a/meta/conf/machine/atom-pc.conf
+++ b/meta/conf/machine/atom-pc.conf
@@ -36,7 +36,7 @@ IMAGE_ROOTFS_SIZE_ext3 = "500000"
36 36
37IMAGE_FSTYPES ?= "ext3 cpio.gz" 37IMAGE_FSTYPES ?= "ext3 cpio.gz"
38 38
39APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=3847 usbcore.autosuspend=1" 39APPEND += "usbcore.autosuspend=1"
40 40
41GLIBC_ADDONS = "nptl" 41GLIBC_ADDONS = "nptl"
42GLIBC_EXTRA_OECONF = "--with-tls" 42GLIBC_EXTRA_OECONF = "--with-tls"