This change is required because it was unconditionally overriding the OE-Core systemd-boot.wks which is against the Yocto Project compatible requirements. With RMC enabled we do not set the serial console on the command line, it gets handled directly by RMC
Signed-off-by: Saul Wold <[email protected]> --- .../lib/wic/canned-wks/{systemd-bootdisk.wks => rmc-systemd-bootdisk.wks} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/lib/wic/canned-wks/{systemd-bootdisk.wks => rmc-systemd-bootdisk.wks} (100%) diff --git a/scripts/lib/wic/canned-wks/systemd-bootdisk.wks b/scripts/lib/wic/canned-wks/rmc-systemd-bootdisk.wks similarity index 100% rename from scripts/lib/wic/canned-wks/systemd-bootdisk.wks rename to scripts/lib/wic/canned-wks/rmc-systemd-bootdisk.wks -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
