|
@@ -37,6 +37,13 @@ there are a few ways to customize the resulting target filesystem.
|
|
certain package generates wrong or unneeded files, you should fix
|
|
certain package generates wrong or unneeded files, you should fix
|
|
that package rather than work around it with a post-build cleanup
|
|
that package rather than work around it with a post-build cleanup
|
|
script. _Among these first 3 methods, this one should be preferred_.
|
|
script. _Among these first 3 methods, this one should be preferred_.
|
|
|
|
+ You may also use these variables in your post-build script:
|
|
|
|
+ - +BUILDROOT_CONFIG+: the path to the Buildroot .config file
|
|
|
|
+ - +HOST_DIR+, +STAGING_DIR+, +TARGET_DIR+: see
|
|
|
|
+ xref:generic-package-reference[]
|
|
|
|
+ - +BINARIES_DIR+: the place where all binary files (aka images) are
|
|
|
|
+ stored
|
|
|
|
+ - +BASE_DIR+ (or +O+): the base output directory
|
|
|
|
|
|
* A special package, 'customize', stored in +package/customize+ can be
|
|
* A special package, 'customize', stored in +package/customize+ can be
|
|
used. You can put all the files that you want to see in the final
|
|
used. You can put all the files that you want to see in the final
|