diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 4 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 371ba927bb..3c2cdf9ebf 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -12,4 +12,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0" | |||
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
14 | 14 | ||
15 | MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file | 15 | MACHINE_TASK_PROVIDER = "task-base" |
16 | |||
17 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 64b6c5fbff..3ac81e5e6e 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -14,4 +14,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | |||
14 | GLIBC_ADDONS = "nptl" | 14 | GLIBC_ADDONS = "nptl" |
15 | GLIBC_EXTRA_OECONF = "--with-tls" | 15 | GLIBC_EXTRA_OECONF = "--with-tls" |
16 | 16 | ||
17 | MACHINE_TASK_PROVIDER = "task-base" \ No newline at end of file | 17 | MACHINE_TASK_PROVIDER = "task-base" |
18 | |||
19 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | ||