|
Re: [PATCH yocto-autobuilder-helper 2/4] config.json: collect data by default
I merged 2-4 of this series, unfortunately this resulted in a few issues overnight:
https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1393
which is due to the non-executable script
I merged 2-4 of this series, unfortunately this resulted in a few issues overnight:
https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1393
which is due to the non-executable script
|
By
Richard Purdie
·
#53153
·
|
|
Re: Building image from Root
You can use both by changing the directory for downloads and sstate-cache. Put these in your local.conf:
SSTATE_DIR = "/opt/sstate-cache"
DL_DIR = "/opt/downloads"
(You change "/opt" to some other
You can use both by changing the directory for downloads and sstate-cache. Put these in your local.conf:
SSTATE_DIR = "/opt/sstate-cache"
DL_DIR = "/opt/downloads"
(You change "/opt" to some other
|
By
Mike Looijmans
·
#53152
·
|
|
Re: Building image from Root
try adding
INHERIT += "rm_work"
to local.conf and see if that helps
try adding
INHERIT += "rm_work"
to local.conf and see if that helps
|
By
Khem Raj
·
#53151
·
|
|
Re: Building image from Root
I had proceeded the Build image process with Home directory and got stuck with low disk space.
Now, the build image process is stopped almost near to last stage.
Please provide me any suggestion to
I had proceeded the Build image process with Home directory and got stuck with low disk space.
Now, the build image process is stopped almost near to last stage.
Please provide me any suggestion to
|
By
Murugesh M
·
#53150
·
|
|
Re: [PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
Richard,
I think that the web server for:
https://autobuilder.yocto.io/pub/non-release/
runs every 30 seconds via cron so if you are happy with
this crude dd trigger once things have soaked in
Richard,
I think that the web server for:
https://autobuilder.yocto.io/pub/non-release/
runs every 30 seconds via cron so if you are happy with
this crude dd trigger once things have soaked in
|
By
Randy MacLeod
·
#53149
·
|
|
Re: [PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
We were using it for testing on the YP AB and thought it would be
useful if at some point the monitoring was dropped from the
default config.
I think we can just add it later if needed.
../Randy
--
We were using it for testing on the YP AB and thought it would be
useful if at some point the monitoring was dropped from the
default config.
I think we can just add it later if needed.
../Randy
--
|
By
Randy MacLeod
·
#53148
·
|
|
Re: [PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
I had a quick look at the code and sadly, it doesn't appear I implemented
nesting so this wouldn't be that useful as things stand.
Cheers,
Richard
I had a quick look at the code and sadly, it doesn't appear I implemented
nesting so this wouldn't be that useful as things stand.
Cheers,
Richard
|
By
Richard Purdie
·
#53147
·
|
|
Building image from Root
Hi
I am new to Yocto project and have little experience in Linux.
In my computer, Root folder is having free space of 65 GB and Home is having 45 GB free space.
Shall I get the poky in root folder and
Hi
I am new to Yocto project and have little experience in Linux.
In my computer, Root folder is having free space of 65 GB and Home is having 45 GB free space.
Shall I get the poky in root folder and
|
By
Murugesh M
·
#53146
·
|
|
Re: [PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
Is the template used anywhere? I can't remember if we support nesting templates in which
case this is useful, or not?
Cheers,
Richard
Is the template used anywhere? I can't remember if we support nesting templates in which
case this is useful, or not?
Cheers,
Richard
|
By
Richard Purdie
·
#53145
·
|
|
what to include in a "hardware bringup image"?
for a current project (and subsequent projects), i want to define a
hardware bringup image; that is, a really basic image chock-full of
low-level utilities for debugging initial board bringup. this
for a current project (and subsequent projects), i want to define a
hardware bringup image; that is, a really basic image chock-full of
low-level utilities for debugging initial board bringup. this
|
By
Robert P. J. Day
·
#53144
·
|
|
Re: [meta-selinux][PATCH] openssh: don't overwrite sshd_config unconditionally
Hi,
Could you please let me know if there is any update on this change?
Thanks & Regards,
Purushottam
Hi,
Could you please let me know if there is any update on this change?
Thanks & Regards,
Purushottam
|
By
Purushottam choudhary
·
#53143
·
|
|
[meta-intel-fpga] [PATCH] layer.conf: add layer compatibility to hardknott
From: Meng Li <Meng.Li@...>
Signed-off-by: Meng Li <Meng.Li@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf
From: Meng Li <Meng.Li@...>
Signed-off-by: Meng Li <Meng.Li@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf
|
By
Meng Li
·
#53142
·
|
|
Re: #golang: go fetches dependencies in compile phase
Hi,
My comments are inline.
... if everybody does what they are supposed to - which is not the case.
This does not sound too bad. This would also mean, that if the outside repo dies you can still
Hi,
My comments are inline.
... if everybody does what they are supposed to - which is not the case.
This does not sound too bad. This would also mean, that if the outside repo dies you can still
|
By
Robert Berger
·
#53141
·
|
|
Re: Cannot execute nodejs
I was able to solve it by forcing recompiling nodejs with `bitbake -f -c compile nodejs`
Not sure what happened there
--
Alessandro Tagliapietra
I was able to solve it by forcing recompiling nodejs with `bitbake -f -c compile nodejs`
Not sure what happened there
--
Alessandro Tagliapietra
|
By
Alessandro Tagliapietra
·
#53140
·
|
|
Cannot execute nodejs
Hi everyone,
I've installed nodejs and node-red by using meta-oe and meta-iot-cloud, with
IMAGE_INSTALL_append = " nodejs node-red bash"
it was initially working but then I've got some pseudo aborts
Hi everyone,
I've installed nodejs and node-red by using meta-oe and meta-iot-cloud, with
IMAGE_INSTALL_append = " nodejs node-red bash"
it was initially working but then I've got some pseudo aborts
|
By
Alessandro Tagliapietra
·
#53139
·
|
|
#yocto #sdk SDK_EXTRA_TOOLS inclussion of python-native and devtool
#yocto
#sdk
Working with zeus 3.0.4, extended SDK…
Could someone explain what I overlooked, or why this issue pops up with python-native support inclusion ?
Thanks…
When I add in native-python3
Working with zeus 3.0.4, extended SDK…
Could someone explain what I overlooked, or why this issue pops up with python-native support inclusion ?
Thanks…
When I add in native-python3
|
By
Monsees, Steven C (US)
·
#53138
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for April 13, 2021
Yocto Technical Team Minutes, Engineering Sync, for April 13, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== announcements ==
The upcoming Yocto
Yocto Technical Team Minutes, Engineering Sync, for April 13, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== announcements ==
The upcoming Yocto
|
By
Trevor Woerner
·
#53137
·
|
|
[meta-rockchip][PATCH v2 6/6] WIP kernel config feature for OP-TEE activation
From: Yann Dirson <yann@...>
FIXME:
- provide an .scc with proper information
- maybe bundle with dts overlay
- select a more suitable path in config namespace
---
From: Yann Dirson <yann@...>
FIXME:
- provide an .scc with proper information
- maybe bundle with dts overlay
- select a more suitable path in config namespace
---
|
By
Yann Dirson
·
#53136
·
|
|
[meta-rockchip][PATCH v2 5/6] WIP nanopi-m4: declare OP-TEE presence in devicetree
From: Yann Dirson <yann@...>
FIXME:
- this is not specific to the board, and would indeed apply to any SoC
supported by OP-TEE.
- should rather be selected by "optee" in
From: Yann Dirson <yann@...>
FIXME:
- this is not specific to the board, and would indeed apply to any SoC
supported by OP-TEE.
- should rather be selected by "optee" in
|
By
Yann Dirson
·
#53135
·
|
|
[meta-rockchip][PATCH v2 4/6] WIP optee-os: rk3399 support
From: Yann Dirson <yann@...>
This is the current state of working patches being discussed in
https://github.com/OP-TEE/optee_os/issues/4542
---
conf/machine/include/rk3399.inc
From: Yann Dirson <yann@...>
This is the current state of working patches being discussed in
https://github.com/OP-TEE/optee_os/issues/4542
---
conf/machine/include/rk3399.inc
|
By
Yann Dirson
·
#53134
·
|