From 43a448d52b89b4bb9c799ad1f7874ea9e9e93d18 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 14 Nov 2018 08:53:01 +0000 Subject: dce: add recipes *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 Signed-off-by: Otavio Salvador --- recipes-dpaa2/dce/dce_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-dpaa2/dce/dce_git.bb (limited to 'recipes-dpaa2/dce') diff --git a/recipes-dpaa2/dce/dce_git.bb b/recipes-dpaa2/dce/dce_git.bb new file mode 100644 index 00000000..74dc48c3 --- /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)" -- cgit v1.2.3-54-g00ecf