mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 00:21:17 +00:00
arm/trusted-services/ts-remote-test: move binary to $bindir
As with ts-service-test, manually move the binary to $bindir. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -10,3 +10,10 @@ RDEPENDS:${PN} += "libts"
|
|||||||
OECMAKE_SOURCEPATH = "${S}/deployments/ts-remote-test/${TS_ENV}"
|
OECMAKE_SOURCEPATH = "${S}/deployments/ts-remote-test/${TS_ENV}"
|
||||||
|
|
||||||
FILES:${PN} = "${bindir}/ts-remote-test"
|
FILES:${PN} = "${bindir}/ts-remote-test"
|
||||||
|
|
||||||
|
do_install:append () {
|
||||||
|
install -d ${D}${bindir}
|
||||||
|
mv ${D}${TS_INSTALL}/bin/ts-remote-test ${D}${bindir}
|
||||||
|
|
||||||
|
rm -r --one-file-system ${D}${TS_INSTALL}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user