Lines Matching full:post
11 overlay(s) and post build script(s).
34 Post-build scripts (+BR2_ROOTFS_POST_BUILD_SCRIPT+)::
36 Post-build scripts are shell scripts called 'after' Buildroot builds
39 post-build scripts in config option +BR2_ROOTFS_POST_BUILD_SCRIPT+ (in
43 Using post-build scripts, you can remove or modify any file in your
47 post-build cleanup scripts.
52 The post-build scripts are run with the main Buildroot tree as current
90 overlay or a post-build script.
102 post-build script to adapt it. However, if the default skeleton is
125 Post-fakeroot scripts (+BR2_ROOTFS_POST_FAKEROOT_SCRIPT+)::
134 Post-fakeroot scripts are shell scripts that are called at the 'end' of
138 Post-fakeroot scripts can be useful in case you need to tweak the
148 The difference between post-build scripts (above) and fakeroot scripts,
149 is that post-build scripts are not called in the fakeroot context.