meta-agl-jailhouse: Fix memmap command line parameter 84/26484/1
authorAnmol <anmol.karan123@gmail.com>
Mon, 5 Jul 2021 21:22:46 +0000 (23:22 +0200)
committerAnmol <anmol.karan123@gmail.com>
Mon, 5 Jul 2021 21:22:46 +0000 (23:22 +0200)
commit8be4ced7dd842564c9deaabaa90da75397a22c56
treeea4fae6585cce70fbb17d92398c190c2d21e4a04
parentbb745ab9a7c013d90582559df8912632318aa8f0
meta-agl-jailhouse: Fix memmap command line parameter

Jailhouse requires a contiguous piece of RAM for itself and additional
cells. This has to be preallocated during emulation of the image and
is typically done by adding `memmap=<size>$<memory_address>`, and here
escape sequencing before the dollar should only be added  when there is
a need to put this parameter in GRUB2 variables in /etc/default/grub.

Fix it by removing `\` escape sequence from memmap command line parameter
of the virtual machine's kernel.

Signed-off-by: Anmol <anmol.karan123@gmail.com>
Change-Id: I9981a359d1cb00900153e7692c6c1175cb0a3ce6
templates/feature/agl-jailhouse/50_local.conf.inc