diff options
author | Daniel Wagenknecht <dwagenknecht@emlix.com> | 2021-09-23 10:34:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-02 09:57:41 +0100 |
commit | b82097b9c0bf16727b5b03b96df30d0d7bc55cac (patch) | |
tree | c76e1fe1214ad4cbf46e927debe455bc5bdb516c /documentation | |
parent | b0eedf4dcaa22d338293b8a8f72b8bc6c2d85fd9 (diff) | |
download | poky-b82097b9c0bf16727b5b03b96df30d0d7bc55cac.tar.gz |
ref-manual: add note about license implications of bundled initramfs
Ensure users are aware that usage of INITRAMFS_IMAGE_BUNDLE is only
appropriate for use with GPLv2 compatible software.
(From yocto-docs rev: ecf4582b454aa301905f0f9e3c6f5adb98dc1991)
Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6cb9ad9c9e..5f6f91146b 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3589,6 +3589,12 @@ system and gives an overview of their function and contents. | |||
3589 | 3589 | ||
3590 | .. note:: | 3590 | .. note:: |
3591 | 3591 | ||
3592 | Bundling the initramfs with the kernel conflates the code in the | ||
3593 | initramfs with the GPLv2 licensed Linux kernel binary. Thus only GPLv2 | ||
3594 | compatible software may be part of a bundled initramfs. | ||
3595 | |||
3596 | .. note:: | ||
3597 | |||
3592 | Using an extra compilation pass to bundle the initramfs avoids a | 3598 | Using an extra compilation pass to bundle the initramfs avoids a |
3593 | circular dependency between the kernel recipe and the initramfs | 3599 | circular dependency between the kernel recipe and the initramfs |
3594 | recipe should the initramfs include kernel modules. Should that be | 3600 | recipe should the initramfs include kernel modules. Should that be |