mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-18 00:17:21 +01:00
dpdk_22.11.bb: Set different Arm core with different configure file [YOCIMX-7693]
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
This commit is contained in:
parent
9b814d19b5
commit
db5bc0dc1a
|
|
@ -18,8 +18,9 @@ DPDK_EXAMPLES:imx-nxp-bsp = "l2fwd,l3fwd"
|
||||||
# kernel module is provide by dpdk-module recipe, so disable here
|
# kernel module is provide by dpdk-module recipe, so disable here
|
||||||
EXTRA_OEMESON = " -Denable_kmods=false \
|
EXTRA_OEMESON = " -Denable_kmods=false \
|
||||||
-Dexamples=${DPDK_EXAMPLES} \
|
-Dexamples=${DPDK_EXAMPLES} \
|
||||||
--cross-file ${S}/config/arm/arm64_poky_linux_gcc \
|
|
||||||
"
|
"
|
||||||
|
EXTRA_OEMESON:append:mx8-nxp-bsp = " --cross-file ${S}/config/arm/arm64_poky_linux_gcc"
|
||||||
|
EXTRA_OEMESON:append:mx9-nxp-bsp = " --cross-file ${S}/config/arm/arm64_imx_poky_linux_gcc"
|
||||||
|
|
||||||
do_install:append(){
|
do_install:append(){
|
||||||
# remove usr/lib/*.so
|
# remove usr/lib/*.so
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user