|
OpenEmbedded Happy Hour June 29 9pm/2100 UTC
All, You are cordially invited to the next OpenEmbedded Happy Hour on June 29 for Europe/Americas time zones @ 2100/9pm UTC (5pm ET / 2pm PT). https://www.openembedded.org/wiki/Calendar https://www.op
All, You are cordially invited to the next OpenEmbedded Happy Hour on June 29 for Europe/Americas time zones @ 2100/9pm UTC (5pm ET / 2pm PT). https://www.openembedded.org/wiki/Calendar https://www.op
|
By
Tim Orling
· #57409
·
|
|
meta-egl failure: Nothing RPROVIDES polkit
polkit needs to be in DISTRO_FEATURES and the recipe needs to have a check for that (and inherit features_check)
polkit needs to be in DISTRO_FEATURES and the recipe needs to have a check for that (and inherit features_check)
|
By
Tim Orling
· #57206
·
|
|
OpenEmbedded Happy Hour May 25 5pm/1700 UTC
All, You are cordially invited to the next OpenEmbedded Happy Hour on May 25 for Europe/Americas time zones @ 1700/5pm UTC (1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar https://www.op
All, You are cordially invited to the next OpenEmbedded Happy Hour on May 25 for Europe/Americas time zones @ 1700/5pm UTC (1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar https://www.op
|
By
Tim Orling
· #57181
·
|
|
[RFC][WIP]{honister] kernel-lab manual
I have the restructured text conversion far enough along for the 'kernel-lab' to share it now. Because I was last working on this for Yocto Project Summit 2021.11, the current qemux86 base is on 'honi
I have the restructured text conversion far enough along for the 'kernel-lab' to share it now. Because I was last working on this for Yocto Project Summit 2021.11, the current qemux86 base is on 'honi
|
By
Tim Orling
· #57084
·
|
|
[layerindex-web][PATCH v2 1/3] layerindex/utils.py: add is_commit_ancestor check
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checked out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which have
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checked out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which have
|
By
Tim Orling
· #56945
·
|
|
[layerindex-web][PATCH v2 3/3] layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS
Many layers append BBFILE_COLLECTIONS and therefore have 'core <layer>' During update.py, this means we are likely not handling the collection we expect: WARNING: /opt/workdir/git___git_openembedded_o
Many layers append BBFILE_COLLECTIONS and therefore have 'core <layer>' During update.py, this means we are likely not handling the collection we expect: WARNING: /opt/workdir/git___git_openembedded_o
|
By
Tim Orling
· #56858
·
|
|
[layerindex-web][PATCH v2 2/3] recipe{desc,parse}.py: BB_ENV_PASSTHROUGH_ADDITIONS
ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Variable BB_ENV_EXTRAWHITE from the shell environment has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR:
ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Variable BB_ENV_EXTRAWHITE from the shell environment has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR:
|
By
Tim Orling
· #56857
·
|
|
[layerindex-web][PATCH 1/3] layerindex/utils.py: add is_commit_ancestor check
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checkout out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which hav
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checkout out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which hav
|
By
Tim Orling
· #56856
·
|
|
[layerindex-web][PATCH 0/3] Fixes for updates
This series includes fixes to allow update.py to run on 'master', by providing a check for the BB_ENV_PASSTHROUGHS_ADDITIONS variable renaming in bitbake 2.0+. To do so, an 'is_commit_ancestor' check
This series includes fixes to allow update.py to run on 'master', by providing a check for the BB_ENV_PASSTHROUGHS_ADDITIONS variable renaming in bitbake 2.0+. To do so, an 'is_commit_ancestor' check
|
By
Tim Orling
· #56855
·
|
|
[layerindex][PATCH 4/4] layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS
Many layers append BBFILE_COLLECTIONS and therefore have 'core <layer>' During update.py, this means we are likely not handling the collection we expect: WARNING: /opt/workdir/git___git_openembedded_o
Many layers append BBFILE_COLLECTIONS and therefore have 'core <layer>' During update.py, this means we are likely not handling the collection we expect: WARNING: /opt/workdir/git___git_openembedded_o
|
By
Tim Orling
· #56714
·
|
|
[layerindex][PATCH 3/4] recipe{desc,parse}.py: BB_ENV_PASSTHROUGH_ADDITIONS
ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Variable BB_ENV_EXTRAWHITE from the shell environment has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR:
ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Variable BB_ENV_EXTRAWHITE from the shell environment has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR:
|
By
Tim Orling
· #56713
·
|
|
[layerindex][PATCH 2/4] layerindex/models.py: add Inactive-Upstream
Add the newish Inactive-Upstream upstream status. Add 0046_alter_patch_status.py migration. Signed-off-by: Tim Orling <tim.orling@...> layerindex/migrations: update patch status Signed-off-by
Add the newish Inactive-Upstream upstream status. Add 0046_alter_patch_status.py migration. Signed-off-by: Tim Orling <tim.orling@...> layerindex/migrations: update patch status Signed-off-by
|
By
Tim Orling
· #56712
·
|
|
[layerindex][PATCH 1/4] layerindex/urls.py: fix about url pattern
The url pattern was not including the trailing / [YOCTO #14445] Signed-off-by: Tim Orling <tim.orling@...> --- layerindex/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g
The url pattern was not including the trailing / [YOCTO #14445] Signed-off-by: Tim Orling <tim.orling@...> --- layerindex/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g
|
By
Tim Orling
· #56711
·
|
|
[layerindex][PATCH 0/4] Various fixes
Various fixes to address errors and warnings when running update.py The following changes since commit 796d2455bb862ed4c71eadfa9fcf4c002752c2f3: templates/*: staticfiles -> static (2022-01-13 23:36:22
Various fixes to address errors and warnings when running update.py The following changes since commit 796d2455bb862ed4c71eadfa9fcf4c002752c2f3: templates/*: staticfiles -> static (2022-01-13 23:36:22
|
By
Tim Orling
· #56710
·
|
|
CVE patch updates
Steven, if you haven’t already, you should subscribe to https://lists.yoctoproject.org/g/yocto-security Emails are sent out, usually on Sunday. If you see a CVE that interests you… grab it and fix it.
Steven, if you haven’t already, you should subscribe to https://lists.yoctoproject.org/g/yocto-security Emails are sent out, usually on Sunday. If you see a CVE that interests you… grab it and fix it.
|
By
Tim Orling
· #56558
·
|
|
[meta-selinux][PATCH] prelink: drop bbappend
prelink has been dropped from oe-core [1], so the bbappend can no longer be applied. [1] https://git.openembedded.org/openembedded-core/commit/?id=23c0be78106f1d1e2bb9c724174a1bb8c56c2469 Signed-off-b
prelink has been dropped from oe-core [1], so the bbappend can no longer be applied. [1] https://git.openembedded.org/openembedded-core/commit/?id=23c0be78106f1d1e2bb9c724174a1bb8c56c2469 Signed-off-b
|
By
Tim Orling
· #56085
·
|
|
[Openembedded-architecture] Inclusive Language Proposal for YP/OE folllow-up
This looks to be in good shape. Thank you to the reviewers for some excellent variable names.
This looks to be in good shape. Thank you to the reviewers for some excellent variable names.
|
By
Tim Orling
· #56064
·
|
|
[layerindex][PATCH 19/18] templates/*: staticfiles -> static
In Django 3.0 the staticfiles tag was changed to static Signed-off-by: Tim Orling <tim.orling@...> --- templates/layerindex/classicstats.html | 2 +- templates/rrs/base_toplevel.html | 2 +- te
In Django 3.0 the staticfiles tag was changed to static Signed-off-by: Tim Orling <tim.orling@...> --- templates/layerindex/classicstats.html | 2 +- templates/rrs/base_toplevel.html | 2 +- te
|
By
Tim Orling
· #55871
·
|
|
[layerindex][PATCH 18/18] requirements.txt: bump all to latest
Run pip-upgrade and update all to latest Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletio
Run pip-upgrade and update all to latest Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletio
|
By
Tim Orling
· #55869
·
|
|
[layerindex][PATCH 17/18] Dockerfile: add back python2 dependencies
We have some layers and especially older releases that still support python2. Add python2 dependencies back to the container so that the older releases still function. Signed-off-by: Tim Orling <tim.o
We have some layers and especially older releases that still support python2. Add python2 dependencies back to the container so that the older releases still function. Signed-off-by: Tim Orling <tim.o
|
By
Tim Orling
· #55868
·
|