From 8d3844658878d69e6343f11e2b3cae8657ed2c50 Mon Sep 17 00:00:00 2001 From: Yannick Heneault Date: Wed, 10 Jun 2020 10:55:20 -0400 Subject: [PATCH] updated for firmware 1.9.1 --- README.md | 2 +- meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79699e4..dccfbb7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This code is used to build the linux platform image for the raspberry pi zero to 1. [Install Docker](https://docs.docker.com/engine/installation/) 2. `git clone https://github.com/heneault/yocto-pitrezor.git` 3. `cd yocto-pitrezor` -4. `sudo ./build-pitrezor.sh TAG` (where TAG is 1.9.0.0 for example, if left blank the script builds latest commit in master branch) +4. `sudo ./build-pitrezor.sh TAG` (where TAG is 1.9.1.0 for example, if left blank the script builds latest commit in master branch) This creates file `build/pitrezor-TAG.zip` . diff --git a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb index 46b390f..4fdcb45 100644 --- a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb +++ b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/heneault/trezor-firmware.git;branch=pitrezor \ file://pitrezor.config \ " -SRCREV = "2097dccca9f0a310147dd9ee60fd0dd8c090b412" +SRCREV = "7636494239db486b9d13e7cbd98cd9a30f96a70c" S = "${WORKDIR}/git"