pre_s = "${S}"
curdir = "$(pwd)"
do_compile() {
bbwarn "sshcurrent WORKDIR:${WORKDIR}"
bbwarn "sshcurrent S:${S}"
bbwarn "sshpre_s S:${pre_s}"
bbwarn "sshcurrent directory:${curdir}"
cd hw
oe_runmake
oe_runmake -C ${WORKDIR}/hw
}
pre_s = "${S}"
curdir = "$(pwd)"
do_compile() {
bbwarn "sshcurrent WORKDIR:${WORKDIR}"
bbwarn "sshcurrent S:${S}"
bbwarn "sshpre_s S:${pre_s}"
bbwarn "sshcurrent directory:${curdir}"
oe_runmake -C ${WORKDIR}/hw
}