From 70b56e7f7db88b46f5cbefada476c76dd629fab6 Mon Sep 17 00:00:00 2001 From: Yannick Heneault Date: Thu, 25 Aug 2022 09:53:58 -0400 Subject: [PATCH] updated with firmware 1.11.2 --- README.md | 2 +- build/conf/local.conf | 2 +- meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d0d892..fbf488b 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 an 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 [raspberrypi4-64 | raspberrypi0-2w-64]` (where TAG is 1.11.1.0 for example, if left blank the script builds latest commit in master branch). You can optionnaly specify "raspberrypi4-64" or "raspberrypi0-2w-64" to build an image for one of these platform. Otherwise the default platform is pi zero. +4. `sudo ./build-pitrezor.sh TAG [raspberrypi4-64 | raspberrypi0-2w-64]` (where TAG is 1.11.2.0 for example, if left blank the script builds latest commit in master branch). You can optionnaly specify "raspberrypi4-64" or "raspberrypi0-2w-64" to build an image for one of these platform. Otherwise the default platform is pi zero. This creates file `build/pitrezor-MACHINE-TAG.zip` . diff --git a/build/conf/local.conf b/build/conf/local.conf index 11804e3..85b8f6b 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -21,7 +21,7 @@ KERNEL_MODULE_AUTOLOAD += " gadgetfs dwc2 vc4 v3d " EXTRA_IMAGECMD:ext3 = "-i 4096 -L fs" FATPAYLOAD += " ${datadir}/pitrezor/pitrezor.config" TOOLCHAIN_TARGET_TASK += " bcm2835-staticdev " -TOOLCHAIN_HOST_TASK:append += " nativesdk-protobuf-compiler nativesdk-python3-protobuf nativesdk-python3-setuptools nativesdk-python3 nativesdk-python3-click nativesdk-python3-trezor nativesdk-python3-mako nativesdk-python3-munch " +TOOLCHAIN_HOST_TASK:append += " nativesdk-protobuf-compiler nativesdk-python3-protobuf nativesdk-python3-setuptools nativesdk-python3 nativesdk-python3-click nativesdk-python3-trezor nativesdk-python3-mako nativesdk-python3-munch nativesdk-python3-typing-extensions" RPI_EXTRA_CONFIG = "hdmi_safe=1" BB_DISKMON_DIRS = "\ diff --git a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb index 7f5de43..8c578ed 100644 --- a/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb +++ b/meta-pitrezor/recipes-core/pitrezor/pitrezor_git.bb @@ -3,7 +3,7 @@ SUMMARY = "Pitrezor application" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://legacy/COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" -DEPENDS = "libsdl2 libsdl2-image bcm2835 protobuf-native python3-protobuf-native python3-six-native python3-click-native python3-trezor-native dos2unix-native python3-mako-native python3-munch-native libconfig" +DEPENDS = "libsdl2 libsdl2-image bcm2835 protobuf-native python3-protobuf-native python3-six-native python3-click-native python3-trezor-native dos2unix-native python3-mako-native python3-munch-native libconfig python3-typing-extensions-native" RDEPENDS:${PN} = "rng-tools dos2unix libegl-mesa libgles2-mesa mesa-megadriver libgbm libdrm" inherit pkgconfig python3native siteinfo @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/heneault/trezor-firmware.git;branch=pitrezor \ file://pitrezor.config \ " -SRCREV = "82d709c8643f5a1581d3d94c51687b7e0fb0c114" +SRCREV = "27057e8ae70e6d4e19e5a213f820b4907583c612" S = "${WORKDIR}/git"