diff options
Diffstat (limited to 'recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb')
| -rw-r--r-- | recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb index 853dda9d7..026ce7100 100644 --- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb +++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | |||
| @@ -1,14 +1,16 @@ | |||
| 1 | SUMMARY = "AIOP Tool userspace application" | ||
| 1 | DESCRIPTION = "AIOP Tool is a userspace application for performing operations \ | 2 | 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 | 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 | fetch status of tile, load a valid ELF file and run it on a tile and get and set \ |
| 4 | time of day." | 5 | time of day." |
| 6 | HOMEPAGE = "https://github.com/nxp-qoriq/gpp-aioptool" | ||
| 5 | SECTION = "dpaa2" | 7 | SECTION = "dpaa2" |
| 6 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" |
| 8 | 10 | ||
| 9 | SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \ | 11 | SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \ |
| 10 | file://0001-remove-libio.h.patch \ | 12 | file://0001-remove-libio.h.patch \ |
| 11 | file://0001-add-fcommon-to-fix-gcc-10-build-issue.patch \ | 13 | file://0001-add-fcommon-to-fix-gcc-10-build-issue.patch \ |
| 12 | " | 14 | " |
| 13 | SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1" | 15 | SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1" |
| 14 | 16 | ||
