|
[meta-zephyr][PATCH 4/4] zephyr-kernel-test.inc: exclude test which fails with arm
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Naveen Saini
·
#47911
·
|
|
[meta-zephyr][PATCH 3/4] tune-cortexm3.inc: set '-mfloat-abi=soft' floating-point ABI
Due to default -mfloat-abi=softfp facing below error log:
"Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Ref:
Due to default -mfloat-abi=softfp facing below error log:
"Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Ref:
|
By
Naveen Saini
·
#47910
·
|
|
[meta-zephyr][PATCH 2/4] zephyr-getchar_git: remove sample program
This sample program does not exist anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-getchar/zephyr-getchar_git.bb | 26 -------------------
1 file changed, 26
This sample program does not exist anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-getchar/zephyr-getchar_git.bb | 26 -------------------
1 file changed, 26
|
By
Naveen Saini
·
#47909
·
|
|
[meta-zephyr][PATCH 1/4] newlib: upgrade 2.4.0 -> 3.2.0
Dropped the patches which are not required anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../newlib/gettimeofday-header-fix.patch | 20 -
Dropped the patches which are not required anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../newlib/gettimeofday-header-fix.patch | 20 -
|
By
Naveen Saini
·
#47908
·
|
|
Md5sum calculation
Hi
I am a newbie in yocto can anyone help me in finding the md5sum of
the file before downloading
the file in yocto.
Hi
I am a newbie in yocto can anyone help me in finding the md5sum of
the file before downloading
the file in yocto.
|
By
Sheraz Ali <sheraz.ali@...>
·
#47907
·
|
|
Re: patchutils bitbake recipe
Howdy!
Have fun, and feel free to return with arising questions :)
Anything that works for you is a decent usecase. In terms of Yocto/OE,
the line between decent and non-decent is less a technical
Howdy!
Have fun, and feel free to return with arising questions :)
Anything that works for you is a decent usecase. In terms of Yocto/OE,
the line between decent and non-decent is less a technical
|
By
Josef Holzmayr <holzmayr@...>
·
#47906
·
|
|
Re: Maintaining patchtest
thanks for stepping up.
I think this is a good idea. Bringing tools closer to developers and
having the ability to
run it offline, perhaps before submitting patches is going to improve
the
thanks for stepping up.
I think this is a good idea. Bringing tools closer to developers and
having the ability to
run it offline, perhaps before submitting patches is going to improve
the
|
By
Khem Raj
·
#47905
·
|
|
Re: patchutils bitbake recipe
Thanks! It sounds like I am not stepping into an historical tarpit then. There
are so many references to patchutils in the Yocto ecosystem that I figured
there just had to be some reason for the
Thanks! It sounds like I am not stepping into an historical tarpit then. There
are so many references to patchutils in the Yocto ecosystem that I figured
there just had to be some reason for the
|
By
Chuck Wolber
·
#47904
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
Thanks for the reminder. Final note, Back in the days, uClibc had
a compile time option to select one behaviour or the other.
Cheers,
A.
Thanks for the reminder. Final note, Back in the days, uClibc had
a compile time option to select one behaviour or the other.
Cheers,
A.
|
By
Andr? Draszik <git@...>
·
#47903
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
Sorry, I was too quick replying here... It's simply defaulting to no
because of cross-compilation, no matter what libc is in use.
I wanted to be conservative, but Adrian reminded me of actual
Sorry, I was too quick replying here... It's simply defaulting to no
because of cross-compilation, no matter what libc is in use.
I wanted to be conservative, but Adrian reminded me of actual
|
By
Andr? Draszik <git@...>
·
#47902
·
|
|
[meta-gplv2][PATCH 2/2 v3] diffutils: use malloc() and realloc() from libc as-is
From: Andre' Draszik <git@...>
diffutils' version of autoconf tries to run a test
program to determine if malloc() and realloc() behave
like in glibc, i.e. returning non-NULL when given 0
From: Andre' Draszik <git@...>
diffutils' version of autoconf tries to run a test
program to determine if malloc() and realloc() behave
like in glibc, i.e. returning non-NULL when given 0
|
By
Andr? Draszik <git@...>
·
#47901
·
|
|
Re: patchutils bitbake recipe
Howdy!
Write a recipe and submit :) I don't think there was ever a "conscious
decision" to not support a specific package for non-technical reasons.
And this one doesn't also look like it has any
Howdy!
Write a recipe and submit :) I don't think there was ever a "conscious
decision" to not support a specific package for non-technical reasons.
And this one doesn't also look like it has any
|
By
Josef Holzmayr <holzmayr@...>
·
#47900
·
|
|
patchutils bitbake recipe
Hi,
I checked the layer index (and google) and I find no references to a bitbake recipe for patchutils. Was there a conscious decision to not maintain a recipe for patchutils? Or is this something
Hi,
I checked the layer index (and google) and I find no references to a bitbake recipe for patchutils. Was there a conscious decision to not maintain a recipe for patchutils? Or is this something
|
By
Chuck Wolber
·
#47899
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
The jm_cv_func_working_malloc test is:
main ()
{
exit (malloc (0) ? 0 : 1);
}
The C standard says that this is implementation defined,
both results are permitted.
glibc has the
The jm_cv_func_working_malloc test is:
main ()
{
exit (malloc (0) ? 0 : 1);
}
The C standard says that this is implementation defined,
both results are permitted.
glibc has the
|
By
Adrian Bunk
·
#47898
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
That's musl specific, because it's a property of the C-library in use.
E.g. somebody could be using this with an outdated vendor(?) toolchain
using an old glibc which could behave
That's musl specific, because it's a property of the C-library in use.
E.g. somebody could be using this with an outdated vendor(?) toolchain
using an old glibc which could behave
|
By
Andr? Draszik <git@...>
·
#47897
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
Why is this musl-specific? Does the configure explicitly detect glibc and know it's good, or should we do this for glibc too?
Ross
Why is this musl-specific? Does the configure explicitly detect glibc and know it's good, or should we do this for glibc too?
Ross
|
By
Ross Burton <ross.burton@...>
·
#47896
·
|
|
[meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
diffutils tries to run a test program to determine if
malloc() and realloc() work, i.e. whether they fail if
given 0 for size. running a test program doesn't work
when cross-compiling, so it defaults
diffutils tries to run a test program to determine if
malloc() and realloc() work, i.e. whether they fail if
given 0 for size. running a test program doesn't work
when cross-compiling, so it defaults
|
By
Andr? Draszik <git@...>
·
#47895
·
|
|
Re: Maintaining patchtest
Paul,
Thanks for stepping up as the Maintainer.
- Armin
On 1/8/20 4:48 AM, Paul Barker wrote:
Paul,
Thanks for stepping up as the Maintainer.
- Armin
On 1/8/20 4:48 AM, Paul Barker wrote:
|
By
Armin Kuster
·
#47894
·
|
|
Re: Maintaining patchtest
Suggestions made sound like major enhancements to me. My favourites
are: extend to other layers and local operation :)
Thanks for taking care
Andreas
Suggestions made sound like major enhancements to me. My favourites
are: extend to other layers and local operation :)
Thanks for taking care
Andreas
|
By
Andreas Müller
·
#47893
·
|
|
[meta-gplv2][PATCH 1/2] diffutils: fix build with 64bit time_t on 32bit arches
See included patch.
Signed-off-by: André Draszik <git@...>
---
...ilation-with-64bit-time_t-on-32bit-a.patch | 46 +++++++++++++++++++
recipes-extended/diffutils/diffutils_2.8.1.bb | 1 +
2
See included patch.
Signed-off-by: André Draszik <git@...>
---
...ilation-with-64bit-time_t-on-32bit-a.patch | 46 +++++++++++++++++++
recipes-extended/diffutils/diffutils_2.8.1.bb | 1 +
2
|
By
Andr? Draszik <git@...>
·
#47892
·
|