diff options
Diffstat (limited to 'recipes-dpaa2')
| -rw-r--r-- | recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 | ||||
| -rw-r--r-- | recipes-dpaa2/dce/dce_git.bb | 6 | ||||
| -rw-r--r-- | recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 12 | ||||
| -rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.39.0.bb | 5 | ||||
| -rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 5 | ||||
| -rw-r--r-- | recipes-dpaa2/spc/spc_git.bb | 13 |
6 files changed, 29 insertions, 14 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index b57e33afd..661c3af50 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | SUMMARY = "DPAA2 AIOP service layer" | ||
| 1 | DESCRIPTION = "DPAA2 Accelerated I/O Processing service layer" | 2 | DESCRIPTION = "DPAA2 Accelerated I/O Processing service layer" |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq/aiopsl" | ||
| 2 | SECTION = "dpaa2" | 4 | SECTION = "dpaa2" |
| 3 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faf479bdc4702d8033049f97e153f876" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faf479bdc4702d8033049f97e153f876" |
diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb index a40b1672e..f2c6e5b88 100644 --- a/recipes-dpaa2/dce/dce_git.bb +++ b/recipes-dpaa2/dce/dce_git.bb | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | SUMMARY = "DPAA2 DCE userspace utilities" | ||
| 1 | DESCRIPTION = "Decompression Compression Engine Userspace Utils" | 2 | DESCRIPTION = "Decompression Compression Engine Userspace Utils" |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq/dce" | ||
| 2 | SECTION = "dpaa2" | 4 | SECTION = "dpaa2" |
| 3 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" |
| 5 | 7 | ||
| 6 | SRC_URI = "git://github.com/nxp-qoriq/dce;protocol=https;nobranch=1 \ | 8 | SRC_URI = "git://github.com/nxp-qoriq/dce;protocol=https;nobranch=1 \ |
| 7 | git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=${S}/lib/qbman_userspace \ | 9 | git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=${S}/lib/qbman_userspace \ |
| 8 | file://0001-support-user-merge.patch \ | 10 | file://0001-support-user-merge.patch \ |
| 9 | " | 11 | " |
| 10 | SRCREV = "88ef2e8c3845532ee64cea4349fd38fb2bd5f807" | 12 | SRCREV = "88ef2e8c3845532ee64cea4349fd38fb2bd5f807" |
| 11 | SRCREV_qbman = "2f92993a9f34e5221d6b36c63b9e30ef703e9ac3" | 13 | SRCREV_qbman = "2f92993a9f34e5221d6b36c63b9e30ef703e9ac3" |
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 | ||
diff --git a/recipes-dpaa2/management-complex/management-complex_10.39.0.bb b/recipes-dpaa2/management-complex/management-complex_10.39.0.bb index 3b5ae98ed..965b2d548 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.39.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.39.0.bb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | SUMMARY = "DPAA2 Management Complex Firmware" | 1 | SUMMARY = "DPAA2 Management Complex Firmware" |
| 2 | LICENSE = "NXP-Binary-EULA" | 2 | DESCRIPTION = "DPAA2 Management Complex (MC) firmware for NXP QorIQ Layerscape SoCs." |
| 3 | HOMEPAGE = "https://github.com/nxp/qoriq-mc-binary" | ||
| 4 | SECTION = "bsp" | ||
| 5 | LICENSE = "LicenseRef-NXP-Binary-EULA" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0701845051a61f6012009d7d6d11b32b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0701845051a61f6012009d7d6d11b32b" |
| 4 | 7 | ||
| 5 | inherit deploy | 8 | inherit deploy |
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 7a90bc996..bba622b50 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | SUMMARY = "DPAA2 Resource Manager Tool" | 1 | SUMMARY = "DPAA2 Resource Manager Tool" |
| 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" | 2 | DESCRIPTION = "Userspace resource manager tool for DPAA2 objects on NXP QorIQ SoCs." |
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq/restool" | ||
| 4 | SECTION = "base" | ||
| 5 | LICENSE = "BSD-3-Clause OR GPL-2.0-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83af78c71766dd5fb1c1c3dd64a75ee7" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83af78c71766dd5fb1c1c3dd64a75ee7" |
| 4 | 7 | ||
| 5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1" |
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index 93630a20c..8459dda01 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb | |||
| @@ -1,18 +1,21 @@ | |||
| 1 | SUMMARY = "Soft Parser Configuration tool" | 1 | SUMMARY = "Soft Parser Configuration tool" |
| 2 | DESCRIPTION = "Soft Parser Configuration tool for the DPAA Frame Manager." | ||
| 3 | HOMEPAGE = "https://github.com/nxp-qoriq/spc" | ||
| 4 | SECTION = "base" | ||
| 2 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8" |
| 4 | 7 | ||
| 5 | DEPENDS = "libxml2 fmlib tclap" | 8 | DEPENDS = "fmlib libxml2 tclap" |
| 6 | 9 | ||
| 7 | SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" |
| 8 | SRCREV = "b8d69580e5c6aeeb9f1354ee2faed6e0134eaef4" | 11 | SRCREV = "b8d69580e5c6aeeb9f1354ee2faed6e0134eaef4" |
| 9 | 12 | ||
| 10 | EXTRA_OEMAKE = 'FMD_USPACE_HEADER_PATH="${STAGING_INCDIR}/fmd" \ | 13 | EXTRA_OEMAKE = 'FMD_USPACE_HEADER_PATH="${STAGING_INCDIR}/fmd" \ |
| 11 | FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \ | 14 | FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \ |
| 12 | TCLAP_HEADER_PATH="${STAGING_INCDIR}" ' | 15 | TCLAP_HEADER_PATH="${STAGING_INCDIR}" ' |
| 13 | EXTRA_OEMAKE:class-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING_INCDIR}/fmd" \ | 16 | EXTRA_OEMAKE:class-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING_INCDIR}/fmd" \ |
| 14 | FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \ | 17 | FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \ |
| 15 | TCLAP_HEADER_PATH="${STAGING_INCDIR}" ' | 18 | TCLAP_HEADER_PATH="${STAGING_INCDIR}" ' |
| 16 | 19 | ||
| 17 | EXTRA_OEMAKE_PLATFORM ?= "" | 20 | EXTRA_OEMAKE_PLATFORM ?= "" |
| 18 | 21 | ||
