|
Re: BB_HASHBASE_WHITELIST
In local.conf, one usually wants to use _append instead of += since
local.conf is parsed pretty early, += will override current values set
with ?= or ??=. It might also be overridden if = is used in
In local.conf, one usually wants to use _append instead of += since
local.conf is parsed pretty early, += will override current values set
with ?= or ??=. It might also be overridden if = is used in
|
By
Quentin Schulz
·
#52480
·
|
|
BB_HASHBASE_WHITELIST
Where and when is it appropriate to add to/modify BB_HASHBASE_WHITELIST “ ?
I tried to do : BB_HASHBASE_WHITELIST += “BB_TRACE” in my local.conf but it ended up replacing existing list with
Where and when is it appropriate to add to/modify BB_HASHBASE_WHITELIST “ ?
I tried to do : BB_HASHBASE_WHITELIST += “BB_TRACE” in my local.conf but it ended up replacing existing list with
|
By
Monsees, Steven C (US)
·
#52479
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.6.rc1)
Hi all,
This is the full report for yocto-3.1.6.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
Hi all,
This is the full report for yocto-3.1.6.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
|
By
Sangeeta Jain
·
#52478
·
|
|
Re: Yocto- Apache2 build guide
Hi Sharmila,
This doesn't appear to be related to adding apache.
Are you able to build core-image-minimal without adding apache2?
Can you provide detailed steps wrt what layers and HEAD commits for
Hi Sharmila,
This doesn't appear to be related to adding apache.
Are you able to build core-image-minimal without adding apache2?
Can you provide detailed steps wrt what layers and HEAD commits for
|
By
Randy MacLeod
·
#52477
·
|
|
Re: [meta-security] [PATCH V2 0/8] Some fixes for IMA/EVM
merged
By
Armin Kuster
·
#52476
·
|
|
Multi-planar API support in g_webcam
Hi All,
I wanted to know whether g_webcam supports multi-planar API.
--
Thanks and Regards
Sheraz Ali Shah
Hi All,
I wanted to know whether g_webcam supports multi-planar API.
--
Thanks and Regards
Sheraz Ali Shah
|
By
Sheraz Ali <sheraz.ali@...>
·
#52475
·
|
|
Re: #yocto #sdk
#yocto
#sdk
Thanks again, these utilities make it much easier to understand and correct the issues...
Thanks again, these utilities make it much easier to understand and correct the issues...
|
By
Monsees, Steven C (US)
·
#52474
·
|
|
Re: Dunfell, nodejs and typescript - short experience report
Hi Simon,
I'm dealing actually with the same problem. Would you like to share your "configure in my own subclass"?
I'm also thinking there is a need for a bbclass which actually is not using gyp,
Hi Simon,
I'm dealing actually with the same problem. Would you like to share your "configure in my own subclass"?
I'm also thinking there is a need for a bbclass which actually is not using gyp,
|
By
TRO <thomas.roos@...>
·
#52473
·
|
|
Yocto- Apache2 build guide
Hi,
I am trying to enable httpd package into my yocto build, steps I followed is as below
1. Added below layer in bblayer.conf file
sources/meta-openembedded/meta-webserver
2. Added below line in
Hi,
I am trying to enable httpd package into my yocto build, steps I followed is as below
1. Added below layer in bblayer.conf file
sources/meta-openembedded/meta-webserver
2. Added below line in
|
By
D, Sharmila <sharmila.d@...>
·
#52472
·
|
|
Re: Trouble booting basic x86 image
Thanks for the advice. I decided to try wic, since that's actually the x86
default if you don't set IMAGE_FSTYPES. It also looks cleaner than hddimg,
since it has a real ext4 partition and no loop
Thanks for the advice. I decided to try wic, since that's actually the x86
default if you don't set IMAGE_FSTYPES. It also looks cleaner than hddimg,
since it has a real ext4 partition and no loop
|
By
Paul D. DeRocco
·
#52471
·
|
|
Re: Huawei e3372h & Quectel EG25-G LTE modems
I'm reading the Quectel dokumentation, and it say that a GobiNet driver should be included as well. But there is no Yocto recipe for that
--
Zolee
I'm reading the Quectel dokumentation, and it say that a GobiNet driver should be included as well. But there is no Yocto recipe for that
--
Zolee
|
By
Zoltan Kerenyi Nagy
·
#52470
·
|
|
Re: Huawei e3372h & Quectel EG25-G LTE modems
Hi Khem,
There is no NetworkManager.conf file on the device. Shoudl I create one?
--
Zolee
Hi Khem,
There is no NetworkManager.conf file on the device. Shoudl I create one?
--
Zolee
|
By
Zoltan Kerenyi Nagy
·
#52469
·
|
|
Re: Kernel Header UAPI Issue
Hi Bruce,
Thanks a lot for your patch (attached in bugzilla
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5305). I am
summarizing all steps once again for the benefit of anyone else who
faces the
Hi Bruce,
Thanks a lot for your patch (attached in bugzilla
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5305). I am
summarizing all steps once again for the benefit of anyone else who
faces the
|
By
Karthik Poduval
·
#52468
·
|
|
Re: Huawei e3372h & Quectel EG25-G LTE modems
what does NetworkManager.conf look like on the device ?
especially mark managed=true and see if that helps
what does NetworkManager.conf look like on the device ?
especially mark managed=true and see if that helps
|
By
Khem Raj
·
#52467
·
|
|
Huawei e3372h & Quectel EG25-G LTE modems
Hi,
I have a barix ipam400 module, the development is done with Yocto. Recently I managed to modify and include the needed kernel modules into the kernel with Yocto.
However it still doesnt work. Both
Hi,
I have a barix ipam400 module, the development is done with Yocto. Recently I managed to modify and include the needed kernel modules into the kernel with Yocto.
However it still doesnt work. Both
|
By
Zoltan Kerenyi Nagy
·
#52466
·
|
|
Re: [opkg-devel] [opkg-utils PATCH v2] Makefile: separate manpages and utils install
Merged 1 commit to opkg-utils:master.
74ccbee0f798822041dba5c6564df62a0c60d86b
Thanks,
--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)
alex.stewart@...
Merged 1 commit to opkg-utils:master.
74ccbee0f798822041dba5c6564df62a0c60d86b
Thanks,
--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)
alex.stewart@...
|
By
Alex Stewart
·
#52465
·
|
|
[ANNOUNCEMENT] Yocto Project 3.2.2 (gatesgarth-24.0.2) is Released
Hello,
We are pleased to announce the Yocto Project 3.2.2 (gatesgarth-24.0.2) Release is now available for download.
Hello,
We are pleased to announce the Yocto Project 3.2.2 (gatesgarth-24.0.2) Release is now available for download.
|
By
Vineela
·
#52464
·
|
|
Re: #yocto #sdk
#yocto
#sdk
Thanks, will go through it...
Thanks, will go through it...
|
By
Monsees, Steven C (US)
·
#52463
·
|
|
Adding USB modem support to Yocto
#raspberrypi
Hi!
I'm a new Yocto user trying to develop a fork of Chirpstack's Gateway OS for Raspberry Pi based LoRaWAN gateways. Although I have successfully modified and added new recipes, I'm struggling with
Hi!
I'm a new Yocto user trying to develop a fork of Chirpstack's Gateway OS for Raspberry Pi based LoRaWAN gateways. Although I have successfully modified and added new recipes, I'm struggling with
|
By
José Amador Demeneghi
·
#52462
·
|
|
Re: #yocto #sdk
#yocto
#sdk
https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc)
On Tue, Feb 23, 2021 at 10:03 AM Monsees, Steven C (US)
https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc)
On Tue, Feb 23, 2021 at 10:03 AM Monsees, Steven C (US)
|
By
Khem Raj
·
#52461
·
|