Discussion:
[yocto] [yocto-docs][PATCH v2] kernel-dev: note about the change detection of kernel feature files
Urs Fässler
2018-10-22 09:07:39 UTC
Permalink
It is not the expected behavior that changes on the .cfg files only
referenced from .scc files are not detected.

Signed-off-by: Urs Fässler <***@bbv.ch>
Signed-off-by: Pascal Bach <***@siemens.com>
---
documentation/kernel-dev/kernel-dev-common.xml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 83b02b1c1..2e421e7ba 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -2623,6 +2623,10 @@
<filename>.scc</filename> file in the
<filename>SRC_URI</filename> statement to reference multiple kernel
features.
+ <note>
+ Bitbake only detects changes on files listed in
+ <filename>SRC_URI</filename>.
+ </note>
</para>

<para>
--
2.19.1

--
Bruce Ashfield
2018-10-25 10:37:45 UTC
Permalink
Post by Urs Fässler
It is not the expected behavior that changes on the .cfg files only
referenced from .scc files are not detected.
This looks good to me.

Also note that I have an outstanding bugzilla to see if I can invalidate
stamps, etc, when these elements change .. so at that point, I'd be able
to fixup this documentation section.

Bruce
Post by Urs Fässler
---
documentation/kernel-dev/kernel-dev-common.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 83b02b1c1..2e421e7ba 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -2623,6 +2623,10 @@
<filename>.scc</filename> file in the
<filename>SRC_URI</filename> statement to reference multiple kernel
features.
+ <note>
+ Bitbake only detects changes on files listed in
+ <filename>SRC_URI</filename>.
+ </note>
</para>
<para>
--

Loading...