CONFIG_EXPERT will involve the CONFIG_COMPAT, which is to execute 32-bit userspace applications. Usually this COMPAT config depends on 4K PAGES, now this BSP is 64K_PAGES. So need to add the EXPERT config.
Signed-off-by: Xulin Sun <[email protected]> --- bsp/ti-j72xx/ti-j72xx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/ti-j72xx/ti-j72xx.cfg b/bsp/ti-j72xx/ti-j72xx.cfg index 4bec5b2b..122f6954 100755 --- a/bsp/ti-j72xx/ti-j72xx.cfg +++ b/bsp/ti-j72xx/ti-j72xx.cfg @@ -28,6 +28,7 @@ CONFIG_ARCH_K3_AM6_SOC=y CONFIG_CMA=y CONFIG_DMA_CMA=y +CONFIG_EXPERT=y CONFIG_ARM64_64K_PAGES=y CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9439): https://lists.yoctoproject.org/g/linux-yocto/message/9439 Mute This Topic: https://lists.yoctoproject.org/mt/80274483/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
