Skip to content

Commit

Permalink
[SSAT] add sysroot stage
Browse files Browse the repository at this point in the history
Add sysroot_stage_all_append to use ssat for test

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <[email protected]>
  • Loading branch information
jijoongmoon authored and wooksong committed Apr 11, 2019
1 parent f7e247c commit 149c233
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes-devtools/ssat/ssat_1.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ do_install () {
ln -s ssat.sh ssat
}

sysroot_stage_all_append() {
install -d ${SYSROOT_DESTDIR}${bindir}
install -p -m 0755 ${D}${bindir}/ssat.sh ${SYSROOT_DESTDIR}${bindir}
install -p -m 0755 ${D}${bindir}/ssat-api.sh ${SYSROOT_DESTDIR}${bindir}
cd ${SYSROOT_DESTDIR}${bindir}
ln -s ssat.sh ssat
}

FILES_${PN} += "${bindir}/ssat \
${bindir}/ssat.sh \
${bindir}/ssat-api.sh"

0 comments on commit 149c233

Please sign in to comment.