|
Invalid checksums for SRC_URI ignored?
Greetings,
I reused a simple "hello" recipe and added a non-matching checksum to it:
...
SRC_URI = "file://helloworld.c"
SRC_URI[md5sum] = "34f0efd76b4f18888888888833cdd129"
...
The rest of the
Greetings,
I reused a simple "hello" recipe and added a non-matching checksum to it:
...
SRC_URI = "file://helloworld.c"
SRC_URI[md5sum] = "34f0efd76b4f18888888888833cdd129"
...
The rest of the
|
By
Michael Opdenacker
·
#55909
·
|
|
Re: Honister broken WiFi communication
Hi Tomasz,
Thanks for your response.
Yes, but the Zeus build image uses the same device tree that could run
WiFi connection without any issues, I am comparing the same source and
configuration
Hi Tomasz,
Thanks for your response.
Yes, but the Zeus build image uses the same device tree that could run
WiFi connection without any issues, I am comparing the same source and
configuration
|
By
JH
·
#55908
·
|
|
Re: Honister broken WiFi communication
Hi JH,
Are you using custom Linux kernel / custom device tree? Maybe there is
some issue there?
Kind regards,
Tomasz Żyjewski
Embedded Systems Engineer
GPG: 5C495EA3EBEECA59
https://3mdeb.com |
Hi JH,
Are you using custom Linux kernel / custom device tree? Maybe there is
some issue there?
Kind regards,
Tomasz Żyjewski
Embedded Systems Engineer
GPG: 5C495EA3EBEECA59
https://3mdeb.com |
|
By
tomzy
·
#55907
·
|
|
[yocto-autobuilder2][PATCH] config.py: enable debian11 for hardknott
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 4c0b83b..0f99557 100644
---
Signed-off-by: Anuj Mittal <anuj.mittal@...>
---
config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.py b/config.py
index 4c0b83b..0f99557 100644
---
|
By
Anuj Mittal
·
#55906
·
|
|
Re: Honister broken WiFi communication
Hi Rudolf,
Thanks for your response and comments.
Not that bad, the WiFi interfaces was fine, but it could not get dhcp
response and IP address so an automatic private IP address 169.254
Hi Rudolf,
Thanks for your response and comments.
Not that bad, the WiFi interfaces was fine, but it could not get dhcp
response and IP address so an automatic private IP address 169.254
|
By
JH
·
#55905
·
|
|
Re: gdb with a broken sdk
perhaps gdb-cross-${TARGET_ARCH} would be more generic.
perhaps gdb-cross-${TARGET_ARCH} would be more generic.
|
By
Khem Raj
·
#55904
·
|
|
Re: Advertise lore.kernel.org archives on website?
Thanks for the feedback.
Done on https://www.yoctoproject.org/community/mailing-lists/
I added lore.kernel.org links when applicable, and also added the
openembedded-devel mailing list which was
Thanks for the feedback.
Done on https://www.yoctoproject.org/community/mailing-lists/
I added lore.kernel.org links when applicable, and also added the
openembedded-devel mailing list which was
|
By
Michael Opdenacker
·
#55903
·
|
|
Re: Building uImage with appended DTB
Just a short hint if you didn’t discover it yourself, there is a (very) old BSP available from PHYTEC [1]. The downloads don’t seem to work, but they’re available on a probably forgotten FTP
Just a short hint if you didn’t discover it yourself, there is a (very) old BSP available from PHYTEC [1]. The downloads don’t seem to work, but they’re available on a probably forgotten FTP
|
By
Nicolas Jeker
·
#55902
·
|
|
Yocto Project Status WW03`22
Current Dev Position: YP 3.5 M2
Next Deadline: 17th Jan. 2022 YP 3.5 M2 build
Next Team Meetings:
Bug Triage meeting Thursday Jan. 20th 7:30 am PDT
Current Dev Position: YP 3.5 M2
Next Deadline: 17th Jan. 2022 YP 3.5 M2 build
Next Team Meetings:
Bug Triage meeting Thursday Jan. 20th 7:30 am PDT
|
By
Stephen Jolley
·
#55901
·
|
|
Re: Honister broken WiFi communication
Hi JH,
Yes, I have, but with Network Manager instead of connman. WiFi works just fine.
There are a lot of pieces in the chain and it is not obvious from your description where it is broken.
If you run
Hi JH,
Yes, I have, but with Network Manager instead of connman. WiFi works just fine.
There are a lot of pieces in the chain and it is not obvious from your description where it is broken.
If you run
|
By
Rudolf J Streif
·
#55900
·
|
|
Re: gdb with a broken sdk
Follow up on this thread: I've been kindly helped by kroon on #yocto.
The trick consists in adding a build-time dependency to gdb-cross-aarch64
in my recipe:
DEPEND = "gdb-cross-aarch64"
At this
Follow up on this thread: I've been kindly helped by kroon on #yocto.
The trick consists in adding a build-time dependency to gdb-cross-aarch64
in my recipe:
DEPEND = "gdb-cross-aarch64"
At this
|
By
dacav
·
#55899
·
|
|
Re: Advertise lore.kernel.org archives on website?
Sounds fine to me.
Cheers,
Richard
Sounds fine to me.
Cheers,
Richard
|
By
Richard Purdie
·
#55898
·
|
|
Honister broken WiFi communication
Hi,
Has anyone successfully built a Linux image by Honister to run WiFi
driver, connman and wpa_supplicant for WiFi interface?
I could build an image by Zeus to run WiFi driver,
Hi,
Has anyone successfully built a Linux image by Honister to run WiFi
driver, connman and wpa_supplicant for WiFi interface?
I could build an image by Zeus to run WiFi driver,
|
By
JH
·
#55897
·
|
|
Advertise lore.kernel.org archives on website?
Greetings,
I see more and more people using links to the lore.kernel.org archives,
for example the ones for this list: https://lore.kernel.org/yocto/
These look more convenient to use than the ones
Greetings,
I see more and more people using links to the lore.kernel.org archives,
for example the ones for this list: https://lore.kernel.org/yocto/
These look more convenient to use than the ones
|
By
Michael Opdenacker
·
#55896
·
|
|
Installing only python .pyc files onto the image
#yocto
Was wondering if there was a way to edit the distitils3.bbclass or a similar file to only install the python .pyc files onto a yocto image?
I saw something about editing the
Was wondering if there was a way to edit the distitils3.bbclass or a similar file to only install the python .pyc files onto a yocto image?
I saw something about editing the
|
By
Sam
·
#55895
·
|
|
Enhancements/Bugs closed WW03!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#55894
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 44 bug owners as of the end of WW03 of who have open medium or higher bugs and enhancements against YP 3.5. There are 71 possible work days left until the final
All,
Below is the list as of top 44 bug owners as of the end of WW03 of who have open medium or higher bugs and enhancements against YP 3.5. There are 71 possible work days left until the final
|
By
Stephen Jolley
·
#55893
·
|
|
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
·
#55892
·
|
|
Re: Building uImage with appended DTB
A solution that seems to work is to create a new .bbclass inherited from my layer's linux .bbappend file that implements uboot_prep_kimage:append() to append the DTB to linux.bin. This code would run
A solution that seems to work is to create a new .bbclass inherited from my layer's linux .bbappend file that implements uboot_prep_kimage:append() to append the DTB to linux.bin. This code would run
|
By
Ryan Govostes
·
#55891
·
|
|
[psplash][PATCH] psplash: Fix double buffering initialization
Some fb drivers do not implement double buffering completely or correctly.
For example mxsfb driver does not set yres_virtual to double on
initialization, nor it allows its doubling by
Some fb drivers do not implement double buffering completely or correctly.
For example mxsfb driver does not set yres_virtual to double on
initialization, nor it allows its doubling by
|
By
Horn, Michal
·
#55890
·
|