Discussion:
[meta-freescale] [PATCH 2/2] dce: add recipes
C.r. Guo
2018-11-14 08:53:01 UTC
Permalink
From: Chunrong Guo <***@nxp.com>

*include the following changes:
8d6dd32 - .gitmodules: use codeaurora url
492eecd - dpdcei: Affine thread for FQDAN setup
b2a48e8 - dce: Support LX2160 SOCs
62af9fe - dce: Userspace dce support for DPAA2 devices
51d907a - Initial Commit

Signed-off-by: Chunrong Guo <***@nxp.com>
---
recipes-dpaa2/dce/dce_git.bb | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 recipes-dpaa2/dce/dce_git.bb

diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb
new file mode 100644
index 0000000..74dc48c
--- /dev/null
+++ b/recipes-dpaa2/dce/dce_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Decompression Compression Engine Userspace Utils"
+SECTION = "dpaa2"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=338308e2a663929309c9929ab9495bb5"
+
+SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dce;nobranch=1 \
+ git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \
+"
+SRCREV = "8d6dd3286d93f2289e2467401b900378ade24a0f"
+SRCREV_qbman = "75ff61a7ca6acdbdbb780161b053cbcbc990f1be"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
+
+do_install () {
+ oe_runmake install DESTDIR=${D}
+}
+
+INSANE_SKIP_${PN} = "ldflags"
+COMPATIBLE_MACHINE = "(qoriq-arm64)"
--
2.7.4

--
Loading...