Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # build the packages
- devtool package nettoe
- # find main package
- PKG=$(find <HOST_NFS>/ext-sdk/<YOCTO_VERSION>/<YOCTO_ML>/<TARGET_BOARD>/tmp/deploy/ipk/armv7at2hf-neon | grep nettoe_)
- # invoke opkg (which comes with sdk)
- opkg --offline-root $(pwd)/root info ${PKG}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement