Skip to content

Commit

Permalink
Merge pull request #35 from YoeDistro/kraj/update-layers
Browse files Browse the repository at this point in the history
Kraj/update layers
  • Loading branch information
cbrake authored Oct 16, 2018
2 parents 5f03e1a + 078f7fe commit c46a694
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
which aptitude >/dev/null 2>&1
ret=$?
if [ "$(readlink /bin/sh)" = "dash" -a "$ret" = "0" ]; then
sudo aptitude install expect -y
sudo aptitude install expect pv -y
expect -c 'spawn sudo dpkg-reconfigure -freadline dash; send "n\n"; interact;'
elif [ "${0##*/}" = "dash" ]; then
echo "dash as default shell is not supported"
Expand Down Expand Up @@ -444,5 +444,5 @@ yoe_install_wic_image() {

IMAGE=${OE_BASE}/build/tmp/deploy/images/${MACHINE}/${IMAGE_NAME}-${MACHINE}.wic.xz

xzcat $IMAGE | sudo dd of=$DRIVE bs=4M iflag=fullblock oflag=direct conv=fsync status=progress
pv -tpreb $IMAGE | xzcat | sudo dd of=$DRIVE bs=4M iflag=fullblock oflag=direct conv=fsync
}
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
Submodule meta-freescale-3rdparty updated 1 files
+3 −0 recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb
2 changes: 1 addition & 1 deletion sources/meta-qt5

0 comments on commit c46a694

Please sign in to comment.