pmu-firmware: retain backward compatible symlilnk
by
Cyril Chemparathy
8 years 5 months
pmu-firmware: retain backward compatible symlilnk
With the common deploy code in xsctapp.bbclass, the applications install
themselves using a ${PN} prefix. This changes the deploy target for
pmu-firmware, which used to be deployed as pmu-${MACHINE}.elf.
This patch temporarily retains backward compatibility by providing the
previous deploy target via symlink. This can be dropped once the tools
switch over to using pmu-firmware-${MACHINE}.elf instead.
Signed-off-by: Cyril Chemparathy <cyril.chemparathy@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>