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 | 4 | ||||
| -rw-r--r-- | recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 2 | ||||
| -rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.39.0.bb | 2 | ||||
| -rw-r--r-- | recipes-dpaa2/restool/files/disable-manpage-generation.patch | 26 | ||||
| -rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 8 | ||||
| -rw-r--r-- | recipes-dpaa2/spc/spc_git.bb | 2 |
7 files changed, 3 insertions, 43 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index 68f7a8ded..b57e33afd 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb | |||
| @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=faf479bdc4702d8033049f97e153f876" | |||
| 5 | 5 | ||
| 6 | BASEDEPENDS = "" | 6 | BASEDEPENDS = "" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/nxp-qoriq/aiopsl;protocol=https;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq/aiopsl;protocol=https;nobranch=1" |
| 11 | SRCREV = "87d83d8e99770325cc7ad9e10965c9959e7cb828" | 9 | SRCREV = "87d83d8e99770325cc7ad9e10965c9959e7cb828" |
| 12 | 10 | ||
diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb index 7beeb90fe..a40b1672e 100644 --- a/recipes-dpaa2/dce/dce_git.bb +++ b/recipes-dpaa2/dce/dce_git.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/nxp-qoriq/dce;protocol=https;nobranch=1 \ | 6 | 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=git/lib/qbman_userspace \ | 7 | 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 \ | 8 | file://0001-support-user-merge.patch \ |
| 9 | " | 9 | " |
| 10 | SRCREV = "88ef2e8c3845532ee64cea4349fd38fb2bd5f807" | 10 | SRCREV = "88ef2e8c3845532ee64cea4349fd38fb2bd5f807" |
| @@ -12,8 +12,6 @@ SRCREV_qbman = "2f92993a9f34e5221d6b36c63b9e30ef703e9ac3" | |||
| 12 | 12 | ||
| 13 | SRCREV_FORMAT = "default_qbman" | 13 | SRCREV_FORMAT = "default_qbman" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' | 15 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' |
| 18 | 16 | ||
| 19 | do_install () { | 17 | do_install () { |
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb index befc769ef..853dda9d7 100644 --- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb +++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | |||
| @@ -12,8 +12,6 @@ SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \ | |||
| 12 | " | 12 | " |
| 13 | SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1" | 13 | SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 18 | 16 | ||
| 19 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" KERNEL_PATH="${STAGING_KERNEL_DIR}"' | 17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" KERNEL_PATH="${STAGING_KERNEL_DIR}"' |
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 5097e71f2..3b5ae98ed 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.39.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.39.0.bb | |||
| @@ -9,8 +9,6 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
| 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" |
| 10 | SRCREV = "7d82686272f8a60b803818bbc7c5396819ee3b06" | 10 | SRCREV = "7d82686272f8a60b803818bbc7c5396819ee3b06" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | REGLEX:ls2088a = "ls2088a" | 12 | REGLEX:ls2088a = "ls2088a" |
| 15 | REGLEX:ls2080a = "ls2080a" | 13 | REGLEX:ls2080a = "ls2080a" |
| 16 | REGLEX:ls1088a = "ls1088a" | 14 | REGLEX:ls1088a = "ls1088a" |
diff --git a/recipes-dpaa2/restool/files/disable-manpage-generation.patch b/recipes-dpaa2/restool/files/disable-manpage-generation.patch deleted file mode 100644 index 34f2ae2d0..000000000 --- a/recipes-dpaa2/restool/files/disable-manpage-generation.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From 5392152e704ff001c41de03445d668227237a87e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Ting Liu <ting.liu@nxp.com> | ||
| 3 | Date: Fri, 15 Oct 2021 09:36:04 +0530 | ||
| 4 | Subject: [PATCH] disable manpage generation | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [Cross-compile specific] | ||
| 7 | Signed-off-by: Ting Liu <ting.liu@nxp.com> | ||
| 8 | --- | ||
| 9 | Makefile | 1 - | ||
| 10 | 1 file changed, 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/Makefile b/Makefile | ||
| 13 | index ee669ae..ab6e499 100644 | ||
| 14 | --- a/Makefile | ||
| 15 | +++ b/Makefile | ||
| 16 | @@ -60,7 +60,6 @@ install: restool scripts/ls-main scripts/ls-append-dpl scripts/ls-debug scripts/ | ||
| 17 | install -D -m 755 scripts/ls-debug $(DESTDIR)$(bindir)/ls-debug | ||
| 18 | $(foreach symlink, $(RESTOOL_SCRIPT_SYMLINKS), sh -c "cd $(DESTDIR)$(bindir) && ln -sf ls-main $(symlink)" ;) | ||
| 19 | install -D -m 755 scripts/restool_completion.sh $(DESTDIR)$(bindir_completion)/restool | ||
| 20 | - install -m 0644 -D $(MANPAGE) $(call get_manpage_destination,$(MANPAGE)) | ||
| 21 | |||
| 22 | clean: | ||
| 23 | rm -f $(OBJ) $(MANPAGE) \ | ||
| 24 | -- | ||
| 25 | 2.25.1 | ||
| 26 | |||
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index d9e3b630f..596625ece 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
| @@ -2,12 +2,8 @@ SUMMARY = "DPAA2 Resource Manager Tool" | |||
| 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" | 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83af78c71766dd5fb1c1c3dd64a75ee7" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83af78c71766dd5fb1c1c3dd64a75ee7" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ | 5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1" |
| 6 | file://disable-manpage-generation.patch \ | 6 | SRCREV = "8f73f2600111440d034227966d6ff03ec47d8f1a" |
| 7 | " | ||
| 8 | SRCREV = "8c45e04363bf2a984a87b24d1dac80a286dd40d8" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | 7 | ||
| 12 | inherit bash-completion | 8 | inherit bash-completion |
| 13 | 9 | ||
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index c54484be3..93630a20c 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb | |||
| @@ -7,8 +7,6 @@ DEPENDS = "libxml2 fmlib tclap" | |||
| 7 | SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1" |
| 8 | SRCREV = "b8d69580e5c6aeeb9f1354ee2faed6e0134eaef4" | 8 | SRCREV = "b8d69580e5c6aeeb9f1354ee2faed6e0134eaef4" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | EXTRA_OEMAKE = 'FMD_USPACE_HEADER_PATH="${STAGING_INCDIR}/fmd" \ | 10 | EXTRA_OEMAKE = 'FMD_USPACE_HEADER_PATH="${STAGING_INCDIR}/fmd" \ |
| 13 | FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \ | 11 | FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \ |
| 14 | TCLAP_HEADER_PATH="${STAGING_INCDIR}" ' | 12 | TCLAP_HEADER_PATH="${STAGING_INCDIR}" ' |
