Message ID | 20230212225617.501412-1-roberto.foglietta@linuxteam.org |
---|---|
State | Rejected, archived |
Headers | show |
Series | RECIPE-API-CHANGELOG.md syntax type for bitbake2 | expand |
On Sun, 2023-02-12 at 23:56 +0100, roberto.foglietta@linuxteam.org wrote: > From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com> > > RECIPE-API-CHANGELOG.md syntax type for bitbake2 > > Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com> > --- > RECIPE-API-CHANGELOG.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md > index e48c98c..2f3a129 100644 > --- a/RECIPE-API-CHANGELOG.md > +++ b/RECIPE-API-CHANGELOG.md > @@ -192,7 +192,7 @@ files and patches using bbappend a lot easier. > > For example: > ``` > -FILESEXTRAPATHS_prepend := "$THISDIR/files:" > +FILESEXTRAPATHS:prepend := "$THISDIR/files:" NACK. This changelog entry has been added long before the bitbake 2.0 migration. By that, it should also use the old syntax. Felix > ``` > > ### multiconfig build targets were renamed > -- > 2.34.1 >
On Mon, 13 Feb 2023 at 03:32, Moessbauer, Felix < felix.moessbauer@siemens.com> wrote: > On Sun, 2023-02-12 at 23:56 +0100, roberto.foglietta@linuxteam.org > > NACK. This changelog entry has been added long before the bitbake 2.0 > migration. By that, it should also use the old syntax. > But now the syntax is changed and the new one is mandatory with bitbake 2 and it works with the old version as well. So the change makes sense. Best regards, R-
diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md index e48c98c..2f3a129 100644 --- a/RECIPE-API-CHANGELOG.md +++ b/RECIPE-API-CHANGELOG.md @@ -192,7 +192,7 @@ files and patches using bbappend a lot easier. For example: ``` -FILESEXTRAPATHS_prepend := "$THISDIR/files:" +FILESEXTRAPATHS:prepend := "$THISDIR/files:" ``` ### multiconfig build targets were renamed