meta-digi/meta-digi-dey/recipes-core
Gabriel Valcazar 94551f0c4d recovery-initramfs: correctly set environment variables containing spaces
In the libubootenv implementation of fw_setenv, multiple variables can be set
in one call. When setting a variable with a space-separated list, the app
interprets the list as new variable/value tuples, for example:

    fw_setenv myvar value1 value2 value3

Results in:

    myvar=value1
    value2=value3

This was causing the encrypted eMMC partition mechanism to break, because the
list of encrypted partitions is stored as a space-separated list in an
environment variable. Avoid this by enclosing the variable argument of
set_uboot_var() with double quotes.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
2021-06-01 09:47:39 +02:00
..
base-files trustfence: split filesystem encryption support into two variables 2021-05-27 12:10:43 +02:00
busybox gatesgarth migration: busybox: update to version 1.32.0 2021-04-29 20:07:28 +02:00
images gatesgarth migration: Convert u-boot-fw-utils dependencies to libubootenv dependencies 2021-05-05 19:18:11 +02:00
init-ifupdown br0: move the br0 interface to the bottom 2020-02-24 13:14:53 +01:00
initscripts busybox: remove busybox-static-nodes initscript 2019-02-04 14:59:46 +01:00
packagegroups libgpiod: add libgpiod-tools dependence 2021-05-12 08:12:21 +02:00
psplash gatesgarth migration: psplash: rework Digi customization to match new version 2021-05-05 19:18:11 +02:00
readline readline: allow the use of Begin/End/Del/Insert and Ctrl+arrows 2018-02-16 12:25:52 +01:00
recovery recovery-initramfs: correctly set environment variables containing spaces 2021-06-01 09:47:39 +02:00
system-monitor system-monitor: add features_check to fix build warning 2021-05-05 19:18:11 +02:00
systemd systemd-gpuconfig: Update recipe to new NXP BSP release imx_5.4.70_2.3.1 2021-02-17 12:01:00 +01:00
sysvinit gatesgarth migration: sysvinit: update to recipe v2.97 2021-05-05 19:18:11 +02:00
trustfence trustfence-tool: update to v2.5 2021-05-27 12:10:44 +02:00