Skip to content

Commit 726f0e9

Browse files
Merge branch 'master' into gcc9.1
2 parents 33fee67 + 8b54339 commit 726f0e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/build_boards_manager_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $SED 's/^tools.esptool.network_cmd=.*//g' | \
8282
$SED 's/^#tools.esptool.cmd=/tools.esptool.cmd=/g' | \
8383
$SED 's/^#tools.esptool.network_cmd=/tools.esptool.network_cmd=/g' | \
8484
$SED 's/tools.mkspiffs.path={runtime.platform.path}\/tools\/mkspiffs/tools.mkspiffs.path=\{runtime.tools.mkspiffs.path\}/g' |\
85-
$SED 's/recipe.hooks.core.prebuild.2.pattern.*//g' |\
85+
$SED 's/recipe.hooks.core.prebuild.pattern.*//g' |\
8686
$SED "s/version=.*/version=$ver/g" |\
8787
$SED -E "s/name=([a-zA-Z0-9\ -]+).*/name=\1($ver)/g"\
8888
> $outdir/platform.txt

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ compiler.elf2hex.extra_flags=
8383

8484
## generate file with git version number
8585
## needs bash, git, and echo
86-
recipe.hooks.core.prebuild.1.pattern="{runtime.tools.python.path}/python" "{runtime.tools.signing}" --mode header --publickey "{build.source.path}/public.key" --out "{build.path}/core/Updater_Signing.h"
87-
recipe.hooks.core.prebuild.2.pattern="{runtime.tools.python.path}/python" "{runtime.tools.makecorever}" --build_path "{build.path}" --platform_path "{runtime.platform.path}" --version "unix-{version}"
86+
recipe.hooks.sketch.prebuild.pattern="{runtime.tools.python.path}/python" "{runtime.tools.signing}" --mode header --publickey "{build.source.path}/public.key" --out "{build.path}/core/Updater_Signing.h"
87+
recipe.hooks.core.prebuild.pattern="{runtime.tools.python.path}/python" "{runtime.tools.makecorever}" --build_path "{build.path}" --platform_path "{runtime.platform.path}" --version "unix-{version}"
8888

8989
## Build the app.ld linker file
9090
recipe.hooks.linking.prelink.1.pattern="{compiler.path}{compiler.c.cmd}" -CC -E -P {build.vtable_flags} "{runtime.platform.path}/tools/sdk/ld/eagle.app.v6.common.ld.h" -o "{build.path}/local.eagle.app.v6.common.ld"

0 commit comments

Comments
 (0)