Re: [OE-core] [PATCH] opkg: add ptest

2019-04-09 Thread Alejandro Del Castillo
On 4/8/19 2:20 PM, Burton, Ross wrote: > On Mon, 8 Apr 2019 at 20:03, Alejandro del Castillo > wrote: >> +do_install_ptest() { >> + install -d ${D}${PTEST_PATH} >> + install -m 755 ${WORKDIR}/run-ptest ${D}/${PTEST_PATH}/run-ptest >> + install -m 755 ${B}/Makefile ${D}${PTEST_

Re: [OE-core] [PATCH] opkg: add ptest

2019-04-08 Thread Burton, Ross
On Mon, 8 Apr 2019 at 20:03, Alejandro del Castillo wrote: > +do_install_ptest() { > + install -d ${D}${PTEST_PATH} > + install -m 755 ${WORKDIR}/run-ptest ${D}/${PTEST_PATH}/run-ptest > + install -m 755 ${B}/Makefile ${D}${PTEST_PATH}/Makefile > + sed -i -e 's,^Makefile:,_

[OE-core] [PATCH] opkg: add ptest

2019-04-08 Thread Alejandro del Castillo
Signed-off-by: Alejandro del Castillo --- py-resolve-paths-before-comparision.patch | 31 +++ meta/recipes-devtools/opkg/opkg/run-ptest | 3 ++ meta/recipes-devtools/opkg/opkg_0.4.0.bb | 15 - 3 files changed, 48 insertions(+), 1 deletion(-) create mode 1006