]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-export-rootfs: fix inconsistent var names
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 23 Nov 2016 08:00:18 +0000 (00:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:42 +0000 (22:45 +0000)
commit10c136a382006c0ec2679a70f47ff2446c10372c
tree2a6d2ff4d1e9b8915ab4a7e51555e7b3fdaaf26d
parent68c7589b67a83977331a04356b53aa51680a1d9d
runqemu-export-rootfs: fix inconsistent var names

Fixed:
$ runqemu nfs qemux86-64
[snip]
On your target please remember to add the following options for NFS
nfsroot=IP_ADDRESS:/path/to/nfsroot,nfsvers=3,port=,mountprog=,nfsprog=,udp,mountport=
[snip]

Note that the values are null, this is because their var names are
inconsistent.

[YOCTO #10519]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu-export-rootfs