|
Re: [meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
You have missed few of my comments in v2 !
Regards,
Naveen
You have missed few of my comments in v2 !
Regards,
Naveen
|
By
Naveen Saini
·
#51684
·
|
|
QA notification for completed autobuilder build (yocto-3.2.1.rc2)
A build flagged for QA (yocto-3.2.1.rc2) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.2.1.rc2
Build hash information:
bitbake:
A build flagged for QA (yocto-3.2.1.rc2) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.2.1.rc2
Build hash information:
bitbake:
|
By
pokybuild@...
·
#51683
·
|
|
Re: Which package provides full featured passwd, adduser, etc?
I looks like it is provided by just 'shadow' recipe:
oe-pkgdata-util list-pkg-files shadow
shadow:
/etc/default/useradd
/etc/limits
/etc/login.access
I looks like it is provided by just 'shadow' recipe:
oe-pkgdata-util list-pkg-files shadow
shadow:
/etc/default/useradd
/etc/limits
/etc/login.access
|
By
Lukasz Domowy
·
#51682
·
|
|
Re: #uboot Problem compiling u-boot with bitbake
#uboot
Hi Randy
Thanks again for you help.
I upgraded my build system to Ubuntu 16.04, and this resolved the build errors I was having. There were historical reasons for
Hi Randy
Thanks again for you help.
I upgraded my build system to Ubuntu 16.04, and this resolved the build errors I was having. There were historical reasons for
|
By
Andrew Ellis
·
#51681
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2.1.rc1)
I'm building an rc2 as build-appliance was mis-configured in this
build.
Cheers,
Richard
I'm building an rc2 as build-appliance was mis-configured in this
build.
Cheers,
Richard
|
By
Richard Purdie
·
#51680
·
|
|
Which package provides full featured passwd, adduser, etc?
Hi All,
I'd like to replace busybox passwd, adduser (and friends) with full featured equivalents supporting --root option. Probably I overlooked something, but I cannot find right package to include
Hi All,
I'd like to replace busybox passwd, adduser (and friends) with full featured equivalents supporting --root option. Probably I overlooked something, but I cannot find right package to include
|
By
Lukasz Domowy
·
#51679
·
|
|
IoT Long Term support Linux - Opening to the community of Redpesk@SEA the open source "Marine Grade Linux" by IoT.bzh.
Hello,
As Marine requirement is very very close of any IoT (very) long term Linux requirement with high level of security and application isolation, I thought that this webinar
Hello,
As Marine requirement is very very close of any IoT (very) long term Linux requirement with high level of security and application isolation, I thought that this webinar
|
By
Dominig ar Foll (Intel Open Source) <dominig.arfoll@...>
·
#51678
·
|
|
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
·
|