diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:57 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | cc5e725fd6e8872a72f0f0128b0056114aee96c9 (patch) | |
tree | 4b27fccf54e5a6e36d565c19d4dbdb3c048766c4 /recipes-extended/dpdk | |
parent | b1ab17bff7e85af60877dc5b13da0dd832a69258 (diff) | |
download | meta-freescale-cc5e725fd6e8872a72f0f0128b0056114aee96c9.tar.gz |
dpdk: set COMPATIBLE_MACHINE as qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended/dpdk')
-rw-r--r-- | recipes-extended/dpdk/dpdk_17.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.bb b/recipes-extended/dpdk/dpdk_17.11.bb index 58558b45..f9fe91e8 100644 --- a/recipes-extended/dpdk/dpdk_17.11.bb +++ b/recipes-extended/dpdk/dpdk_17.11.bb | |||
@@ -101,4 +101,4 @@ FILES_${PN}-dev += "${datadir}/mk ${datadir}/scripts \ | |||
101 | FILES_${PN}-examples += "${datadir}/examples" | 101 | FILES_${PN}-examples += "${datadir}/examples" |
102 | 102 | ||
103 | FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a" | 103 | FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a" |
104 | COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)" | 104 | COMPATIBLE_MACHINE = "(qoriq)" |