nareshkamboju

qemu hddimg

Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. git diff builders.sh
  2. diff --git a/openembedded-lkft/builders.sh b/openembedded-lkft/builders.sh
  3. index 0ad5e76..1db50e8 100755
  4. --- a/openembedded-lkft/builders.sh
  5. +++ b/openembedded-lkft/builders.sh
  6. @@ -291,6 +291,9 @@ case "${MACHINE}" in
  7. juno)
  8. DTB_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "*Image-*-${MACHINE}-r2-*-${BUILD_NUMBER}.dtb" | xargs -r basename)
  9. ;;
  10. + intel-core2-32)
  11. + HDD_IMG=$(find ${DEPLOY_DIR_IMAGE} -type f -name "rpb-console-image-${MACHINE}-*-${BUILD_NUMBER}.hddimg" | xargs -r basename)
  12. + ;;
  13. esac
Add Comment
Please, Sign In to add comment