From: Denys Dmytriyenko <[email protected]> Installer log contains absolute paths and is not really needed.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb b/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb index 47bd6a51..b77aa612 100644 --- a/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb +++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt-pru_2.3.3.bb @@ -28,6 +28,7 @@ do_install() { install -d ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE} cp -r ${UNPACKDIR}/ti-cgt-pru_${PV}/. \ ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/ + rm ${D}${TI_CGT_PRU_INSTALL_DIR_RECIPE}/*installer_install.log } do_install:class-target() { -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17865): https://lists.yoctoproject.org/g/meta-ti/message/17865 Mute This Topic: https://lists.yoctoproject.org/mt/107244952/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
