diff options
Diffstat (limited to 'meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-read-write_2024.1.bb')
| -rw-r--r-- | meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-read-write_2024.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-read-write_2024.1.bb b/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-read-write_2024.1.bb new file mode 100644 index 00000000..a1376370 --- /dev/null +++ b/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-read-write_2024.1.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Simple rfdc-read-write application" | ||
| 2 | |||
| 3 | require rfdc-examples.inc | ||
| 4 | |||
| 5 | do_compile () { | ||
| 6 | make all BOARD_FLAG=${FLAG} OUTS=${B}/rfdc-read-write RFDC_OBJS=xrfdc_read_write_example.o | ||
| 7 | } | ||
| 8 | |||
| 9 | do_install() { | ||
| 10 | install -d ${D}${bindir} | ||
| 11 | install -m 0755 ${B}/rfdc-read-write ${D}${bindir} | ||
| 12 | } | ||
| 13 | |||
