|
Re: bitbake controlling memory use
It would need to be:
PARALLEL_MAKE_pn-nodejs = "-j 1"
If that works, the override above should also work. You do need the "pn-"
prefix to the recipe name though.
Cheers,
Richard
It would need to be:
PARALLEL_MAKE_pn-nodejs = "-j 1"
If that works, the override above should also work. You do need the "pn-"
prefix to the recipe name though.
Cheers,
Richard
|
By
Richard Purdie
·
#53159
·
|
|
Re: bitbake controlling memory use
Hi,
Op 14-04-2021 om 06:59 schreef Richard Purdie:
I tried PARALLEL_MAKE_nodejs = "-j 1" from local.conf but that didn't work.
So I watched it run for a while. It compiles with g++ and as at about
Hi,
Op 14-04-2021 om 06:59 schreef Richard Purdie:
I tried PARALLEL_MAKE_nodejs = "-j 1" from local.conf but that didn't work.
So I watched it run for a while. It compiles with g++ and as at about
|
By
Gmane Admin
·
#53158
·
|
|
Re: [PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
Thanks for fixing the fall-out due to assumptions in other tests.
Is the system back to normal and operational now?
What was the impact of running the heartbeat and the dd test every
10 seconds on
Thanks for fixing the fall-out due to assumptions in other tests.
Is the system back to normal and operational now?
What was the impact of running the heartbeat and the dd test every
10 seconds on
|
By
Randy MacLeod
·
#53157
·
|
|
#yocto #bitbake #gatesgarth #qca9377
#qca9377
#yocto
#bitbake
#gatesgarth
Hi,
I am trying to include qca9377 module in my image (yocto-gatesgarth). I am using command bitbake imx-image-full, and i added two lines in my local.conf file: MACHINE_FEATURES += "
Hi,
I am trying to include qca9377 module in my image (yocto-gatesgarth). I am using command bitbake imx-image-full, and i added two lines in my local.conf file: MACHINE_FEATURES += "
|
By
jovanalukovic0@...
·
#53156
·
|
|
#bitbake Can't use 'bitbake -g <image-name> -u taskdep
#bitbake
Hi,
Myself had to ask web search engine for usage of Task Dependency Explorer taskexp as I didn't succeed on search in Yocto materials.
Hence, the way I try to use taskexp might be not right.
In the
Hi,
Myself had to ask web search engine for usage of Task Dependency Explorer taskexp as I didn't succeed on search in Yocto materials.
Hence, the way I try to use taskexp might be not right.
In the
|
By
keydi <krzysztof.dudziak@...>
·
#53155
·
|
|
Re: [PATCH yocto-autobuilder-helper 2/4] config.json: collect data by default
There is also another issue as BB_HEARTBEAT_EVENT defaults to 1, the change to 10
changes the default timings for buildstats and other pieces of code. In particular
I suspect this is
There is also another issue as BB_HEARTBEAT_EVENT defaults to 1, the change to 10
changes the default timings for buildstats and other pieces of code. In particular
I suspect this is
|
By
Richard Purdie
·
#53154
·
|
|
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
·
|