|
meta-kernel -> meta-linux-mainline
Hi all,
Just a quick announcement. The meta-kernel layer has been renamed to
meta-linux-mainline to avoid any confusion. The new URL for the layer
is
Hi all,
Just a quick announcement. The meta-kernel layer has been renamed to
meta-linux-mainline to avoid any confusion. The new URL for the layer
is
|
By
Paul Barker
·
#51677
·
|
|
QA notification for completed autobuilder build (yocto-3.2.1.rc1)
A build flagged for QA (yocto-3.2.1.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.2.1.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.2.1.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.2.1.rc1
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#51676
·
|
|
[meta-zephyr][PATCH v2 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
From: Wojciech Zmuda <wojciech.zmuda@...>
Flash boards supported via pyocd:
MACHINE=xxx bitbake yyy -c flash_usb
The only supported board for now is 96Boards Nitrogen. Modify its
config
From: Wojciech Zmuda <wojciech.zmuda@...>
Flash boards supported via pyocd:
MACHINE=xxx bitbake yyy -c flash_usb
The only supported board for now is 96Boards Nitrogen. Modify its
config
|
By
Wojciech Zmuda
·
#51675
·
|
|
[meta-zephyr][PATCH v2 4/5] zephyr-kernel: don't limit deploy to .elf file
From: Wojciech Zmuda <wojciech.zmuda@...>
Depending on the target board and/or flashing method, it may be desirable
to have access to .bin or .hex files instead of .elf. Remove .elf
From: Wojciech Zmuda <wojciech.zmuda@...>
Depending on the target board and/or flashing method, it may be desirable
to have access to .bin or .hex files instead of .elf. Remove .elf
|
By
Wojciech Zmuda
·
#51674
·
|
|
[meta-zephyr][PATCH v2 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
·
#51673
·
|
|
[meta-zephyr][PATCH v2 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
·
#51672
·
|
|
[meta-zephyr][PATCH v2 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
·
#51671
·
|
|
[meta-zephyr][PATCH v2 0/5] Add 96Boards Nitrogen support
From: Wojciech Zmuda <wojciech.zmuda@...>
Hello,
v1 -> v2:
- README.txt: fix bad MACHINE examples: change _ to -, i.e. 96b_nitrogen -> 96b-nitrogen
This patch set adds support for the
From: Wojciech Zmuda <wojciech.zmuda@...>
Hello,
v1 -> v2:
- README.txt: fix bad MACHINE examples: change _ to -, i.e. 96b_nitrogen -> 96b-nitrogen
This patch set adds support for the
|
By
Wojciech Zmuda
·
#51670
·
|
|
Re: [meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
Thanks for the patches. Please find my comments below.
Thanks for the patches. Please find my comments below.
|
By
Naveen Saini
·
#51669
·
|
|
"cleanest" way to resolve python2/python3 recipe file install conflicts?
was recently presented with the following issue involving a
zeus-based (actually, wind river LTS19-based -- effectively much the
same) issue.
group wants to move many python2 recipes to python3,
was recently presented with the following issue involving a
zeus-based (actually, wind river LTS19-based -- effectively much the
same) issue.
group wants to move many python2 recipes to python3,
|
By
Robert P. J. Day
·
#51668
·
|
|
qemu-5.1.0-r0 do_package_write_deb
Build Configuration:
BB_VERSION = "1.49.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "fedora-33"
TARGET_SYS =
Build Configuration:
BB_VERSION = "1.49.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "fedora-33"
TARGET_SYS =
|
By
Dingo <dingo@...>
·
#51667
·
|
|
npm node-gyp python3 compatibility issue
Hi,
I'm adding custom npm app using devtool (using poky dunfel) and
hittin build issue like:
TypeError: write() argument must be str, not bytes while trying to
load binding.gyp
To me it seems it's
Hi,
I'm adding custom npm app using devtool (using poky dunfel) and
hittin build issue like:
TypeError: write() argument must be str, not bytes while trying to
load binding.gyp
To me it seems it's
|
By
Marek Belisko
·
#51666
·
|
|
Qftp absent of qt5 and yocto "zeus"
#zeus
#qt5
#ftp
Hello everyone,
I'm working with Qt5 and I would like to use Qftp QT module on my embedded system, but Yocto project "zeus" seems to don't have the recipe Qftp. Do you know if it exists an alternative
Hello everyone,
I'm working with Qt5 and I would like to use Qftp QT module on my embedded system, but Yocto project "zeus" seems to don't have the recipe Qftp. Do you know if it exists an alternative
|
By
anthony.marchand@...
·
#51665
·
|
|
Re: perl5 do_install() fails (libperl.so: No such file or directory)
#dunfell
I hit this recently too, on master though. Same distro Debian, likely
similar package versions (testing/unstable).
Just with some preliminary testing this looks like an issue caused by
pseudo, maybe
I hit this recently too, on master though. Same distro Debian, likely
similar package versions (testing/unstable).
Just with some preliminary testing this looks like an issue caused by
pseudo, maybe
|
By
Nathan Rossi
·
#51664
·
|
|
[meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
Flash boards supported via pyocd:
MACHINE=xxx bitbake yyy -c flash_usb
The only supported board for now is 96Boards Nitrogen. Modify its
config accordingly.
Modify helloworld and philosopers
Flash boards supported via pyocd:
MACHINE=xxx bitbake yyy -c flash_usb
The only supported board for now is 96Boards Nitrogen. Modify its
config accordingly.
Modify helloworld and philosopers
|
By
Wojciech Zmuda
·
#51663
·
|
|
[meta-zephyr][PATCH 4/5] zephyr-kernel: don't limit deploy to .elf file
Depending on the target board and/or flashing method, it may be desirable
to have access to .bin or .hex files instead of .elf. Remove .elf extension
from ZEPHYR_MAKE_OUTPUT and let users of that
Depending on the target board and/or flashing method, it may be desirable
to have access to .bin or .hex files instead of .elf. Remove .elf extension
from ZEPHYR_MAKE_OUTPUT and let users of that
|
By
Wojciech Zmuda
·
#51662
·
|
|
[meta-zephyr][PATCH 3/5] conf: machine: add 96boards Nitrogen support
The board is based on Nordic nRF52832 Cortex-M4 chip.
The support depends on Nordic HAL. It has been verified
with zephyr-philosophers and zephyr-shell sample applications.
Signed-off-by: Wojciech
The board is based on Nordic nRF52832 Cortex-M4 chip.
The support depends on Nordic HAL. It has been verified
with zephyr-philosophers and zephyr-shell sample applications.
Signed-off-by: Wojciech
|
By
Wojciech Zmuda
·
#51661
·
|
|
[meta-zephyr][PATCH 2/5] conf: machine: add support for Nordic nRF52832 Cortex-M4 chip
Add include for Cortex-M4 tunes and nRF52832. The nRF config
appends 'nordic' to MACHINEOVERRIDES, so the kernel recipe
can include Nordic HAL when this override is detected.
Signed-off-by: Wojciech
Add include for Cortex-M4 tunes and nRF52832. The nRF config
appends 'nordic' to MACHINEOVERRIDES, so the kernel recipe
can include Nordic HAL when this override is detected.
Signed-off-by: Wojciech
|
By
Wojciech Zmuda
·
#51660
·
|
|
[meta-zephyr][PATCH 1/5] zephyr-kernel: clone Nordic HAL
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 images for boards with Nordic chips.
Signed-off-by:
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 images for boards with Nordic chips.
Signed-off-by:
|
By
Wojciech Zmuda
·
#51659
·
|
|
[meta-zephyr][PATCH 0/5] Add 96Boards Nitrogen support
Hello,
This patch set adds support for the Nitrogen board by 96Boards.
The support consists of:
- adding configs for Cortex-M4, nRF52832 SoC and Nitrogen board,
- adding bbclass with pyocd-based
Hello,
This patch set adds support for the Nitrogen board by 96Boards.
The support consists of:
- adding configs for Cortex-M4, nRF52832 SoC and Nitrogen board,
- adding bbclass with pyocd-based
|
By
Wojciech Zmuda
·
#51658
·
|