|
Dependencies error while compiling .
Hi team ,
while compiling a package i am getting following error :-
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are
Hi team ,
while compiling a package i am getting following error :-
Log data follows:
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are
|
By
NIKHIL PATIL
·
#51305
·
|
|
Re: [yocto-autobuilder2][PATCH] schedulers.py: run performance builds only 2x a day, not 4x
I've been thinking about this and the reason I've not done this is
release builds. I'm wondering if we we can somehow make the trigger
release build specific.
I think is is possible to do this, I've
I've been thinking about this and the reason I've not done this is
release builds. I'm wondering if we we can somehow make the trigger
release build specific.
I think is is possible to do this, I've
|
By
Richard Purdie
·
#51304
·
|
|
Re: [yocto-autobuilder2][PATCH] schedulers.py: run performance builds only 2x a day, not 4x
Sure, I sent a patch for that.
Alex
Sure, I sent a patch for that.
Alex
|
By
Alexander Kanavin
·
#51303
·
|
|
[yocto-autobuilder2][PATCH] config.py: drop buildperf jobs from a-full builds
Those are run on a separate schedule, and in context of a-full
only cause delays due to queues forming for single available workers.
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
Those are run on a separate schedule, and in context of a-full
only cause delays due to queues forming for single available workers.
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
|
By
Alexander Kanavin
·
#51302
·
|
|
Re: [yocto-autobuilder2][PATCH] schedulers.py: run performance builds only 2x a day, not 4x
I've been wondering about this but I suspect we should drop them from
a-full instead...
Cheers,
Richard
I've been wondering about this but I suspect we should drop them from
a-full instead...
Cheers,
Richard
|
By
Richard Purdie
·
#51301
·
|
|
[yocto-autobuilder2][PATCH] schedulers.py: run performance builds only 2x a day, not 4x
The same builds are included in a-full, so they tend to get queued up
and cause delays in builds completion, as there's only a single worker
allocated to them. Let's run them less frequently to
The same builds are included in a-full, so they tend to get queued up
and cause delays in builds completion, as there's only a single worker
allocated to them. Let's run them less frequently to
|
By
Alexander Kanavin
·
#51300
·
|
|
Re: Syntax of multiconfig
bitbake mc:target1:target
mc = qualifier keyword used to identify a multiconfig build by bitbake
target1 = name of multiconfig ( e.g. first machine )
target = Firmware image name to be built for
bitbake mc:target1:target
mc = qualifier keyword used to identify a multiconfig build by bitbake
target1 = name of multiconfig ( e.g. first machine )
target = Firmware image name to be built for
|
By
Khem Raj
·
#51299
·
|
|
Re: Trying to compile hping3 from sources
#devtool
<vaijayanthi.muralidharan@...> wrote:
what is your failing recipe called (exact name )
<vaijayanthi.muralidharan@...> wrote:
what is your failing recipe called (exact name )
|
By
Khem Raj
·
#51298
·
|
|
Re: Syntax of multiconfig
Anwering my own post now.
Am Sa, 7. Nov 2020, um 14:53, schrieb Manuel Wagesreither:
I just realized there is 'poky/documentation' which holds the documentation source code. Didn't see that before.
Anwering my own post now.
Am Sa, 7. Nov 2020, um 14:53, schrieb Manuel Wagesreither:
I just realized there is 'poky/documentation' which holds the documentation source code. Didn't see that before.
|
By
Manuel Wagesreither
·
#51297
·
|
|
Error when building eSDK for a `docker load`able tarball
Hello all,
I would like to set up Yocto to build my application and produce
- an tarball fit to get `docker load`ed,
- an image fit to run in qemuarm,
- an image fit to run in qemux86-64,
- an image
Hello all,
I would like to set up Yocto to build my application and produce
- an tarball fit to get `docker load`ed,
- an image fit to run in qemuarm,
- an image fit to run in qemux86-64,
- an image
|
By
Manuel Wagesreither
·
#51296
·
|
|
Syntax of multiconfig
Hello all,
I'm trying the become acquainted with the multiconfig feature. I read the relevant chapters in the BitBake User Manual, but some questions I have suggest I did not yet get the whole
Hello all,
I'm trying the become acquainted with the multiconfig feature. I read the relevant chapters in the BitBake User Manual, but some questions I have suggest I did not yet get the whole
|
By
Manuel Wagesreither
·
#51295
·
|
|
Re: Trying to compile hping3 from sources
#devtool
whats the name of your recipe ? secondly hping3 requires libtcl8.6.so
seems to be troublesome because its asking
for devel package not the original library, I wonder why, can you find
out the linker
whats the name of your recipe ? secondly hping3 requires libtcl8.6.so
seems to be troublesome because its asking
for devel package not the original library, I wonder why, can you find
out the linker
|
By
Khem Raj
·
#51294
·
|
|
Trying to compile hping3 from sources
#devtool
Hi, I am using devtool add hping3 https://github.com/antirez/hping to add hping3 as part of our custom image. Here is my recipe:
# Recipe created by recipetool
# This is the basis of a recipe and may
Hi, I am using devtool add hping3 https://github.com/antirez/hping to add hping3 as part of our custom image. Here is my recipe:
# Recipe created by recipetool
# This is the basis of a recipe and may
|
By
Vaijayanthi
·
#51293
·
|
|
Re: I am compiling scikit-learn python package for arm board but I am facing some errors.
#python
adding BBCLASSEXTEND = "native" in lapack recipe will give me another error ERROR: Nothing PROVIDES 'gcc-runtime-native'
Is there a another way to make lapack native
adding BBCLASSEXTEND = "native" in lapack recipe will give me another error ERROR: Nothing PROVIDES 'gcc-runtime-native'
Is there a another way to make lapack native
|
By
William Jacob
·
#51292
·
|
|
Re: I am compiling scikit-learn python package for arm board but I am facing some errors.
#python
right, add
BBCLASSEXTEND = "native" in lapack recipe and fix the needed bits to
get it going.
right, add
BBCLASSEXTEND = "native" in lapack recipe and fix the needed bits to
get it going.
|
By
Khem Raj
·
#51291
·
|
|
I am compiling scikit-learn python package for arm board but I am facing some errors.
#python
Hi,
I am compiling scikit-learn python package for arm board but I am facing below errors
william@william:~/sagitta/build-as371$ bitbake python3-scikit-learn
Loading cache: 100%
Hi,
I am compiling scikit-learn python package for arm board but I am facing below errors
william@william:~/sagitta/build-as371$ bitbake python3-scikit-learn
Loading cache: 100%
|
By
William Jacob
·
#51290
·
|
|
Re: Why python3 is build native in yocto ???
#python
I am sorry , I will explain in detail.
so what I required is that my python3 binary should be present in both recipe-sysroot and recipe-sysroot-native both as I need to build some python packages
I am sorry , I will explain in detail.
so what I required is that my python3 binary should be present in both recipe-sysroot and recipe-sysroot-native both as I need to build some python packages
|
By
William Jacob
·
#51289
·
|
|
Re: Why python3 is build native in yocto ???
#python
The python3 build for target doesn't directly depend on python3-native.
Some recipes do depend on python3-native (although by definition there
is a python3 on your host) as they need to run
The python3 build for target doesn't directly depend on python3-native.
Some recipes do depend on python3-native (although by definition there
is a python3 on your host) as they need to run
|
By
Ross Burton
·
#51288
·
|
|
Re: Why python3 is build native in yocto ???
#python
Howdy!
Am Fr., 6. Nov. 2020 um 09:23 Uhr schrieb <william.jacob@...>:
I'm sorry, but I don't really understand the question. You say you
want python3 crosscompiled. This will happen if
Howdy!
Am Fr., 6. Nov. 2020 um 09:23 Uhr schrieb <william.jacob@...>:
I'm sorry, but I don't really understand the question. You say you
want python3 crosscompiled. This will happen if
|
By
Josef Holzmayr
·
#51287
·
|
|
Why python3 is build native in yocto ???
#python
Hi,
I am trying to compile python package for yocto and I found python3 (python3.7) is build native then it cross compiled.I want to know why it is done like this in python.
Basically I want
Hi,
I am trying to compile python package for yocto and I found python3 (python3.7) is build native then it cross compiled.I want to know why it is done like this in python.
Basically I want
|
By
William Jacob
·
#51286
·
|