guowenxue
2024-04-08 89ed87e89618f7b3e50cecb5ccdb4b4296dcf75c
commit | author | age
52646c 1
G 2 # This image extends yocto-image-full with additional machine learning features
3
4 require yocto-image-full.bb
5
6 CORE_IMAGE_EXTRA_INSTALL:igkboard-imx8mp:append = " \
7     packagegroup-imx-ml \
8     nodejs nodejs-npm \
9 "
10