|
Re: gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
To add every package (into poky) by every personal wish of any Yocto
user, or not to add any package without exclusion, that is the
question?
Why not to do addition of the proprietary layer for
To add every package (into poky) by every personal wish of any Yocto
user, or not to add any package without exclusion, that is the
question?
Why not to do addition of the proprietary layer for
|
By
Zoran
·
#54626
·
|
|
gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?
Hello,
is it somehow possible to add the ubxtool in the gpsd-utils package?
(I use the current master branch)
Best regards,
Matthias
Hello,
is it somehow possible to add the ubxtool in the gpsd-utils package?
(I use the current master branch)
Best regards,
Matthias
|
By
Matthias Klein
·
#54625
·
|
|
Re: editing Makefile after configure stage to disable -Werror
Please try backporting this fix
https://sourceware.org/git/?p=elfutils.git;a=commit;h=a01938d584b91e747167bb4b3f30ec300c4d6e43
if this is not enough then I think you just need to edit config/eu.am
Please try backporting this fix
https://sourceware.org/git/?p=elfutils.git;a=commit;h=a01938d584b91e747167bb4b3f30ec300c4d6e43
if this is not enough then I think you just need to edit config/eu.am
|
By
Khem Raj
·
#54624
·
|
|
Re: Binary compliance validation
Hi,
Thanks for the pointer! Nope, there's no coordination, it's a separate effort and seems the approach and goals are somewhat different. The sstate handling is however a very
Hi,
Thanks for the pointer! Nope, there's no coordination, it's a separate effort and seems the approach and goals are somewhat different. The sstate handling is however a very
|
By
Anatol Belski
·
#54623
·
|
|
Re: Binary compliance validation
<anbelski@...> wrote:
Out of curiosity, are you coordinating with the work sent in March by BMW ?
see the email with the subject: [yocto] Demo of abi checker hook with hashequiv
And
<anbelski@...> wrote:
Out of curiosity, are you coordinating with the work sent in March by BMW ?
see the email with the subject: [yocto] Demo of abi checker hook with hashequiv
And
|
By
Bruce Ashfield
·
#54622
·
|
|
Binary compliance validation
Hi,
I'm writing to present an ABI compliance check mechanism for Poky
recently developed to help improve the product stability. It is still
an early work which however has already proven itself
Hi,
I'm writing to present an ABI compliance check mechanism for Poky
recently developed to help improve the product stability. It is still
an early work which however has already proven itself
|
By
Anatol Belski
·
#54621
·
|
|
Yocto Project Status WW35`21
Current Dev Position: YP 3.4 M3 (Feature Freeze)
Next Deadline: 23rd Aug. 2021 YP 3.4 M3 build (Feature Freeze)
Next Team Meetings:
Bug Triage meeting Thursday Sept. 2nd at 7:30am PDT
Current Dev Position: YP 3.4 M3 (Feature Freeze)
Next Deadline: 23rd Aug. 2021 YP 3.4 M3 build (Feature Freeze)
Next Team Meetings:
Bug Triage meeting Thursday Sept. 2nd at 7:30am PDT
|
By
Stephen Jolley
·
#54620
·
|
|
Re: extrausers-bbclass: plaintext password (since shadow update to 4.9)
Hello Peter,
thanks for the solution!
Many greetings,
Matthias
-----Ursprüngliche Nachricht-----
Von: Peter Bergin <peter@...>
Gesendet: Dienstag, 31. August 2021 09:45
An: Matthias
Hello Peter,
thanks for the solution!
Many greetings,
Matthias
-----Ursprüngliche Nachricht-----
Von: Peter Bergin <peter@...>
Gesendet: Dienstag, 31. August 2021 09:45
An: Matthias
|
By
Matthias Klein
·
#54619
·
|
|
Re: editing Makefile after configure stage to disable -Werror
you could try to add a line like this to your recipe:
CFLAGS:append = " -Wno-error=missing-attributes"
Am 31.08.21 um 08:41 schrieb Ivan Riabtsov:
you could try to add a line like this to your recipe:
CFLAGS:append = " -Wno-error=missing-attributes"
Am 31.08.21 um 08:41 schrieb Ivan Riabtsov:
|
By
Markus Volk
·
#54618
·
|
|
Re: downgrade openssl libraryes
Why are you afraid to brick the device? You can use mfgtool to reflash the device from scratch, including u-boot. It works with a special boot mode pin setting and uses an USB port. Depending on the
Why are you afraid to brick the device? You can use mfgtool to reflash the device from scratch, including u-boot. It works with a special boot mode pin setting and uses an USB port. Depending on the
|
By
Bas Mevissen
·
#54617
·
|
|
Re: editing Makefile after configure stage to disable -Werror
i cleaned out -Werror wherever possible with command:
sed -i 's/-Werror//g' $(find . -type f -exec egrep -l _no_Werror {} \;)
and elfutils is builded
вт, 31 авг. 2021 г. в 09:41, Ivan
i cleaned out -Werror wherever possible with command:
sed -i 's/-Werror//g' $(find . -type f -exec egrep -l _no_Werror {} \;)
and elfutils is builded
вт, 31 авг. 2021 г. в 09:41, Ivan
|
By
Ivan Riabtsov <ivriabtsov@...>
·
#54616
·
|
|
Re: extrausers-bbclass: plaintext password (since shadow update to 4.9)
Hi Matthias,
Is it a requirement that you need to regenerate the hash on every build? If not one solution can be:
inherit extrausers
#
# HASH generated with this
Hi Matthias,
Is it a requirement that you need to regenerate the hash on every build? If not one solution can be:
inherit extrausers
#
# HASH generated with this
|
By
Peter Bergin
·
#54615
·
|
|
Re: extrausers-bbclass: plaintext password (since shadow update to 4.9)
Hello Peter,
I have already tried many things to pass the hash escaped to the extrausers-bbclass.
But I have not found a way to set the password with EXTRA_USERS_PARAMS.
Do you know a working
Hello Peter,
I have already tried many things to pass the hash escaped to the extrausers-bbclass.
But I have not found a way to set the password with EXTRA_USERS_PARAMS.
Do you know a working
|
By
Matthias Klein
·
#54614
·
|
|
Re: extrausers-bbclass: plaintext password (since shadow update to 4.9)
Hello Markus,
thanks for the workaround!
Works great.
Many greetings,
Matthias
Von: Markus Volk <f_l_k@...>
Gesendet: Montag, 30. August 2021 20:46
An: Matthias Klein
Hello Markus,
thanks for the workaround!
Works great.
Many greetings,
Matthias
Von: Markus Volk <f_l_k@...>
Gesendet: Montag, 30. August 2021 20:46
An: Matthias Klein
|
By
Matthias Klein
·
#54613
·
|
|
editing Makefile after configure stage to disable -Werror
Hello, I have the following error:
../../elfutils-0.166/libelf/libelfP.h:53:30: error: ‘__elf64_msize’
specifies less restrictive attribute than its target ‘elf64_fsize’:
‘const’
Hello, I have the following error:
../../elfutils-0.166/libelf/libelfP.h:53:30: error: ‘__elf64_msize’
specifies less restrictive attribute than its target ‘elf64_fsize’:
‘const’
|
By
Ivan Riabtsov <ivriabtsov@...>
·
#54612
·
|
|
Re: [oe][meta-security][PATCH] meta: Fix typos
you are right. Some how dropped that one. Its merged not.
thanks for the reminder.
-armin
you are right. Some how dropped that one. Its merged not.
thanks for the reminder.
-armin
|
By
Armin Kuster
·
#54611
·
|
|
M+ & H bugs with Milestone Movements WW35
All,
YP M+ or high bugs which moved to a new milestone in WW35 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13025
WIC image install
All,
YP M+ or high bugs which moved to a new milestone in WW35 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
13025
WIC image install
|
By
Stephen Jolley
·
#54610
·
|
|
Enhancements/Bugs closed WW35!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
richard.purdie@...
1
randy.macleod@...
1
Grand Total
2
Thanks,
Stephen K. Jolley
Yocto
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
richard.purdie@...
1
randy.macleod@...
1
Grand Total
2
Thanks,
Stephen K. Jolley
Yocto
|
By
Stephen Jolley
·
#54609
·
|
|
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 WW35 of who have open medium or higher bugs and enhancements against YP 3.4. There are 42 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW35 of who have open medium or higher bugs and enhancements against YP 3.4. There are 42 possible work days left until the final
|
By
Stephen Jolley
·
#54608
·
|
|
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
·
#54607
·
|