Advertisement
RobertBerger

Untitled

May 17th, 2021
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # build the packages
  2. devtool package nettoe
  3.  
  4. # find main package
  5. PKG=$(find <HOST_NFS>/ext-sdk/<YOCTO_VERSION>/<YOCTO_ML>/<TARGET_BOARD>/tmp/deploy/ipk/armv7at2hf-neon | grep nettoe_)
  6.  
  7. # invoke opkg (which comes with sdk)
  8. opkg --offline-root $(pwd)/root info ${PKG}
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement