We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccc1ed commit 1367b20Copy full SHA for 1367b20
platform.txt
@@ -153,7 +153,6 @@ extras.path={build.system.path}/extras
153
154
# Create {build.opt} if not exists in the output sketch dir and force include of SrcWrapper library
155
recipe.hooks.prebuild.1.pattern="{busybox}" sh "{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}" "{runtime.platform.path}" "usb={build.enable_usb}" "virtio={build.enable_virtio}"
156
-recipe.hooks.postbuild.1.pattern="{busybox}" sh "{extras.path}/postbuild.sh" "{build.path}" "{build.series}" "{runtime.platform.path}"
157
158
# compile patterns
159
# ---------------------
system/extras/postbuild.sh
0 commit comments