|
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 <idadelm@...>
·
#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 <bhstalel@...>
·
#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
idadelm@...
·
#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 <ross@...>
·
#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
idadelm@...
·
#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
On 2020-10-07 12:57 p.m., Khem Raj wrote:
Hi Ida,
We have a "tasty menu of bugs" ;-) for people who
are new to Yocto:
On 2020-10-07 12:57 p.m., Khem Raj wrote:
Hi Ida,
We have a "tasty menu of bugs" ;-) for people who
are new to Yocto:
|
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
idadelm@...
·
#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 <bhstalel@...>
·
#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 <bhstalel@...>
·
#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 <bhstalel@...>
·
#50945
·
|
|
Re: Only index.html is cloned in private repo clone recipe
#yocto
SRC_URI should start with "git://" to do a git clone. The "protocol"
field can then be set to http, https or ssh if needed, I see you've
already got that set to https after expansion so you should
SRC_URI should start with "git://" to do a git clone. The "protocol"
field can then be set to http, https or ssh if needed, I see you've
already got that set to https after expansion so you should
|
By
Paul Barker
·
#50944
·
|
|
Only index.html is cloned in private repo clone recipe
#yocto
Hello All,
I have a private git repo which is in a local gitlab server.
Here is the local repo domain: http://gitlab.tools.comp.local/comp/sense/sense_frontend
I already saved the git credentials
Hello All,
I have a private git repo which is in a local gitlab server.
Here is the local repo domain: http://gitlab.tools.comp.local/comp/sense/sense_frontend
I already saved the git credentials
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#50943
·
|
|
[meta-security][zeus][PATCH 1/1] clamav: add INSTALL_CLAMAV_CVD flag to do_install
Recipe provides INSTALL_CLAMAV_CVD flag to bypass clamav
cvd db creation. During do_install this flag should be
used to conditionally skip install of cvd db if needed.
Signed-off-by: Charlie Davies
Recipe provides INSTALL_CLAMAV_CVD flag to bypass clamav
cvd db creation. During do_install this flag should be
used to conditionally skip install of cvd db if needed.
Signed-off-by: Charlie Davies
|
By
Charlie Davies
·
#50942
·
|