Skip to content

Commit

Permalink
aligned on trezor 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heneault committed Jan 3, 2019
1 parent 0f10a16 commit 0bc4eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI = "gitsm://github.com/heneault/trezor-mcu.git;branch=pitrezor \
file://pitrezor.config \
"

SRCREV = "58035f00a81b4b1388c2c9f69acdccedd362d413"
SRCREV = "3d378b1feedbb96d47b1d5b0665a6e256721a2d1"

S = "${WORKDIR}/git"

Expand All @@ -22,6 +22,7 @@ do_compile() {
export PIZERO=1
export CPUFLAGS=""
export RANDOM_DEV_FILE="/dev/random"
make -C emulator/pizero
make -C emulator
make -C vendor/nanopb/generator/proto
make -C firmware/protob
Expand Down

0 comments on commit 0bc4eea

Please sign in to comment.