|
@@ -65,6 +65,16 @@ can help you understand how to work with Buildroot:
|
|
|
there is no need for a full rebuild: a simple +make+ invocation
|
|
|
will take the changes into account.
|
|
|
|
|
|
+ * When a pacjage listed in +FOO_DEPENDENCIES+ is rebuilt or removed,
|
|
|
+ the package +foo+ is not automatically rebuilt. For example, if a
|
|
|
+ package +bar+ is listed in +FOO_DEPENDENCIES+ with +FOO_DEPENDENCIES
|
|
|
+ = bar+ and the configuration of the +bar+ package is changed, the
|
|
|
+ configuration change would not result in a rebuild of package +foo+
|
|
|
+ automatically. In this scenario, you may need to either rebuild any
|
|
|
+ packages in your build which reference +bar+ in their +DEPENDENCIES+,
|
|
|
+ or perform a full rebuild to ensure any +bar+ dependent packages are
|
|
|
+ up to date.
|
|
|
+
|
|
|
Generally speaking, when you're facing a build error and you're unsure
|
|
|
of the potential consequences of the configuration changes you've
|
|
|
made, do a full rebuild. If you get the same build error, then you are
|