|
Re: [meta-raspberrypi] error with sc16is752-spi0 overlay
I think the content of IMAGE_BOOT_FILES would be right place to start looking into the issue.
bitbake -e <yourimage> | grep -e "^IMAGE_BOOT_FILES="
might give more insights into this variable's
I think the content of IMAGE_BOOT_FILES would be right place to start looking into the issue.
bitbake -e <yourimage> | grep -e "^IMAGE_BOOT_FILES="
might give more insights into this variable's
|
By
Khem Raj
·
#51725
·
|
|
Re: [meta-rockchip][PATCH] Fix Rock Pi 4 serial port
Nope, that should be enough to show that it has already been addressed
upstream. By default, you'll get a v5.10-rc with -dev in master, so
that confirms the fix.
True that. And the time spent to
Nope, that should be enough to show that it has already been addressed
upstream. By default, you'll get a v5.10-rc with -dev in master, so
that confirms the fix.
True that. And the time spent to
|
By
Bruce Ashfield
·
#51724
·
|
|
Re: [meta-rockchip][PATCH] Fix Rock Pi 4 serial port
When I use `linux-yocto-dev` as the kernel provider, it works just fine (in fact, I can't seem to find the commit that *fixes* the problem there....), so I think 5.10 will be OK? Is there something
When I use `linux-yocto-dev` as the kernel provider, it works just fine (in fact, I can't seem to find the commit that *fixes* the problem there....), so I think 5.10 will be OK? Is there something
|
By
Joshua Watt
·
#51723
·
|
|
Re: cpu_count() got an unexpected keyword argument 'at_least'
Hi Sateesh,
Are you sure all layers are checked out at the same branch? (e.g.
`dunfell` branch (or a branch with LAYERSERIESCOMPAT in conf/layer.conf
with dunfell in it))?
I suspect there was a
Hi Sateesh,
Are you sure all layers are checked out at the same branch? (e.g.
`dunfell` branch (or a branch with LAYERSERIESCOMPAT in conf/layer.conf
with dunfell in it))?
I suspect there was a
|
By
Quentin Schulz
·
#51722
·
|
|
Re: cpu_count() got an unexpected keyword argument 'at_least'
You're probably mixing incompatible branches of different layers - always use the same branch in all layers.
at_least was added in oe-core/dunfell
You're probably mixing incompatible branches of different layers - always use the same branch in all layers.
at_least was added in oe-core/dunfell
|
By
Martin Jansa
·
#51721
·
|
|
Re: [meta-rockchip][PATCH] Fix Rock Pi 4 serial port
If you want, I can also pick this up and merge it directly into
linux-yocto and do a SRCREV bump.
Have you tested against 5.10 ? I'm working through issues with it now,
and it would be nice to fix
If you want, I can also pick this up and merge it directly into
linux-yocto and do a SRCREV bump.
Have you tested against 5.10 ? I'm working through issues with it now,
and it would be nice to fix
|
By
Bruce Ashfield
·
#51720
·
|
|
cpu_count() got an unexpected keyword argument 'at_least'
Hi Guys,
I got expansion error during parsing. I want to fix this bug. can anybody know this issue please Update me.
Traceback (most recent call last):
File "Var <PIGZ>", line 1, in
Hi Guys,
I got expansion error during parsing. I want to fix this bug. can anybody know this issue please Update me.
Traceback (most recent call last):
File "Var <PIGZ>", line 1, in
|
By
sateesh m
·
#51719
·
|
|
[meta-rockchip][PATCH] Fix Rock Pi 4 serial port
Fixes the serial port output stopping mid way through the boot process
by reverting the kernel commit that caused it.
Signed-off-by: Joshua Watt <JPEWhacker@...>
---
Fixes the serial port output stopping mid way through the boot process
by reverting the kernel commit that caused it.
Signed-off-by: Joshua Watt <JPEWhacker@...>
---
|
By
Joshua Watt
·
#51718
·
|
|
Re: [meta-raspberrypi] error with sc16is752-spi0 overlay
I kept looking and I get the same error with the sdio overlay when I remove the sc16is752.
I kept looking and I get the same error with the sdio overlay when I remove the sc16is752.
|
By
Romain Crausaz <romain.crausaz@...>
·
#51717
·
|
|
[meta-raspberrypi] error with sc16is752-spi0 overlay
Dear all,
When I try to add the overlay for the sc16is752-spi0 to my image, it fails at the task do_image_wic with the following error:
I am using the kernel provided by meta-raspberrypi and add the
Dear all,
When I try to add the overlay for the sc16is752-spi0 to my image, it fails at the task do_image_wic with the following error:
I am using the kernel provided by meta-raspberrypi and add the
|
By
Romain Crausaz <romain.crausaz@...>
·
#51716
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi,
I'm trying to do HTTPS POST using curl with CA certificate, but I got an error as "curl_easy_perform() failed: Couldn't connect to server". The same code works on a Linux machine but not on my
Hi,
I'm trying to do HTTPS POST using curl with CA certificate, but I got an error as "curl_easy_perform() failed: Couldn't connect to server". The same code works on a Linux machine but not on my
|
By
Vijay Rakesh Munganda
·
#51715
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.3_M1.rc2)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.3_M1.rc2. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.3_M1.rc2. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#51714
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2.1.rc2)
Hello All,
This is the full report for yocto-3.2.1.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello All,
This is the full report for yocto-3.2.1.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Sangeeta Jain
·
#51713
·
|
|
Re: [meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
Hi Naveen,
I investigated the arduino-101-ble problem and for me it's non trivial to fix. It's not related to the same missing variable that I spotted in the Nitrogen case, but rather there are some
Hi Naveen,
I investigated the arduino-101-ble problem and for me it's non trivial to fix. It's not related to the same missing variable that I spotted in the Nitrogen case, but rather there are some
|
By
Wojciech Zmuda
·
#51712
·
|
|
[meta-zephyr][PATCH v3 5/5] classes: build zephyr-kernel-test-all for non-qemu boards
From: Wojciech Zmuda <wojciech.zmuda@...>
Machines not inheriting zephyr-qemuboot did not have
IMGDEPLOYDIR variable set, which is required for building
zephyr-kernel-test-all. The build was
From: Wojciech Zmuda <wojciech.zmuda@...>
Machines not inheriting zephyr-qemuboot did not have
IMGDEPLOYDIR variable set, which is required for building
zephyr-kernel-test-all. The build was
|
By
Wojciech Zmuda
·
#51711
·
|
|
[meta-zephyr][PATCH v3 4/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
From: Wojciech Zmuda <wojciech.zmuda@...>
Implement do_flash_usb for boards supported by pyocd:
MACHINE=xxx bitbake yyy -c flash_usb
Pyocd support abundance of boards, however for now
From: Wojciech Zmuda <wojciech.zmuda@...>
Implement do_flash_usb for boards supported by pyocd:
MACHINE=xxx bitbake yyy -c flash_usb
Pyocd support abundance of boards, however for now
|
By
Wojciech Zmuda
·
#51710
·
|
|
[meta-zephyr][PATCH v3 3/5] conf: machine: add 96boards Nitrogen support
From: Wojciech Zmuda <wojciech.zmuda@...>
The board is based on Nordic nRF52832 Cortex-M4 chip.
The support depends on Nordic HAL. It has been verified
with zephyr-philosophers and
From: Wojciech Zmuda <wojciech.zmuda@...>
The board is based on Nordic nRF52832 Cortex-M4 chip.
The support depends on Nordic HAL. It has been verified
with zephyr-philosophers and
|
By
Wojciech Zmuda
·
#51709
·
|
|
[meta-zephyr][PATCH v3 2/5] conf: machine: add support for Nordic nRF52832 Cortex-M4 chip
From: Wojciech Zmuda <wojciech.zmuda@...>
Add include for Cortex-M4 tunes and nRF52832. The nRF config
appends 'nordic' to MACHINEOVERRIDES, so the kernel recipe
can include Nordic HAL when
From: Wojciech Zmuda <wojciech.zmuda@...>
Add include for Cortex-M4 tunes and nRF52832. The nRF config
appends 'nordic' to MACHINEOVERRIDES, so the kernel recipe
can include Nordic HAL when
|
By
Wojciech Zmuda
·
#51708
·
|
|
[meta-zephyr][PATCH v3 1/5] zephyr-kernel: clone Nordic HAL
From: Wojciech Zmuda <wojciech.zmuda@...>
HAL for Nordic chipsets is one of Zephyr subprojects. It is downloaded
by default by west. Clone the HAL repository so it can be used for
building
From: Wojciech Zmuda <wojciech.zmuda@...>
HAL for Nordic chipsets is one of Zephyr subprojects. It is downloaded
by default by west. Clone the HAL repository so it can be used for
building
|
By
Wojciech Zmuda
·
#51707
·
|
|
[meta-zephyr][PATCH v3 0/5] Add 96Boards Nitrogen support
From: Wojciech Zmuda <wojciech.zmuda@...>
Hello,
v2 -> v3:
- fix accidentally broken QEMU builds. The build failed when do_deploy looked
for .hex files that were generated for physical
From: Wojciech Zmuda <wojciech.zmuda@...>
Hello,
v2 -> v3:
- fix accidentally broken QEMU builds. The build failed when do_deploy looked
for .hex files that were generated for physical
|
By
Wojciech Zmuda
·
#51706
·
|