|
Re: bitbake controlling memory use
Hi
Op 13-06-2021 om 02:38 schreef Randy MacLeod:
I watched running processes from KDE ksysguard and I believe the number of compilers was actually restricted with the patch. On the other hand the
Hi
Op 13-06-2021 om 02:38 schreef Randy MacLeod:
I watched running processes from KDE ksysguard and I believe the number of compilers was actually restricted with the patch. On the other hand the
|
By
Ferry Toth
·
#53850
·
|
|
Re: bitbake controlling memory use
Hi Ferry,
Thanks for the update.
Trevor and I saw similar (lack of ) results.
Trevor even trying getting kea, which uses 'make' to be done the
'configure' stage, for two builds in differect dirs.
Hi Ferry,
Thanks for the update.
Trevor and I saw similar (lack of ) results.
Trevor even trying getting kea, which uses 'make' to be done the
'configure' stage, for two builds in differect dirs.
|
By
Randy MacLeod
·
#53849
·
|
|
Re: bitbake controlling memory use
Hi
Op 10-06-2021 om 22:35 schreef Ferry Toth:
It works fine. To measure time I first built https://github.com/htot/meta-intel-edison (gatesgarth), so everything needed is downloaded and cached. Then
Hi
Op 10-06-2021 om 22:35 schreef Ferry Toth:
It works fine. To measure time I first built https://github.com/htot/meta-intel-edison (gatesgarth), so everything needed is downloaded and cached. Then
|
By
Ferry Toth
·
#53848
·
|
|
QA notification for completed autobuilder build (yocto-3.4_M1.rc1)
A build flagged for QA (yocto-3.4_M1.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4_M1.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.4_M1.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4_M1.rc1
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#53847
·
|
|
Re: Extensible SDK of core-image-minimal fails to install
Hi,
Not a fix, but a workaround, if you are willing to use containers is to create a build container and a similar sdk container.
I added more information to the bug above.
Regards,
Robert
Hi,
Not a fix, but a workaround, if you are willing to use containers is to create a build container and a similar sdk container.
I added more information to the bug above.
Regards,
Robert
|
By
Robert Berger
·
#53846
·
|
|
Re: Extensible SDK of core-image-minimal fails to install
I think it may be this bug:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14428
We don't have a fix as yet, it looks difficult to solve :(
Cheers,
Richard
I think it may be this bug:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14428
We don't have a fix as yet, it looks difficult to solve :(
Cheers,
Richard
|
By
Richard Purdie
·
#53845
·
|
|
Re: Extensible SDK of core-image-minimal fails to install
I was able to reproduce the error even with plain poky (without kas):
```bash
git clone -b dunfell https://git.yoctoproject.org/git/poky
cd poky
source oe-init-build-env
bitbake -c populate_sdk_ext
I was able to reproduce the error even with plain poky (without kas):
```bash
git clone -b dunfell https://git.yoctoproject.org/git/poky
cd poky
source oe-init-build-env
bitbake -c populate_sdk_ext
|
By
Hendrik
·
#53844
·
|
|
Re: [meta-java] icedtea7 fetching error
I have reconfigured our build system to use an internal server via bbappend:
ICEDTEA_HG_URL = "https://internal.artifact.server/icedtea/"
placed all the tarballs there according to expected locations,
I have reconfigured our build system to use an internal server via bbappend:
ICEDTEA_HG_URL = "https://internal.artifact.server/icedtea/"
placed all the tarballs there according to expected locations,
|
By
Alexander Kanavin
·
#53843
·
|
|
Re: QEMU Size Increase from Yocto Thud to Zeus
Are you installing qemu into your image though?
Qemu did get larger as it is built with more architectures enabled,
but unless you're installing it in your image it won't make a
difference.
Ross
Are you installing qemu into your image though?
Qemu did get larger as it is built with more architectures enabled,
but unless you're installing it in your image it won't make a
difference.
Ross
|
By
Ross Burton <ross@...>
·
#53842
·
|
|
Re: [meta-java] icedtea7 fetching error
I have also the tarball but the build will fail later in the configure phase stating:
icedtea7 "Invalid OpenJDK source zip specified".
Is there something more I can try ?
I have also the tarball but the build will fail later in the configure phase stating:
icedtea7 "Invalid OpenJDK source zip specified".
Is there something more I can try ?
|
By
stefano.fiore84@...
·
#53841
·
|
|
QEMU Size Increase from Yocto Thud to Zeus
Hi Experts,
I am upgrading my Linux from Yocto Thud to Zeus (5.4 Kernel) . After building I could see a significant increase in the size of the image.
On checking with buildhistory enabled, I could
Hi Experts,
I am upgrading my Linux from Yocto Thud to Zeus (5.4 Kernel) . After building I could see a significant increase in the size of the image.
On checking with buildhistory enabled, I could
|
By
Aashik Aswin
·
#53840
·
|
|
[meta-zephyr][PATCH 3/3] zephyr-flash-bossac.bbclass: Enable board flashing via bossac
From: Nagesh Shamnur <nagesh.shamnur@...>
Currently only dfu and pyocd flashing are supported. Some boards
such as Arduino Nano 33 BLE can be flashed via bossac which is
released by Arduino
From: Nagesh Shamnur <nagesh.shamnur@...>
Currently only dfu and pyocd flashing are supported. Some boards
such as Arduino Nano 33 BLE can be flashed via bossac which is
released by Arduino
|
By
Wojciech Zmuda
·
#53839
·
|
|
[meta-zephyr][PATCH 2/3] arduino-nano-33-ble.conf: Add Arduino Nano 33 BLE and BLE Sense support
From: Nagesh Shamnur <nagesh.shamnur@...>
Signed-off-by: Nagesh Shamnur <nagesh.shamnur@...>
---
conf/machine/arduino-nano-33-ble.conf | 8 ++++++++
1 file changed, 8 insertions(+)
From: Nagesh Shamnur <nagesh.shamnur@...>
Signed-off-by: Nagesh Shamnur <nagesh.shamnur@...>
---
conf/machine/arduino-nano-33-ble.conf | 8 ++++++++
1 file changed, 8 insertions(+)
|
By
Wojciech Zmuda
·
#53838
·
|
|
[meta-zephyr][PATCH 1/3] zephyr-kernel: install .bin image if available
From: Nagesh Shamnur <nagesh.shamnur@...>
Some boards (e.g. Arduino Nano 33 BLE) require image in bin format
for flashing with `-c flash_usb`. Provide that image along with ELF
image on
From: Nagesh Shamnur <nagesh.shamnur@...>
Some boards (e.g. Arduino Nano 33 BLE) require image in bin format
for flashing with `-c flash_usb`. Provide that image along with ELF
image on
|
By
Wojciech Zmuda
·
#53837
·
|
|
[meta-zephyr][PATCH 0/3] Add Arduino Nano 33 BLE and BLE Sense support
From: Wojciech Zmuda <wojciech.zmuda@...>
This patch set adds support for nRF52-based Arduino boards - Nano 33 BLE and BLE Sense - to
both build and flash Zephyr applications.
The board
From: Wojciech Zmuda <wojciech.zmuda@...>
This patch set adds support for nRF52-based Arduino boards - Nano 33 BLE and BLE Sense - to
both build and flash Zephyr applications.
The board
|
By
Wojciech Zmuda
·
#53836
·
|
|
[meta-zephyr][PATCH 1/1] zephyr-kernel-test: fix Cortex-M tests failure with 2.6.0 kernel
From: Nagesh shamnur <nagesh.shamnur@...>
Edit the test recipe removing obj_tracing tests that have
been removed from Zephyr 2.6.0 release.
Signed-off-by: Nagesh Shamnur
From: Nagesh shamnur <nagesh.shamnur@...>
Edit the test recipe removing obj_tracing tests that have
been removed from Zephyr 2.6.0 release.
Signed-off-by: Nagesh Shamnur
|
By
Wojciech Zmuda
·
#53835
·
|
|
[meta-zephyr][PATCH 0/1] Partially fix tests failure with 2.6.0 kernel
From: Wojciech Zmuda <wojciech.zmuda@...>
Transition to Zephyr 2.6.0 broke meta-zephyr test suite. This patch fixes
QEMU Cortex-M3 test suite (MACHINE=qemu-cortex-m3 bitbake
From: Wojciech Zmuda <wojciech.zmuda@...>
Transition to Zephyr 2.6.0 broke meta-zephyr test suite. This patch fixes
QEMU Cortex-M3 test suite (MACHINE=qemu-cortex-m3 bitbake
|
By
Wojciech Zmuda
·
#53834
·
|
|
[meta-zephyr][PATCH] zephyr-blinky: add sample app recipe
From: Davide Ricci <davide.ricci@...>
Blinky is the most referenced sample in Zephyr's documentation and
recall Arduino's first sketch example. This .bb file allows to build
such
From: Davide Ricci <davide.ricci@...>
Blinky is the most referenced sample in Zephyr's documentation and
recall Arduino's first sketch example. This .bb file allows to build
such
|
By
Wojciech Zmuda
·
#53833
·
|
|
Re: [meta-zephyr][PATCH v2 1/2] zephyr-kernel: Add OpenThread add module to build
By
Naveen Saini
·
#53832
·
|
|
Re: [External] [yocto] Bitbake failure
Lots of people use 20.04 so it seems odd that you'd have a problem specific to that host.
Okay, please encourage them to reply on this thread.
We may not always respond
Lots of people use 20.04 so it seems odd that you'd have a problem specific to that host.
Okay, please encourage them to reply on this thread.
We may not always respond
|
By
Randy MacLeod
·
#53831
·
|