|
Suggestions on improvements
Hello everyone, I'm trying to improve the Yocto Project's license tracing based on a proof-of concept implementation of linking sources with SPDX headers to output files by Richard at http://git.yocto
Hello everyone, I'm trying to improve the Yocto Project's license tracing based on a proof-of concept implementation of linking sources with SPDX headers to output files by Richard at http://git.yocto
|
By
Meh Mbeh Ida Delphine
· #51926
·
|
|
Yocto Project Outreachy interns
Thank you all so much for having us. I learned so much about embedded linux and the Yocto Project in a very short while. I can't wait to start working with you and on my project. Cheers, Ida.
Thank you all so much for having us. I learned so much about embedded linux and the Yocto Project in a very short while. I can't wait to start working with you and on my project. Cheers, Ida.
|
By
Meh Mbeh Ida Delphine
· #51540
·
|
|
Enhance yocto Project license tracing
#yocto
Hi Dorinda, I believe you are an outreachy applicant like me. This task you have chosen is what the selected intern will work on from my understanding. As of now we are still applicants. For now we st
Hi Dorinda, I believe you are an outreachy applicant like me. This task you have chosen is what the selected intern will work on from my understanding. As of now we are still applicants. For now we st
|
By
Meh Mbeh Ida Delphine
· #51038
·
|
|
[prelink-cross][PATCH v5] Add SPDX license headers to all source files
Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Updated README file with correct email addres
Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Updated README file with correct email addres
|
By
Meh Mbeh Ida Delphine
· #50998
·
|
|
[layerindex-web][PATCH] Add SPDX license headers to layerindex-web source files
Added SPDX identifiers to all .py files except those in migrations directory. Fixes: [YOCTO #13527] Signed-off-by: Meh Mbeh Ida Delphine <idadelm@...> --- __init__.py | 1 + docker/settings.py |
Added SPDX identifiers to all .py files except those in migrations directory. Fixes: [YOCTO #13527] Signed-off-by: Meh Mbeh Ida Delphine <idadelm@...> --- __init__.py | 1 + docker/settings.py |
|
By
Meh Mbeh Ida Delphine
· #50980
·
|
|
[prelink-cross][PATCH v4] Add SPDX license headers to all source files
Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Updated README file with correct email addres
Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Updated README file with correct email addres
|
By
Meh Mbeh Ida Delphine
· #50979
·
|
|
[YOCTO#13529][prelink-cross v3] Add SPDX license headers to all source files
Got it, thanks!
By
Meh Mbeh Ida Delphine
· #50978
·
|
|
[YOCTO#13529][prelink-cross v3] Add SPDX license headers to all source files
Fixed bug #13529 Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Signed-off-by: Meh Mbeh Ida
Fixed bug #13529 Added SPDX headers in all source files except src/makecrc.c since it is not copyrighted. Skipped Makefile.am as well. Also cleared redundant license text. Signed-off-by: Meh Mbeh Ida
|
By
Meh Mbeh Ida Delphine
· #50973
·
|
|
[prelink-cross v2] Fixed bug #13529
Awesome, thanks for the feedback.
Awesome, thanks for the feedback.
|
By
Meh Mbeh Ida Delphine
· #50972
·
|
|
[prelink-cross v2] Fixed bug #13529
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
· #50969
·
|
|
[prelink-cross v2] Reverted to previous commit and added the SPDX identifiers
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
· #50966
·
|
|
[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 ++++ src/arch-mips.
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 ++++ src/arch-mips.
|
By
Meh Mbeh Ida Delphine
· #50964
·
|
|
[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 ++------- src/arch-ia64.c
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 ++------- src/arch-ia64.c
|
By
Meh Mbeh Ida Delphine
· #50960
·
|
|
Bugzilla – Bug 13529
#yocto
Thank you, I will do that.
Thank you, I will do that.
|
By
Meh Mbeh Ida Delphine
· #50957
·
|
|
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 fi
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 fi
|
By
Meh Mbeh Ida Delphine
· #50954
·
|
|
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
·
|