pre_s = "${S}"
curdir = "$(pwd)"
do_compile() {
bbwarn "[ssh]current WORKDIR:${WORKDIR}"
bbwarn "[ssh]current S:${S}"
bbwarn "[ssh]pre_s S:${pre_s}"
bbwarn "[ssh]current directory:${curdir}"
cd hw
oe_runmake
oe_runmake -C ${WORKDIR}/hw
}
pre_s = "${S}"
curdir = "$(pwd)"
do_compile() {
bbwarn "[ssh]current WORKDIR:${WORKDIR}"
bbwarn "[ssh]current S:${S}"
bbwarn "[ssh]pre_s S:${pre_s}"
bbwarn "[ssh]current directory:${curdir}"
oe_runmake -C ${WORKDIR}/hw
}