-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: rauc-conf needs to be appended now instead of rauc
With d51bab8 (rauc: split package into 'rauc' for binary and 'rauc-conf' for configuration), users need to append rauc-conf instead of rauc when providing their device-specific configuration. This was not reflected by the docs yet. Also add an explicit migration note early in the README.rst. Signed-off-by: Enrico Jörns <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,18 @@ Please submit patches via GitHub pull request on https://github.com/rauc/meta-ra | |
|
||
Maintainer: Enrico Joerns <[email protected]> | ||
|
||
Migration Notes | ||
=============== | ||
|
||
Since **scarthgap**, the platform configuration (system.conf, keyring, etc.) was | ||
moved to a separate ``rauc-conf.bb`` recipe to allow building the rauc package | ||
with ``TUNE_PKGARCH`` and have a clearer separation between the binary and the | ||
configuration. | ||
|
||
Thus when updating to scarthgap or newer, make sure to move all | ||
configuration-specific adaptions from your ``rauc_%.bbappend`` to a | ||
``rauc-conf.bbappend`` file. | ||
|
||
|
||
I. Adding the rauc Layer to Your Build | ||
====================================== | ||
|
@@ -83,7 +95,7 @@ you have to follow at least the following steps: | |
|
||
DISTRO_FEATURES += "rauc" | ||
|
||
2. Add a ``rauc_%.bbappend`` in your device-specific (BSP) layer | ||
2. Add a ``rauc-conf.bbappend`` in your device-specific (BSP) layer | ||
that installs your RAUC system configuration file under | ||
``/etc/rauc/system.conf``. For information on how to write the RAUC | ||
update file, please refer to the RAUC user documentation [1]_:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters