diff --git a/docs/buildroot.html b/docs/buildroot.html index c2e3eeabfd..317fb33836 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -36,7 +36,7 @@
Line 42 defines a simple target that only downloads the code source. This is not used during normal operation of Buildroot, but - might be useful.
+ is needed if you intend to download all required sources at once + for later offline build. Note that if you add a new package providing + afoo-source
target is mandatory to support
+ users that wish to do offline-builds. Furthermore it eases checking
+ if all package-sources are downloadable.
- Lignes 44-46 define a simple target to clean the software build - by calling the Makefiles with the appropriate option.
+Lines 44-46 define a simple target to clean the software build
+ by calling the Makefiles with the appropriate option.
+ The clean
target should run make clean
+ on $(BUILD_DIR)/package-version and MUST uninstall all files of the
+ package from $(STAGING_DIR) and from $(TARGET_DIR).
Lines 48-49 define a simple target to completely remove the directory in which the software was uncompressed, configured and - compiled.
+ compiled. This target MUST completely rm $(BUILD_DIR)/package-version.Lines 51-58 adds the target foo
to the list
of targets to be compiled by Buildroot by first checking if
@@ -630,7 +637,7 @@ config BR2_PACKAGE_FOO
If you package software that might be useful for other persons, don't forget to send a patch to Buildroot developers !
-To learn more about Buildroot you can visit these websites: