|
[meta-java] icedtea7 fetching error
Thank you very much Richard! The openjdk8 tarballs are now hosted at https://downloads.yoctoproject.org/mirror/sources/ with their local download names. Unfortunately I currently don't have the time a
Thank you very much Richard! The openjdk8 tarballs are now hosted at https://downloads.yoctoproject.org/mirror/sources/ with their local download names. Unfortunately I currently don't have the time a
|
By
Richard Leitner
· #53866
·
|
|
[meta-java] icedtea7 fetching error
Thanks for that! I'm currently uploading the tarballs and provide you the link as soon as it's finished (sorry, really crappy uplink here 😕) It's about 1GiB with following files affected: openjdk8-242
Thanks for that! I'm currently uploading the tarballs and provide you the link as soon as it's finished (sorry, really crappy uplink here 😕) It's about 1GiB with following files affected: openjdk8-242
|
By
Richard Leitner
· #53865
·
|
|
[meta-java] icedtea7 fetching error
Sorry for the late reply, I was on vacation 😉. Nothing that comes to my mind directly. Do you know of any hosting possibilites from YP or OE-Core? @Richard: Sorry for putting you in that conversation
Sorry for the late reply, I was on vacation 😉. Nothing that comes to my mind directly. Do you know of any hosting possibilites from YP or OE-Core? @Richard: Sorry for putting you in that conversation
|
By
Richard Leitner
· #53863
·
|
|
what is the proper treatment of the "Unlicense" license?
... +1 for adding Unlicense to openembedded-core's common-licenses regards;rl
... +1 for adding Unlicense to openembedded-core's common-licenses regards;rl
|
By
Richard Leitner
· #49392
·
|
|
poky: no submodule mapping found in .gitmodules for path 'documentation/bitbake'
Hi Scott, Richard, I'm experiencing weird git submodule behaviour on poky master since commit 7e7b066085 ("YP 3.1 Docs: Updated Manual revision tables.") Was this intended? $ git submodule status fata
Hi Scott, Richard, I'm experiencing weird git submodule behaviour on poky master since commit 7e7b066085 ("YP 3.1 Docs: Updated Manual revision tables.") Was this intended? $ git submodule status fata
|
By
Richard Leitner
· #47882
·
|
|
meta-java / openjdk-8-native spontaneously broken in warrior on CentOS7
Hi Darcy, I've backported 2 patches from master to warrior on Dec 27: http://lists.openembedded.org/pipermail/openembedded-devel/2019-December/203803.html In there "commit d5a8ec9e269d1f04a6cf78867ebf
Hi Darcy, I've backported 2 patches from master to warrior on Dec 27: http://lists.openembedded.org/pipermail/openembedded-devel/2019-December/203803.html In there "commit d5a8ec9e269d1f04a6cf78867ebf
|
By
Richard Leitner
· #47851
·
|
|
help with meta-java
Hi, unfortunately, due to a different focus on my day job in the previous months I didn't had time for doing any work on meta-java. This will change in the coming weeks and I will start to review and
Hi, unfortunately, due to a different focus on my day job in the previous months I didn't had time for doing any work on meta-java. This will change in the coming weeks and I will start to review and
|
By
Richard Leitner
· #47147
·
|
|
[meta-java][PATCH 3/3] openjdk-8: use ca-certificates-java
Hi, this commit of yours breaks the build on meta-java's current mater-next branch (when building an image containing openjre-8 or openjdk-8) with following message: ERROR: openjre-8-test-image-1.0-r0
Hi, this commit of yours breaks the build on meta-java's current mater-next branch (when building an image containing openjre-8 or openjdk-8) with following message: ERROR: openjre-8-test-image-1.0-r0
|
By
Richard Leitner
· #41470
·
|
|
multiple, different kernel images in one rootfs
Thank you for your response. So it seems they copied and renamed the kernel classes from poky.git and let the second kernel image use the newly added class? Am I understanding this correctly? Is this
Thank you for your response. So it seems they copied and renamed the kernel classes from poky.git and let the second kernel image use the newly added class? Am I understanding this correctly? Is this
|
By
Richard Leitner
· #35295
·
|
|
multiple, different kernel images in one rootfs
Hi, I'm currently using Jethro and like to include multiple, different kernel (fit)images (with different source branches/versions) in one RootFS. When booting such a system the bootloader (U-Boot) wi
Hi, I'm currently using Jethro and like to include multiple, different kernel (fit)images (with different source branches/versions) in one RootFS. When booting such a system the bootloader (U-Boot) wi
|
By
Richard Leitner
· #35257
·
|
|
suggestions for version controlling multi-layer reproducible builds?
Hi, I'm using a similar approach, but instead of using a separate "version package" I'm using the "BUILDNAME" and "DISTRO_VERSION" variables in my distro.conf. Then depending on how "large" the releas
Hi, I'm using a similar approach, but instead of using a separate "version package" I'm using the "BUILDNAME" and "DISTRO_VERSION" variables in my distro.conf. Then depending on how "large" the releas
|
By
Richard Leitner
· #33441
·
|
|
[psplash][PATCH] psplash: add option to read startup message from file
Any comments/news on that patch from APRIL?
Any comments/news on that patch from APRIL?
|
By
Richard Leitner
· #31541
·
|
|
Mounting USB drives on a "read-only-rootfs" based system
Hi, you can adjust the mount behaviour for example in your udev mount script (if you use udev). If you have a fixed name/mountpoint for your media you can pre-create that folder (for example /media/da
Hi, you can adjust the mount behaviour for example in your udev mount script (if you use udev). If you have a fixed name/mountpoint for your media you can pre-create that folder (for example /media/da
|
By
Richard Leitner
· #30499
·
|
|
[psplash][PATCH] Add fbdev option to set the proper /dev/fbX.
Hi Julien, Ok, sorry I didn't knew that. In that case you can of course remove that "feature". But please add this description somewhere to the commit text or create a separate patch for it. So that e
Hi Julien, Ok, sorry I didn't knew that. In that case you can of course remove that "feature". But please add this description somewhere to the commit text or create a separate patch for it. So that e
|
By
Richard Leitner
· #30268
·
|
|
[psplash][PATCH] psplash: add option to read startup message from file
Any comments/updates on that patch of mine?
Any comments/updates on that patch of mine?
|
By
Richard Leitner
· #30165
·
|
|
[psplash][PATCH] Add fbdev option to set the proper /dev/fbX.
Hi Julien, comments on the code are below. You removed the possiblity to get the fb device from FBDEV! Please don't to that as people may rely on that feature! If you like to add a fbdev commandline o
Hi Julien, comments on the code are below. You removed the possiblity to get the fb device from FBDEV! Please don't to that as people may rely on that feature! If you like to add a fbdev commandline o
|
By
Richard Leitner
· #30164
·
|
|
[psplash][PATCH] psplash: add option to read startup message from file
Hi, are any comments or possible improvements? regards, Richard
Hi, are any comments or possible improvements? regards, Richard
|
By
Richard Leitner
· #29581
·
|
|
[psplash][PATCH] psplash: add option to read startup message from file
This patch adds an option to read the displayed message from a file. Additionally the maximum length for the read string can be defined. If both, a message (STARTUP_MSG) and a file (STARTUP_MSG_FILE)
This patch adds an option to read the displayed message from a file. Additionally the maximum length for the read string can be defined. If both, a message (STARTUP_MSG) and a file (STARTUP_MSG_FILE)
|
By
Richard Leitner
· #29450
·
|
|
[psplash][PATCH 5/5] psplash: fix remaining unused-parameter warnings
Define UNUSED macro for GCC's ((__unused__)) attribute and use it for the remaining unused-parameter warnings. These unused parameters are required due to the definition of the sighandler_t. This fixe
Define UNUSED macro for GCC's ((__unused__)) attribute and use it for the remaining unused-parameter warnings. These unused parameters are required due to the definition of the sighandler_t. This fixe
|
By
Richard Leitner
· #29431
·
|
|
[psplash][PATCH 4/5] psplash: remove unused parameter length from parse_command
This fixes following unused-parameter warning: psplash.c: In function 'parse_command': psplash.c:105:49: warning: unused parameter 'length' [-Wunused-parameter] Signed-off-by: Richard Leitner <richard
This fixes following unused-parameter warning: psplash.c: In function 'parse_command': psplash.c:105:49: warning: unused parameter 'length' [-Wunused-parameter] Signed-off-by: Richard Leitner <richard
|
By
Richard Leitner
· #29430
·
|