summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-08-08 11:44:16 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 01:48:35 +0000
commitb62346932ccf7740046035126d422e60b9c24711 (patch)
tree6ed3c6b76733e057ca77b593cf1fc4d340b33f47 /meta-phosphor/classes
parentac15206dac8a69979e29ae5b457e0ea9e0a4639d (diff)
downloadtalos-openbmc-b62346932ccf7740046035126d422e60b9c24711.tar.gz
talos-openbmc-b62346932ccf7740046035126d422e60b9c24711.zip
image-overlay.bbclass: Restore deploying the intermediate files
Restore deploying the intermediate image-* files used for the tar image generation per issue request as some processes were built around them and for the convenience of some users. Resolves openbmc/openbmc#2116 Change-Id: I206cb1895ad8ab1a8cdb1266a85a464108195c5c Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/image-overlay.bbclass6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-phosphor/classes/image-overlay.bbclass b/meta-phosphor/classes/image-overlay.bbclass
index 1e2105ccb..443c27131 100644
--- a/meta-phosphor/classes/image-overlay.bbclass
+++ b/meta-phosphor/classes/image-overlay.bbclass
@@ -63,6 +63,12 @@ do_generate_flash() {
# Maintain a number of non-standard name legacy links.
ln -sf $flash ${IMGDEPLOYDIR}/flash-${MACHINE}
+ ln -sf $flash ${IMGDEPLOYDIR}/image-bmc
+ ln -sf $uboot ${IMGDEPLOYDIR}/image-u-boot
+ ln -sf $kernel ${IMGDEPLOYDIR}/image-kernel
+ ln -sf $rootfs ${IMGDEPLOYDIR}/image-rofs
+ cp ${S}/$rwfs ${IMGDEPLOYDIR}/$rwfs
+ ln -sf $rwfs ${IMGDEPLOYDIR}/image-rwfs
}
make_overlay_tars() {
OpenPOWER on IntegriCloud