Re: [OE-core] How to install individual -lic packages

2020-07-14 Thread Christian Eggers
In the meantime I could answer the question myself: Am Freitag, 10. Juli 2020, 23:16:39 CEST schrieb Christian Eggers: > [...] > I think this is not what I require. How can I install -lic packages > directly? In order to known by other (image) recipes, -lic packages must be added to PACKAGES_DYNA

Re: [OE-core] How to install individual -lic packages

2020-07-10 Thread Christian Eggers
Hi Christopher, Am Donnerstag, 9. Juli 2020, 18:04:00 CEST schrieb Christopher Larson: > COMPLEMENTARY_GLOB[lic-pkgs] = '*-lic' > IMAGE_FEATURES += "lic-pkgs" > > This is how the dbg-pkgs, dev-pkgs, doc-pkgs, src-pkgs, ptest-pkgs, > staticdev-pkgs are done. I think this is not what I require. How

Re: [OE-core] How to install individual -lic packages

2020-07-09 Thread Christopher Larson
COMPLEMENTARY_GLOB[lic-pkgs] = '*-lic' IMAGE_FEATURES += "lic-pkgs" This is how the dbg-pkgs, dev-pkgs, doc-pkgs, src-pkgs, ptest-pkgs, staticdev-pkgs are done. On Thu, Jul 9, 2020 at 3:58 AM Christian Eggers wrote: > I have set LICENSE_CREATE_PACKAGE to "1" in order to create additional -lic >

[OE-core] How to install individual -lic packages

2020-07-09 Thread Christian Eggers
I have set LICENSE_CREATE_PACKAGE to "1" in order to create additional -lic packages per recipe. As NO_RECOMMENDATIONS is set to "1" in my image recipe, the -lic packages are not installed automatically. How can I install specific -lic packages "manually". My idea was to create a new recipe which