diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-04-19 16:47:56 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-05-02 17:54:58 -0300 |
| commit | 1e48f66e0d7d19c9aee49787c7613539603498af (patch) | |
| tree | 2ae167cc21378fbd6dbd9be0c26dba85dcf19f12 | |
| parent | 447567249094f977464e4848815f46e76a4a8af9 (diff) | |
| download | meta-freescale-1e48f66e0d7d19c9aee49787c7613539603498af.tar.gz | |
gpp-aioptool: add recipes
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb new file mode 100644 index 000000000..a24604dfe --- /dev/null +++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "AIOP Tool is a userspace application for performing operations \ | ||
| 2 | on an AIOP Tile using MC interfaces. This application enables the user to \ | ||
| 3 | fetch status of tile, load a valid ELF file and run it on a tile and get and set \ | ||
| 4 | time of day." | ||
| 5 | SECTION = "dpaa2" | ||
| 6 | LICENSE = "Freescale-EULA" | ||
| 7 | LIC_FILES_CHKSUM = "file://Freescale-EULA;md5=395c11b7d81446eaa8f997521afe0ebb" | ||
| 8 | |||
| 9 | SRC_URI = "git://git.freescale.com/ppc/sdk/gpp-aioptool.git;nobranch=1 \ | ||
| 10 | " | ||
| 11 | SRCREV = "d2b674e0a084429c89994dc8b39827592917a7a6" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 16 | |||
| 17 | EXTRA_OEMAKE = 'KERNEL_PATH="${STAGING_KERNEL_DIR}"' | ||
| 18 | |||
| 19 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | oe_runmake install DESTDIR=${D} | ||
| 23 | } | ||
| 24 | |||
| 25 | COMPATIBLE_MACHINE = "(ls2088a)" | ||
