|
VS: [yocto] Make do_image_complete wait for an earlier task
That is odd indeed. I need to give it another go. As for accounting for sstate, no, at least not intentionally.
Public at https://github.com/doubleopen-project/meta-doubleopen. The usual disclaimers
That is odd indeed. I need to give it another go. As for accounting for sstate, no, at least not intentionally.
Public at https://github.com/doubleopen-project/meta-doubleopen. The usual disclaimers
|
By
Mikko Murto
·
#53559
·
|
|
Re: Make do_image_complete wait for an earlier task
This seems a little odd since image.bbclass has:
do_rootfs[recrdeptask] += "do_packagedata"
which means do_rootfs should only happen after all do_packagedata have run.
Your task is added before
This seems a little odd since image.bbclass has:
do_rootfs[recrdeptask] += "do_packagedata"
which means do_rootfs should only happen after all do_packagedata have run.
Your task is added before
|
By
Richard Purdie
·
#53558
·
|
|
Make do_image_complete wait for an earlier task
Hi,
I've created a task do_create_spdx that gets some data from packages after do_package. The task is currently added with `addtask do_create_spdx after do_package before do_packagedata` The data is
Hi,
I've created a task do_create_spdx that gets some data from packages after do_package. The task is currently added with `addtask do_create_spdx after do_package before do_packagedata` The data is
|
By
Mikko Murto
·
#53557
·
|
|
Re: vlc 3.0.11 package issue
usually it means lua version mismatch. You might be hitting same issue
as reported here
https://trac.videolan.org/vlc/ticket/25036
there is a patch attached to that ticket. Please try to apply that
usually it means lua version mismatch. You might be hitting same issue
as reported here
https://trac.videolan.org/vlc/ticket/25036
there is a patch attached to that ticket. Please try to apply that
|
By
Khem Raj
·
#53556
·
|
|
vlc 3.0.11 package issue
Hi ,
I am trying to run vlc-3.0.11 media player on my riscv target board. I am facing problem this package
[cli] lua interface error: Error loading script /usr/lib/vlc/lua/intf/cli.luac:
Hi ,
I am trying to run vlc-3.0.11 media player on my riscv target board. I am facing problem this package
[cli] lua interface error: Error loading script /usr/lib/vlc/lua/intf/cli.luac:
|
By
sateesh m
·
#53555
·
|
|
vlc 3.0.11 package issue
Hi ,
I am trying to run vlc-3.0.11 media player on my riscv target board. I am facing problem this package
[cli] lua interface error: Error loading script /usr/lib/vlc/lua/intf/cli.luac:
Hi ,
I am trying to run vlc-3.0.11 media player on my riscv target board. I am facing problem this package
[cli] lua interface error: Error loading script /usr/lib/vlc/lua/intf/cli.luac:
|
By
sateesh m
·
#53554
·
|
|
Enhancements/Bugs closed WW20!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
randy.macleod@...
7
richard.purdie@...
5
mhalstead@...
1
timothy.t.orling@...
1
Grand
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
randy.macleod@...
7
richard.purdie@...
5
mhalstead@...
1
timothy.t.orling@...
1
Grand
|
By
Stephen Jolley
·
#53553
·
|
|
Current high bug count owners for Yocto Project 3.4
All,
Below is the list as of top 50 bug owners as of the end of WW20 of who have open medium or higher bugs and enhancements against YP 3.4. There are 115 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW20 of who have open medium or higher bugs and enhancements against YP 3.4. There are 115 possible work days left until the final
|
By
Stephen Jolley
·
#53552
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#53551
·
|
|
[ANNOUNCEMENT] Yocto Project 3.2.4 (gatesgarth-24.0.4) is Released
Hello,
We are pleased to announce the Yocto Project 3.2.4 (gatesgarth-24.0.4) Release is now available for download.
Hello,
We are pleased to announce the Yocto Project 3.2.4 (gatesgarth-24.0.4) Release is now available for download.
|
By
Vineela
·
#53550
·
|
|
Re: Statically linked libraries and license manifest
partly yes. there is a provision to disable static linking using DISABLE_STATIC, so atleast some of packages can be cleared of. depends are effective during build time and its the linking which
partly yes. there is a provision to disable static linking using DISABLE_STATIC, so atleast some of packages can be cleared of. depends are effective during build time and its the linking which
|
By
Khem Raj
·
#53549
·
|
|
Re: Make busybox's syslog.cfg depend on VIRTUAL-RUNTIME_base-utils-syslog
#dunfell
yes. Please send this change as a proper patch for inclusion to openembedded-core mailing list.
>
yes. Please send this change as a proper patch for inclusion to openembedded-core mailing list.
>
|
By
Khem Raj
·
#53548
·
|
|
python3-dlib linking issue
#yocto
#zeus
#python
Hi All,
I'm trying to bitbake a recipe for python3-dlib (the python API).
Here is the recipe:
SUMMARY = "A toolkit for making real world machine learning and data analysis applications"
HOMEPAGE =
Hi All,
I'm trying to bitbake a recipe for python3-dlib (the python API).
Here is the recipe:
SUMMARY = "A toolkit for making real world machine learning and data analysis applications"
HOMEPAGE =
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#53547
·
|
|
Re: meta-selinux issues. Depending on what I put in my local.conf, I get boot loops or can't log in.
Hi Yi,
I never could figure out which specific file wasn't found.
I did however pass "selinux=1 enforcing=0" to kernel and can now log in. But of course selinux isn't in "enforcing" mode.
I do get
Hi Yi,
I never could figure out which specific file wasn't found.
I did however pass "selinux=1 enforcing=0" to kernel and can now log in. But of course selinux isn't in "enforcing" mode.
I do get
|
By
Brian Hutchinson <b.hutchman@...>
·
#53546
·
|
|
Statically linked libraries and license manifest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
my question more or less reiterates the following:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041854.html
I am trying to find a way
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
my question more or less reiterates the following:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041854.html
I am trying to find a way
|
By
Jasper Orschulko
·
#53545
·
|
|
QA notification for completed autobuilder build (yocto-3.3.1.rc1)
A build flagged for QA (yocto-3.3.1.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.3.1.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.3.1.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.3.1.rc1
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#53544
·
|
|
Re: Opencv build generates Pseudo Abort
This is the key part of the log:
and the question is why a file that looks to be in what I'd guess is
This is the key part of the log:
and the question is why a file that looks to be in what I'd guess is
|
By
Richard Purdie
·
#53543
·
|
|
[meta-rockchip][PATCH v7 6/6] WIP NanoPi-M4: activate BT support
From: Yann Dirson <yann@...>
Take the firmware from rbwifibt, as a compatible one does not seem to
be available in broadcom-bt-firmware.
Disclaimer: I have only been able to scan/pair
From: Yann Dirson <yann@...>
Take the firmware from rbwifibt, as a compatible one does not seem to
be available in broadcom-bt-firmware.
Disclaimer: I have only been able to scan/pair
|
By
Yann Dirson
·
#53542
·
|
|
[meta-rockchip][PATCH v7 5/6] WIP Import rkwifibt-firmware from vendor's meta-rockchip
From: Yann Dirson <yann@...>
As far as the AP6356S in NanoPi-m4 is concerned, the included wifi firmwa=
re
is for Rockchip's kernel tree, but for Bluetooth firmware this seems to b=
e
the
From: Yann Dirson <yann@...>
As far as the AP6356S in NanoPi-m4 is concerned, the included wifi firmwa=
re
is for Rockchip's kernel tree, but for Bluetooth firmware this seems to b=
e
the
|
By
Yann Dirson
·
#53541
·
|
|
[meta-rockchip][PATCH v7 4/6] NanoPi-M4: activate Wifi support
From: Yann Dirson <yann@...>
---
conf/machine/include/nanopi-m4.inc | 5 ++++-
recipes-kernel/linux/files/bsp/rockchip/nanopi-m4.cfg | 5 +++++
2 files changed, 9
From: Yann Dirson <yann@...>
---
conf/machine/include/nanopi-m4.inc | 5 ++++-
recipes-kernel/linux/files/bsp/rockchip/nanopi-m4.cfg | 5 +++++
2 files changed, 9
|
By
Yann Dirson
·
#53540
·
|