summaryrefslogtreecommitdiffstats
path: root/templates/machine/h3ulcb/README_machine_h3ulcb.md
blob: be3aa0f696666323cf5d3a12deff8bde355f13ca (plain)
1
2
3
4
5
6
7
8
9
---
description: Machine h3ulcb
authors: Jan-Simon Möller <jsmoeller@linuxfoundation.org>, Ronan Le Martret <ronan.lemartret@iot.bzh>
---
	
### Machine h3ulcb
	 
*Description is missing - please complete file meta-agl/templates/machine/h3ulcb/README_machine_h3ulcb.md*
class="o">= "file://aio-stress.c;md5=ccb5d196a3736bbd835d582a4e2329c3" PN = 'aio-stress' DEPENDS = "libaio" TARGET_CC_ARCH += "${LDFLAGS}" SRC_URI = "https://oss.oracle.com/~mason/aio-stress/aio-stress.c \ file://Makefile " S = "${WORKDIR}" FILES:${PN} += " \ /usr/AGL/agl-test/tests/aio_stress/resource \ " do_compile() { oe_runmake } do_install:append() { install -d ${D}/usr/AGL/agl-test/tests/aio_stress/resource/ install -m 0755 ${WORKDIR}/aio-stress ${D}/usr/AGL/agl-test/tests/aio_stress/resource/ }