File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ $SED 's/^tools.esptool.network_cmd=.*//g' | \
82
82
$SED ' s/^#tools.esptool.cmd=/tools.esptool.cmd=/g' | \
83
83
$SED ' s/^#tools.esptool.network_cmd=/tools.esptool.network_cmd=/g' | \
84
84
$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' | \
86
86
$SED " s/version=.*/version=$ver /g" | \
87
87
$SED -E " s/name=([a-zA-Z0-9\ -]+).*/name=\1($ver )/g" \
88
88
> $outdir /platform.txt
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ compiler.elf2hex.extra_flags=
83
83
84
84
## generate file with git version number
85
85
## 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}"
88
88
89
89
## Build the app.ld linker file
90
90
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"
You can’t perform that action at this time.
0 commit comments