summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 03c53004e4..bbf8d940ad 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -16,7 +16,7 @@ INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
16TARGET_OS = "linux" 16TARGET_OS = "linux"
17TARGET_FPU_arm ?= "soft" 17TARGET_FPU_arm ?= "soft"
18TARGET_FPU_armeb ?= "soft" 18TARGET_FPU_armeb ?= "soft"
19IMAGE_ROOTFS_SIZE_ext2 = 131072 19IMAGE_ROOTFS_SIZE_ext2 ?= 131072
20 20
21PARALLEL_INSTALL_MODULES = "1" 21PARALLEL_INSTALL_MODULES = "1"
22 22