summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-28 17:26:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-29 14:05:12 +0100
commitf7298d88ea3a8069b22fd5ffa13500ec600a9674 (patch)
tree69e4f8503aa88b4468f9d454dd7b29a92c9ae94d /meta-yocto-bsp
parentbac4bc9aa6a1f2fcf2ce9644925615185cc8e847 (diff)
downloadpoky-f7298d88ea3a8069b22fd5ffa13500ec600a9674.tar.gz
beaglebone: use the default of 256M rather than 512M
This is done for the sake of using the same default everywhere; see here for details: http://lists.openembedded.org/pipermail/openembedded-core/2019-August/285900.html (From meta-yocto rev: f4ba98ed3c866ec3db90404f894d5aeaa5d79dfd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
index 7c7b3059a9..57b799294d 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf
@@ -47,7 +47,6 @@ QB_DEFAULT_FSTYPE = "wic"
47QB_FSINFO = "wic:no-kernel-in-fs" 47QB_FSINFO = "wic:no-kernel-in-fs"
48QB_KERNEL_ROOT = "/dev/vda2" 48QB_KERNEL_ROOT = "/dev/vda2"
49QB_SYSTEM_NAME = "qemu-system-arm" 49QB_SYSTEM_NAME = "qemu-system-arm"
50QB_MEM = "-m 512"
51QB_MACHINE = "-machine virt" 50QB_MACHINE = "-machine virt"
52QB_CPU = "-cpu cortex-a15" 51QB_CPU = "-cpu cortex-a15"
53QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0 systemd.mask=systemd-networkd" 52QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0 systemd.mask=systemd-networkd"