-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update openembedded to kirkstone/tdx 6.3.0 (#110)
Updates the system to toradex upstream 6.3.0, including - update submodules to toradex 6.3.0 - update jupyter to 2022.2 - update python to 3.10 - update setuptools to 62.3.1 Add the recipe from openembedded-core upstream (version unclear, maybe mickledore) for setuptools 62.3.1, since there are some python packages - specifically kiwisolver from meta-openembedded and argon2-cffi from meta-jupyter - that require more recent setuptools to generate proper dist-infos. Without it, with just the version in openembedded-core, they generate dist-infos that are UNKNOWN-0.0.0 and conflict with each other during image install. With 62.3.1, they generate kiwisolver-0.0.0 and argon2-cffi-0.0.0, which is still annoying but okay for now. - actually turn on the gpu Why was this not in the examples and why did we think it was fine to not have it --------- Co-authored-by: Seth Foster <[email protected]>
- Loading branch information
1 parent
1d8d245
commit 604f8a3
Showing
118 changed files
with
550 additions
and
2,236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
tmp/ | ||
|
||
build/ | ||
-build/conf | ||
-build/conf/ | ||
downloads/ | ||
sstate-cache/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-freescale
updated
627 files
Submodule meta-freescale-3rdparty
updated
128 files
Submodule meta-freescale-distro
updated
46 files
Submodule meta-jupyter
updated
107 files
Submodule meta-openembedded
updated
4591 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
layers/meta-opentrons/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
do_install_append() { | ||
do_install:append() { | ||
# remove /unit_test dir | ||
rm -rf ${D}/unit_tests | ||
} |
6 changes: 3 additions & 3 deletions
6
layers/meta-opentrons/recipes-bsp/tezi-metadata/tezi-metadata_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
SRC_URI_append = " \ | ||
SRC_URI:append = " \ | ||
file://wrapup-ot3.sh \ | ||
" | ||
|
||
FILESEXTRAPATHS_append := ":${THISDIR}/files" | ||
do_deploy_append () { | ||
FILESEXTRAPATHS:append := ":${THISDIR}/files" | ||
do_deploy:append () { | ||
install -m 644 -T ${WORKDIR}/wrapup-ot3.sh ${DEPLOYDIR}/wrapup.sh | ||
} | ||
|
4 changes: 2 additions & 2 deletions
4
layers/meta-opentrons/recipes-bsp/u-boot/u-boot-distro-boot.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-distro-boot:" | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-distro-boot:" | ||
|
||
SRC_URI_append = " file://boot.cmd.in" | ||
SRC_URI:append = " file://boot.cmd.in" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 12 additions & 11 deletions
23
...rons/recipes-bsp/u-boot/u-boot-toradex/0001-verdin_imx8mm-remove-default-setup-args.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
From c52a1c4f09148a9ee3c66fb75dcccfbbfefb3788 Mon Sep 17 00:00:00 2001 | ||
From 58618bd340d27d231034d96e924c5913a20ad8bc Mon Sep 17 00:00:00 2001 | ||
From: Seth Foster <[email protected]> | ||
Date: Mon, 13 Mar 2023 15:37:59 +0000 | ||
Date: Wed, 18 Oct 2023 15:53:11 +0000 | ||
Subject: [PATCH] verdin_imx8mm: remove default setup args | ||
|
||
The default setup arguments compiled into u-boot hardcoded | ||
a video console. We want that to be a splash screen, and we | ||
don't want to deal with the defaults being wrong, so remove | ||
the default setting and we'll set it in the boot script. | ||
--- | ||
include/configs/verdin-imx8mm.h | 1 - | ||
1 file changed, 1 deletion(-) | ||
include/configs/verdin-imx8mm.h | 2 -- | ||
1 file changed, 2 deletions(-) | ||
|
||
diff --git a/include/configs/verdin-imx8mm.h b/include/configs/verdin-imx8mm.h | ||
index 87e73c26a7..83ab2cf43b 100644 | ||
index 0d77657978..65650d0b40 100644 | ||
--- a/include/configs/verdin-imx8mm.h | ||
+++ b/include/configs/verdin-imx8mm.h | ||
@@ -120,7 +120,6 @@ | ||
"boot_scripts=" BOOT_SCRIPT "\0" \ | ||
"boot_script_dhcp=" BOOT_SCRIPT "\0" \ | ||
"boot_file=Image\0" \ | ||
- "setup=setenv setupargs console=tty1 console=${console},${baudrate} consoleblank=0 earlycon\0" \ | ||
"update_uboot=askenv confirm Did you load imx-boot (y/N)?; " \ | ||
@@ -60,8 +60,6 @@ | ||
"fdt_board=dev\0" \ | ||
"initrd_addr=0x43800000\0" \ | ||
"initrd_high=0xffffffffffffffff\0" \ | ||
- "setup=setenv setupargs console=tty1 console=${console},${baudrate} " \ | ||
- "consoleblank=0 earlycon\0" \ | ||
"update_uboot=askenv confirm Did you load flash.bin (y/N)?; " \ | ||
"if test \"$confirm\" = \"y\"; then " \ | ||
"setexpr blkcnt ${filesize} + 0x1ff && setexpr blkcnt " \ | ||
-- | ||
|
4 changes: 2 additions & 2 deletions
4
layers/meta-opentrons/recipes-bsp/u-boot/u-boot-toradex_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-toradex:" | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-toradex:" | ||
|
||
SRC_URI_append = " \ | ||
SRC_URI:append = " \ | ||
file://0001-verdin_imx8mm-remove-default-setup-args.patch \ | ||
" |
Oops, something went wrong.