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