Skip to content

Commit

Permalink
Merge pull request #1375 from jandryuk/deploy-installer-part2-no-rename
Browse files Browse the repository at this point in the history
Use do_deploy for installer part2
  • Loading branch information
Eric Chanudet authored Dec 11, 2020
2 parents 7c175ad + 2f55795 commit d15065f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
49 changes: 0 additions & 49 deletions recipes-core/images/xenclient-installer-part2-image.bb

This file was deleted.

4 changes: 2 additions & 2 deletions recipes-openxt/xenclient-installer/xenclient-installer_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ inherit allarch deploy
do_install () {
${S}/install part1 ${D}/install
${S}/install part2 ${D}
# base-files provides a run directory and we should not conflict
mv -f ${D}/run ${D}/run.installer
}

do_deploy() {
Expand All @@ -37,6 +35,8 @@ do_deploy() {
install -m 0644 "${WORKDIR}/${f}" "${DEPLOYDIR}/netboot/${f}"
done

tar --exclude=./install \
-C ${D} -cjf ${DEPLOYDIR}/control.tar.bz2 .
}
addtask do_deploy after do_install before do_build

Expand Down

0 comments on commit d15065f

Please sign in to comment.