diff options
author | 2019-01-11 03:14:57 +0000 | |
---|---|---|
committer | 2019-01-14 16:23:38 -0200 | |
commit | cc5e725fd6e8872a72f0f0128b0056114aee96c9 (patch) | |
tree | 4b27fccf54e5a6e36d565c19d4dbdb3c048766c4 | |
parent | b1ab17bff7e85af60877dc5b13da0dd832a69258 (diff) | |
download | meta-freescale-cc5e725fd6e8872a72f0f0128b0056114aee96c9.tar.gz meta-freescale-cc5e725fd6e8872a72f0f0128b0056114aee96c9.tar.bz2 meta-freescale-cc5e725fd6e8872a72f0f0128b0056114aee96c9.zip |
dpdk: set COMPATIBLE_MACHINE as qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-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 \ FILES_${PN}-examples += "${datadir}/examples" FILES_${PN}-staticdev += "/usr/share/dpdk/cmdif/lib/*.a" -COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)" +COMPATIBLE_MACHINE = "(qoriq)" |