summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-vm.bbclass
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2015-09-03 20:42:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-06 15:26:24 +0100
commit82dd3fb27ec13d98776cbad0658e5686e88e7910 (patch)
tree888eb168ca81879f67328f4ed2fac27cf49a1a22 /meta/classes/image-vm.bbclass
parent858279168379c645f82802cca896ef243915ca5e (diff)
downloadpoky-82dd3fb27ec13d98776cbad0658e5686e88e7910.tar.gz
initramfs-framework: handle kernel parameters with . inside
Kernel parameters like "uvesafb.mode_option=640x480-32" were turned into shell variables named "bootparam_uvesafb.mode_option", which triggered errors from the shell because the name is not valid. Now points get replaced with underscores, leading to bootparam_uvesafb_mode_option in this example. (From OE-Core rev: de81e804f0654092d20ccb8e6e40f4ff614c4b09) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-vm.bbclass')
0 files changed, 0 insertions, 0 deletions