diff options
-rw-r--r-- | meta-yocto/conf/machine/atom-pc.conf | 2 | ||||
-rw-r--r-- | meta-yocto/conf/machine/routerstationpro.conf | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index 99e34e8445..993cbabd2d 100644 --- a/meta-yocto/conf/machine/atom-pc.conf +++ b/meta-yocto/conf/machine/atom-pc.conf | |||
@@ -30,8 +30,6 @@ XSERVER ?= "xserver-xf86-dri-lite \ | |||
30 | 30 | ||
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
32 | 32 | ||
33 | IMAGE_ROOTFS_SIZE_ext3 = "500000" | ||
34 | |||
35 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | 33 | IMAGE_FSTYPES ?= "ext3 cpio.gz" |
36 | 34 | ||
37 | APPEND += "usbcore.autosuspend=1" | 35 | APPEND += "usbcore.autosuspend=1" |
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index d464842134..71107a6198 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf | |||
@@ -19,6 +19,5 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
19 | 19 | ||
20 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 20 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
21 | 21 | ||
22 | IMAGE_ROOTFS_SIZE_ext3 = "2000000" | ||
23 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | 22 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" |
24 | 23 | ||