]> code.ossystems Code Review - meta-freescale.git/commitdiff
dce: add recipes
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 14 Nov 2018 08:53:01 +0000 (08:53 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 19 Nov 2018 12:20:05 +0000 (10:20 -0200)
*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 <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-dpaa2/dce/dce_git.bb [new file with mode: 0644]

diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb
new file mode 100644 (file)
index 0000000..74dc48c
--- /dev/null
@@ -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)"