guowenxue
2026-01-23 bde042d41299f0c2bc296f87e5ce6c588c011331
1
2
3
4
5
6
7
8
9
 
# This image extends yocto-image-full with additional machine learning features
 
require yocto-image-full.bb
 
CORE_IMAGE_EXTRA_INSTALL:igkboard-imx8mp:append = " \
    packagegroup-imx-ml \
    nodejs nodejs-npm \
"