|
[prelink-cross] Reverted to previous commit and ONLY added the SPDX identifiers
Signed-off-by: Meh Mbeh Ida Delphine <idadelm@...>
---
src/arch-alpha.c | 4 ++++
src/arch-arm.c | 4 ++++
src/arch-cris.c | 4 ++++
src/arch-i386.c | 4 ++++
src/arch-ia64.c | 4
Signed-off-by: Meh Mbeh Ida Delphine <idadelm@...>
---
src/arch-alpha.c | 4 ++++
src/arch-arm.c | 4 ++++
src/arch-cris.c | 4 ++++
src/arch-i386.c | 4 ++++
src/arch-ia64.c | 4
|
By
Meh Mbeh Ida Delphine
·
#50964
·
|
|
[SUMO] NPM package recipe Javascript heap out of memory
Hi All,
I created a recipe that builds an NPM package, it worked well on the Zeus branch , but in another environment using Sumo branch this error occurred :
Log data follows
| DEBUG: Executing shell
Hi All,
I created a recipe that builds an NPM package, it worked well on the Zeus branch , but in another environment using Sumo branch this error occurred :
Log data follows
| DEBUG: Executing shell
|
By
Bel Hadj Salem Talel
·
#50963
·
|
|
Re: [prelink-cross] Added SPDX license headers to all .c and .h source files
Also, I think Mark's email address needs updating in the README as I
got a bounce sending this reply. Mark, could you confirm?
--
Paul Barker
Konsulko Group
Also, I think Mark's email address needs updating in the README as I
got a bounce sending this reply. Mark, could you confirm?
--
Paul Barker
Konsulko Group
|
By
Paul Barker
·
#50962
·
|
|
Re: [prelink-cross] Added SPDX license headers to all .c and .h source files
It looks like you've removed an important comment there along with the
old license header. I think there are a few other instances of this as
well. Could you re-check this?
--
Paul Barker
Konsulko
It looks like you've removed an important comment there along with the
old license header. I think there are a few other instances of this as
well. Could you re-check this?
--
Paul Barker
Konsulko
|
By
Paul Barker
·
#50961
·
|
|
[prelink-cross] Added SPDX license headers to all .c and .h source files
Signed-off-by: Meh Mbeh Ida Delphine <idadelm@...>
---
src/arch-alpha.c | 15 ++-------
src/arch-arm.c | 15 ++-------
src/arch-cris.c | 15 ++-------
src/arch-i386.c | 15
Signed-off-by: Meh Mbeh Ida Delphine <idadelm@...>
---
src/arch-alpha.c | 15 ++-------
src/arch-arm.c | 15 ++-------
src/arch-cris.c | 15 ++-------
src/arch-i386.c | 15
|
By
Meh Mbeh Ida Delphine
·
#50960
·
|
|
Re: Only index.html is cloned in private repo clone recipe
#yocto
Thanks for the support,
Here what I tried and it worked:And now everything is fetched and then unpacked into ${S}/git correctly.
Thanks, Talel
Thanks for the support,
Here what I tried and it worked:And now everything is fetched and then unpacked into ${S}/git correctly.
Thanks, Talel
|
By
Bel Hadj Salem Talel
·
#50959
·
|
|
Application development under WSLv2/vscode
Hello all,
I'm using Windows Subsystem for Linux, where I have Yocto build project. I'm using VS Code trying to compile but I use "source environment ..." to activate the SDK. How to activate the
Hello all,
I'm using Windows Subsystem for Linux, where I have Yocto build project. I'm using VS Code trying to compile but I use "source environment ..." to activate the SDK. How to activate the
|
By
Peter Balazovic <balazovic.peter@...>
·
#50958
·
|
|
Re: Bugzilla – Bug 13529
#yocto
Thank you, I will do that.
Thank you, I will do that.
|
By
Meh Mbeh Ida Delphine
·
#50957
·
|
|
Re: Bugzilla – Bug 13529
#yocto
This sounds like a helpful contribution.
To submit this please follow the guidelines in
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded.
You should also check the README in
This sounds like a helpful contribution.
To submit this please follow the guidelines in
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded.
You should also check the README in
|
By
Paul Barker
·
#50956
·
|
|
Re: Only index.html is cloned in private repo clone recipe
#yocto
The git fetcher needs to know what SHA to unpack. You haven't set
SRCREV, you can either set it to the specific SHA or to "${AUTOREV}"
if you want it to refetch every time it builds.
Note that the
The git fetcher needs to know what SHA to unpack. You haven't set
SRCREV, you can either set it to the specific SHA or to "${AUTOREV}"
if you want it to refetch every time it builds.
Note that the
|
By
Ross Burton
·
#50955
·
|
|
Bugzilla – Bug 13529
#yocto
Hey everybody, I introduced myself yesterday being new to the Yocto project and also hoping to become an outreachy intern for this project. I came across the Bugzilla link and chose a bug I wish to
Hey everybody, I introduced myself yesterday being new to the Yocto project and also hoping to become an outreachy intern for this project. I came across the Bugzilla link and chose a bug I wish to
|
By
Meh Mbeh Ida Delphine
·
#50954
·
|
|
Re: Perl populate sysroot fails (yocto 2.0.3)
perhaps adding something like below to samba bbappend might help
do_populate_sysroot[depends] += "perl:do_populate_sysroot"
perhaps adding something like below to samba bbappend might help
do_populate_sysroot[depends] += "perl:do_populate_sysroot"
|
By
Khem Raj
·
#50953
·
|
|
Re: Introduction
#yocto
#python
#linux
Hi Ida,
We have a "tasty menu of bugs" ;-) for people who
are new to Yocto:
https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bug
Let me know if any of those appeal to
Hi Ida,
We have a "tasty menu of bugs" ;-) for people who
are new to Yocto:
https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bug
Let me know if any of those appeal to
|
By
Randy MacLeod
·
#50952
·
|
|
Re: Perl populate sysroot fails (yocto 2.0.3)
Thanks,
I've managed to narrow the problem down to samba - it has perl at sysroot/dest-dir/usr/lib/perl5.
However for the life of me I can't figure out how to force it to run after the actual Perl
Thanks,
I've managed to narrow the problem down to samba - it has perl at sysroot/dest-dir/usr/lib/perl5.
However for the life of me I can't figure out how to force it to run after the actual Perl
|
By
Varangu-Booth, Valen
·
#50951
·
|
|
Re: Introduction
#yocto
#python
#linux
Welcome Ida, Hope you find the project interesting, Feel free to reach
out to this community if you need help or have any questions
Welcome Ida, Hope you find the project interesting, Feel free to reach
out to this community if you need help or have any questions
|
By
Khem Raj
·
#50950
·
|
|
Introduction
#yocto
#python
#linux
Hello, I'm Ida Delphine and I'm new to the Yocto Project. Excited to contribute to the Yocto project and hopefully become an outreachy intern.
Hello, I'm Ida Delphine and I'm new to the Yocto Project. Excited to contribute to the Yocto project and hopefully become an outreachy intern.
|
By
Meh Mbeh Ida Delphine
·
#50949
·
|
|
Re: NPM package recipe, npm not found
You are right, it needs nodejs-native in DEPENDS. Now it is working
Thanks a lot.
You are right, it needs nodejs-native in DEPENDS. Now it is working
Thanks a lot.
|
By
Bel Hadj Salem Talel
·
#50948
·
|
|
Re: NPM package recipe, npm not found
Hi Talel,
Just guessing but probably nodejs-native here?
Although, you might want to have a look at the npm.bbclass and try to
inherit it. Considering how complex the class looks like, it might
Hi Talel,
Just guessing but probably nodejs-native here?
Although, you might want to have a look at the npm.bbclass and try to
inherit it. Considering how complex the class looks like, it might
|
By
Quentin Schulz
·
#50947
·
|
|
NPM package recipe, npm not found
Hi,
I'm trying to make a recipe for an NPM package.
The source files are local.
Here is my recipe:
LICENSE="CLOSED"
SRC_URI+="file://sense-web_${PV].zip"
S=${WORKDIR}
DEPENDS+="nodejs"
do_compile(){
Hi,
I'm trying to make a recipe for an NPM package.
The source files are local.
Here is my recipe:
LICENSE="CLOSED"
SRC_URI+="file://sense-web_${PV].zip"
S=${WORKDIR}
DEPENDS+="nodejs"
do_compile(){
|
By
Bel Hadj Salem Talel
·
#50946
·
|
|
Re: Only index.html is cloned in private repo clone recipe
#yocto
Hi,
Thanks for the quick reply ,
Actually I was wrong about https, I changed it to http and added: SRCURL = "git://gitlab.tools.comp.local/comp/sense/sense_frontend"
instead of SRCURL =
Hi,
Thanks for the quick reply ,
Actually I was wrong about https, I changed it to http and added: SRCURL = "git://gitlab.tools.comp.local/comp/sense/sense_frontend"
instead of SRCURL =
|
By
Bel Hadj Salem Talel
·
#50945
·
|