meta-agl-jailhouse: Fix memmap command line parameter 00/26400/1 12.0.0 lamprey/12.0.0 lamprey_12.0.0
authorAnmol <anmol.karan123@gmail.com>
Mon, 5 Jul 2021 21:22:46 +0000 (23:22 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 7 Jul 2021 11:58:49 +0000 (11:58 +0000)
commitfd011336c08a11f8d4f818dcac351908ae403b76
tree43c88ed66cd9edb35e5ebd258dcf93014a7bf8e1
parent37c827410831a8926789ba3e02d94b96476101f5
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
(cherry picked from commit 8be4ced7dd842564c9deaabaa90da75397a22c56)
templates/feature/agl-jailhouse/50_local.conf.inc