diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-11-14 08:53:01 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-19 10:20:05 -0200 |
commit | 43a448d52b89b4bb9c799ad1f7874ea9e9e93d18 (patch) | |
tree | 9d4a8f2a8c80e637bfcfb213f06c4735849a5414 | |
parent | 9810f9a0a73b69db5612996b30462a627e62f267 (diff) | |
download | meta-freescale-43a448d52b89b4bb9c799ad1f7874ea9e9e93d18.tar.gz |
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 <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-dpaa2/dce/dce_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "Decompression Compression Engine Userspace Utils" | ||
2 | SECTION = "dpaa2" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=338308e2a663929309c9929ab9495bb5" | ||
5 | |||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dce;nobranch=1 \ | ||
7 | git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \ | ||
8 | " | ||
9 | SRCREV = "8d6dd3286d93f2289e2467401b900378ade24a0f" | ||
10 | SRCREV_qbman = "75ff61a7ca6acdbdbb780161b053cbcbc990f1be" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' | ||
15 | |||
16 | do_install () { | ||
17 | oe_runmake install DESTDIR=${D} | ||
18 | } | ||
19 | |||
20 | INSANE_SKIP_${PN} = "ldflags" | ||
21 | COMPATIBLE_MACHINE = "(qoriq-arm64)" | ||