Are 6.1.0 monthly or 6.0.0 quarterly really released? Both fail to build.
Build instructions here don’t know anything about 6.x.x. Please update along with instructions on how to choose latest monthly or quaterly ones.
repo init -u https://git.toradex.com/toradex-manifest.git -b kirkstone-6.x.y -m tdxref/default.xml
repo sync
~/oe-core/build$ MACHINE=colibri-imx7 bitbake tdx-reference-minimal-image
Loading cache: 100% |#############################################################################| Time: 0:00:00
Loaded 4526 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-tdx-linux-gnueabi"
MACHINE = "colibri-imx7"
DISTRO = "tdx-xwayland"
DISTRO_VERSION = "6.1.0-devel-20221109162513+build.0"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-toradex-nxp = "HEAD:c0e40951656f06b6691448eb3b9041a5ac827d47"
meta-freescale = "HEAD:133d626a0626c61fd66549e555b2883a5e7ca516"
meta-freescale-3rdparty = "HEAD:5977197340c7a7db17fe3e02a4e014ad997565ae"
meta-toradex-bsp-common = "HEAD:be8cf57e1bf2ccb049923a62787a6a90efd58a4c"
meta-oe
meta-filesystems
meta-gnome
meta-xfce
meta-networking
meta-multimedia
meta-python = "HEAD:744a4b6eda88b9a9ca1cf0df6e18be384d9054e3"
meta-freescale-distro = "HEAD:d5bbb487b2816dfc74984a78b67f7361ce404253"
meta-toradex-demos = "HEAD:b020ecb69f425e14ab1c2daccc074d1f89ae071e"
meta-qt5 = "HEAD:5b71df60e523423b9df6793de9387f87a149ac42"
meta-toradex-distro = "HEAD:d80a3f9992c87f61228498286db89dd33f5be592"
meta-poky = "HEAD:b5cf7a6501d954ac76b18d7ef91376b5a046a522"
meta = "HEAD:4781fee6aea9512b7cb390b76e6f9f0a86a5bd11"
Initialising tasks: 100% |########################################################################| Time: 0:00:03
Sstate summary: Wanted 1670 Local 0 Mirrors 0 Missed 1670 Current 586 (0% match, 25% complete)
NOTE: Executing Tasks
ERROR: u-boot-toradex-1_2022.07-r0 do_patch: Applying patch '0001-colibri_imx7-boot-linux-kernel-in-secure-mode.patch' on target directory '/home/edward/oe-core/build/tmp/work/colibri_imx7-tdx-linux-gnueabi/u-boot-toradex/1_2022.07-r0/git'
CmdError('quilt --quiltrc /home/edward/oe-core/build/tmp/work/colibri_imx7-tdx-linux-gnueabi/u-boot-toradex/1_2022.07-r0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-colibri_imx7-boot-linux-kernel-in-secure-mode.patch
patching file include/configs/colibri_imx7.h
Hunk #1 FAILED at 142.
1 out of 1 hunk FAILED -- rejects in file include/configs/colibri_imx7.h
Patch 0001-colibri_imx7-boot-linux-kernel-in-secure-mode.patch does not apply (enforce with -f)
stderr: ')
ERROR: Logfile of failure stored in: /home/edward/oe-core/build/tmp/work/colibri_imx7-tdx-linux-gnueabi/u-boot-toradex/1_2022.07-r0/temp/log.do_patch.2931777
ERROR: Task (/home/edward/oe-core/build/../layers/meta-toradex-bsp-common/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb:do_patch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1756 tasks of which 1736 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 3 seconds
Summary: 1 task failed:
/home/edward/oe-core/build/../layers/meta-toradex-bsp-common/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb:do_patch
Summary: There was 1 ERROR message, returning a non-zero exit code.
Repo reinit to real 6.0.0 fails to bitbake as well on u-boot patching.
repo init -u https://git.toradex.com/toradex-manifest.git -b refs/tags/6.0.0 -m tdxref/default.xml
repo sync
Edward