]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Add addition environment space to boot loader qemu-system-mips
authorJeff Polk <jeff.polk@windriver.com>
Fri, 28 Mar 2014 09:42:43 +0000 (17:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Apr 2014 22:36:20 +0000 (23:36 +0100)
commit1e9e26304b77dd11b30ec983b7fa058378b29c47
tree599288f88e7e5c426f3a1ec5e83ba19c92cc52f5
parentf7cd6b383f50ebc3000a9d9db8be719ab5b3c0bb
qemu: Add addition environment space to boot loader qemu-system-mips

The qemu mips malta base board boot loader uses environment strings
with a max length of 256 bytes which is not long enough to accommodate
a long NFS path in addition to the normal kernel boot command line
arguments.

The solution is to expand the environment string length to 1024 bytes.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/files/qemu-enlarge-env-entry-size.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_1.7.0.bb