layerscape: base-files: remove redundant RAMFS_COPY_* additions

All the tools (e.g fw_setenv, ubiupdatevol) and config (fw_env.config)
needed for sysupgrade are already included in /lib/upgrade/stage2

Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 094c37708ace9040e294c5aa7be34bc9e7a8dcc1)
This commit is contained in:
Mathew McBride 2023-06-27 06:37:28 +00:00 committed by Hauke Mehrtens
parent cef98caf6e
commit 6a89cfa418

View File

@ -3,8 +3,8 @@
# Copyright 2020 NXP
#
RAMFS_COPY_BIN="/usr/sbin/fw_printenv /usr/sbin/fw_setenv /usr/sbin/ubinfo /bin/echo"
RAMFS_COPY_DATA="/etc/fw_env.config /var/lock/fw_printenv.lock"
RAMFS_COPY_BIN=""
RAMFS_COPY_DATA=""
REQUIRE_IMAGE_METADATA=1