summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb')
-rw-r--r--recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb12
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 @@
1SUMMARY = "AIOP Tool userspace application"
1DESCRIPTION = "AIOP Tool is a userspace application for performing operations \ 2DESCRIPTION = "AIOP Tool is a userspace application for performing operations \
2on 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 \
3fetch 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 \
4time of day." 5 time of day."
6HOMEPAGE = "https://github.com/nxp-qoriq/gpp-aioptool"
5SECTION = "dpaa2" 7SECTION = "dpaa2"
6LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
8 10
9SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \ 11SRC_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"
13SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1" 15SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1"
14 16