| Message ID | 20251105085038.3302159-1-wzh@ilbers.de |
|---|---|
| State | Accepted, archived |
| Headers | show |
| Series | Doc: Fix a duplicated line in RECIPE-API-CHANGELOG.md | expand |
Applied to next. Zhihang On 11/5/25 09:50, Zhihang Wei wrote: > A duplicated line was accidentally added to RECIPE-API-CHANGELOG.md when > resolving conflicts. This patch corrects the doc. > > Signed-off-by: Zhihang Wei <wzh@ilbers.de> > --- > RECIPE-API-CHANGELOG.md | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md > index 247aac13..88819993 100644 > --- a/RECIPE-API-CHANGELOG.md > +++ b/RECIPE-API-CHANGELOG.md > @@ -790,14 +790,13 @@ unset (the default), `Rules-Requires-Root` will not be added. Otherwise, > Set `Rules-Requires-Root: no` in `debian/control` files to prevent unnecessary > invocation of fakeroot during package builds. This follows Debian guidelines > recommending not to use fakeroot when no privileged operations (e.g., `chown`, > -root file modifications) are required. > +root file modifications) are required. > > ### Add opensbi class to simplify custom OpenSBI builds > > A new class called `opensbi` has been introduced that shall help writing > shorter recipes for custom OpenSBI builds. Usage examples can be found in > `meta-isar/recipes/bsp/opensbi`. > -root file modifications) are required. > > ### Populate systemd units based on presets during image postprocessing >
diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md index 247aac13..88819993 100644 --- a/RECIPE-API-CHANGELOG.md +++ b/RECIPE-API-CHANGELOG.md @@ -790,14 +790,13 @@ unset (the default), `Rules-Requires-Root` will not be added. Otherwise, Set `Rules-Requires-Root: no` in `debian/control` files to prevent unnecessary invocation of fakeroot during package builds. This follows Debian guidelines recommending not to use fakeroot when no privileged operations (e.g., `chown`, -root file modifications) are required. +root file modifications) are required. ### Add opensbi class to simplify custom OpenSBI builds A new class called `opensbi` has been introduced that shall help writing shorter recipes for custom OpenSBI builds. Usage examples can be found in `meta-isar/recipes/bsp/opensbi`. -root file modifications) are required. ### Populate systemd units based on presets during image postprocessing
A duplicated line was accidentally added to RECIPE-API-CHANGELOG.md when resolving conflicts. This patch corrects the doc. Signed-off-by: Zhihang Wei <wzh@ilbers.de> --- RECIPE-API-CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)