-
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.
turns out there was a script to convert overrides
it was just not a separate script from the variable renames
- Loading branch information
Showing
44 changed files
with
166 additions
and
166 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
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" | ||
|
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 \ | ||
" |
6 changes: 3 additions & 3 deletions
6
layers/meta-opentrons/recipes-connectivity/networkmanager/networkmanager_%.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
4 changes: 2 additions & 2 deletions
4
layers/meta-opentrons/recipes-core/base-files/base-files_%.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
4 changes: 2 additions & 2 deletions
4
layers/meta-opentrons/recipes-core/dropbear/dropbear_%.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
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
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
Oops, something went wrong.