|
#bitbake
#bitbake
Since uvicorn has a proper pyproject.toml, you will want to use the new "PEP-517" classes available since 'kirkstone' Yocto Project release. You want to look at the pyproject.toml "build-backend" line
Since uvicorn has a proper pyproject.toml, you will want to use the new "PEP-517" classes available since 'kirkstone' Yocto Project release. You want to look at the pyproject.toml "build-backend" line
|
By
Tim Orling
· #59483
·
|
|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
|
By
Tim Orling
· #59467
·
|
|
State of Yocto styleguide and oe-stylize.py script
On Fri, Mar 17, 2023 at 5:51 AM VIVAVIS AG via lists.yoctoproject.org <embedded=vivavis.com@...> wrote: This is an open source community project, so as an interested user, you count
On Fri, Mar 17, 2023 at 5:51 AM VIVAVIS AG via lists.yoctoproject.org <embedded=vivavis.com@...> wrote: This is an open source community project, so as an interested user, you count
|
By
Tim Orling
· #59450
·
|
|
Hardware accelerated video decoding and display on AMD hardware?
I don’t have any direct experience, but a search for “Radeon” on layerindex gives some hints: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=Radeon So you probably want xf86-video
I don’t have any direct experience, but a search for “Radeon” on layerindex gives some hints: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=Radeon So you probably want xf86-video
|
By
Tim Orling
· #59093
·
|
|
Error creating recipe for Perl DBI for postgresql in Kirkstone
There are several layers of problems here. If you look at https://metacpan.org/release/TURNSTEP/DBD-Pg-3.16.0/source/Makefile.PL#L42 you can see that we could set export POSTGRES_INCLUDE="${STAGING_IN
There are several layers of problems here. If you look at https://metacpan.org/release/TURNSTEP/DBD-Pg-3.16.0/source/Makefile.PL#L42 you can see that we could set export POSTGRES_INCLUDE="${STAGING_IN
|
By
Tim Orling
· #58845
·
|
|
[layerindex-web] [PATCH] layerindex/utils.py: Add to baseconfig=True for bb.parse.handle()
Merged. Thank you!
By
Tim Orling
· #58843
·
|
|
[layerindex-web][PATCH 6/6] global: replace deprecated distutils
Replace distutils.version.LooseVersion with pkg_resource.parse_version https://majornetwork.net/2021/05/comparing-version-numbers-in-python/ [YOCTO #14990] Signed-off-by: Tim Orling <tim.orling@konsul
Replace distutils.version.LooseVersion with pkg_resource.parse_version https://majornetwork.net/2021/05/comparing-version-numbers-in-python/ [YOCTO #14990] Signed-off-by: Tim Orling <tim.orling@konsul
|
By
Tim Orling
· #58829
·
|
|
[layerindex-web][PATCH 5/6] Dockerfile: switch to ubuntu:jammy for >python3.8
From: Michael Halstead <mhalstead@...> ubuntu:jammy provides python 3.10.6 which supports current bitbake. Dropped unneeded python2 packages. Moved locale generation high to reduce err
From: Michael Halstead <mhalstead@...> ubuntu:jammy provides python 3.10.6 which supports current bitbake. Dropped unneeded python2 packages. Moved locale generation high to reduce err
|
By
Tim Orling
· #58828
·
|
|
[layerindex-web][PATCH 4/6] utils.py: Fix for is_commit_ancestor()
From: Robert Yang <liezhi.yang@...> The runcmd() would print an "ERROR" on failure which causes confusion since the failure is expected on old branches, so subprocess.getstatusoutput to fix
From: Robert Yang <liezhi.yang@...> The runcmd() would print an "ERROR" on failure which causes confusion since the failure is expected on old branches, so subprocess.getstatusoutput to fix
|
By
Tim Orling
· #58827
·
|
|
[layerindex-web][PATCH 3/6] admin.py: Remove has_delete_permission()
From: Robert Yang <liezhi.yang@...> The following commit has added on_delete=models.CASCADE to the ForeignKey: === commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4 Author: Amber Elliot <amber
From: Robert Yang <liezhi.yang@...> The following commit has added on_delete=models.CASCADE to the ForeignKey: === commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4 Author: Amber Elliot <amber
|
By
Tim Orling
· #58826
·
|
|
[layerindex-web][PATCH 2/6] utils.py: Use get_layer_var() to get BBFILE_COLLECTIONS
From: Robert Yang <liezhi.yang@...> The commit 38e6288c7dad579518b0de2b6664f23be58889b6 has added oe-core to BBLAYERS by default, and then there will be multiple BBFILE_COLLECTIONS which cau
From: Robert Yang <liezhi.yang@...> The commit 38e6288c7dad579518b0de2b6664f23be58889b6 has added oe-core to BBLAYERS by default, and then there will be multiple BBFILE_COLLECTIONS which cau
|
By
Tim Orling
· #58825
·
|
|
[layerindex-web][PATCH 1/6] Dockerfile: add captcha dependencies
From: Michael Halstead <mhalstead@...> The current version of django-simple-captcha requires libz and freetype development libraries. Signed-off-by: Michael Halstead <mhalstead@linuxfo
From: Michael Halstead <mhalstead@...> The current version of django-simple-captcha requires libz and freetype development libraries. Signed-off-by: Michael Halstead <mhalstead@linuxfo
|
By
Tim Orling
· #58824
·
|
|
[layerindex-web][PATCH 0/6] Patches from mailing list and fixes
This series catches up on some patches that had already been sent to the mailing list, just re-iterating them here exactly as they will be merged, as well as a couple new patches. A big "Thank You!" t
This series catches up on some patches that had already been sent to the mailing list, just re-iterating them here exactly as they will be merged, as well as a couple new patches. A big "Thank You!" t
|
By
Tim Orling
· #58823
·
|
|
Add user to group that's created in other recipe
One way I have gotten around this is by using an .inc file to create the users/groups and then the recipes that need the user/group require/include that .inc file.
One way I have gotten around this is by using an .inc file to create the users/groups and then the recipes that need the user/group require/include that .inc file.
|
By
Tim Orling
· #58688
·
|
|
Ownership issue during do_image
Are you building with a docker/podman container?
Are you building with a docker/podman container?
|
By
Tim Orling
· #58574
·
|
|
OpenEmbedded Happy Hour October 26 9pm/2100 UTC
All, You are cordially invited to the next OpenEmbedded Happy Hour on October 26 for Asia/Pacific 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 October 26 for Asia/Pacific time zones @ 2100/9pm UTC (5pm ET / 2pm PT). https://www.openembedded.org/wiki/Calendar https://www.op
|
By
Tim Orling
· #58415
·
|
|
#kirkstone efivar build failed
#kirkstone
Related: https://github.com/rhboot/efivar/issues/220
Related: https://github.com/rhboot/efivar/issues/220
|
By
Tim Orling
· #58327
·
|
|
OpenEmbedded Happy Hour September 28 5pm/1700 UTC
You are cordially invited to the next OpenEmbedded Happy Hour on September 28 for Europe/Americas time zones @ 1700/5pm UTC (7pm CEST / 1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar ht
You are cordially invited to the next OpenEmbedded Happy Hour on September 28 for Europe/Americas time zones @ 1700/5pm UTC (7pm CEST / 1pm ET / 10am PT). https://www.openembedded.org/wiki/Calendar ht
|
By
Tim Orling
· #58190
·
|
|
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
·
|