Re: [meta-rockchip][PATCH v2] Rock64: add machine
Trevor Woerner
On Tue 2021-06-15 @ 10:03:31 AM, Yann Dirson wrote:
Le lun. 14 juin 2021 à 18:19, Trevor Woerner <twoerner@...> a écrit :True. We could definitely use some cleanup in this area. If you want toOh, right, copypaste rules around here, so Garmin does have a role but propose something that's going to work, I'll add it. Also, when adding a new board, please update the top-level README. Thanks!
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH v2] Rock64: add machine
Yann Dirson
Le lun. 14 juin 2021 à 18:19, Trevor Woerner <twoerner@...> a écrit :
Oh, right, copypaste rules around here, so Garmin does have a role but something may be missing :) Right that was something I wondered how to deal with and forgot (and note that+# Released under the MIT license (see COPYING.MIT for the terms)Can you also specify an OSS-friendly licence too? for the nanopi-m4 I used the same file). My reading of [1] is that all rockchip APs are using the same partition table. I see that the existing {rk3288,rk3399}-boot.wks only differ in the choice of u-boot image, and I'm wondering if using the SoC to distinguish between them is the right choice, as eg. upstream RK is not using the .itb format, and I suspect we could use it as well for rk3288 (I'm sure I have one in a drawer and could check that some day). Now maybe the sate of things is different for 32bit SoCs, and I thought it could make sense to distinguish rockchip-32bit-boot.wks and rockchip-64bit-boot.wks, or maybe even name them using the format, as something like rockchip-legacy-boot.wks (well there is probably a more descriptive name for that format) and rockchip-itb-boot.wks ? Similarly, the .wks for 3288-based boards and for 3399-based ones only differ by the console baudrate, and the 3288-based .wks are all identical except for some whitespace. And in fact, it is not unthinkable for a given project to use something else than a single-partition layout, so those files are indeed closer to a "default wks". Maybe we could use more generic filenames there too (until we implement a way to avoid hardcoding the baudrate here) [1] http://opensource.rock-chips.com/wiki_Boot_option +IMAGE_FSTYPES += "wic wic.bmap"I have a roc-rk3328-cc ("renegade") board I should investigate adding. Then I -- Yann Dirson <yann@...> Blade / Shadow -- http://shadow.tech
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
Alexander Kanavin
On Mon, 14 Jun 2021 at 23:31, Richard Leitner - SKIDATA <Richard.Leitner@...> wrote: Thank you very much Richard! Unfortunately I think you mirrored the wrong tarballs. The problematic ones are specifically the six tarballs coming from http://icedtea.classpath.org/hg/ and I am not seeing them mirrored. See the original error at the start of this thread: --2021-06-07 17:24:33-- http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120 Alex
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[meta-rockchip][PATCH] qtbase: Add needed bbappend for rk3399 SOCs
This ensures that DISTRO_FEATURES can translates correctly
for qtbate packageconfigs and we can get right platforms enabled Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 5 +++++ .../qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend diff --git a/conf/layer.conf b/conf/layer.conf index b263b6f..f97fb69 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,3 +16,8 @@ BBFILE_PRIORITY_rockchip = "1" LAYERVERSION_rockchip = "1" LAYERSERIES_COMPAT_rockchip = "hardknott" LAYERDEPENDS_rockchip = "core meta-arm" + +BBFILES_DYNAMIC += " \ + qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ + qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ +" diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend new file mode 100644 index 0000000..a977229 --- /dev/null +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend @@ -0,0 +1,9 @@ +PACKAGECONFIG_GL_rk3399 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ + bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \ + '', d), d)}" +PACKAGECONFIG_GL_append_rk3399 = " kms gbm" + +PACKAGECONFIG_FONTS_rk3399 = "fontconfig" + +PACKAGECONFIG_append_rk3399 = " libinput examples tslib xkbcommon" +PACKAGECONFIG_remove_rk3399 = "tests" -- 2.32.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
M+ & H bugs with Milestone Movements WW24
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Enhancements/Bugs closed WW23!
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current high bug count owners for Yocto Project 3.4
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Newcomer & Unassigned Bugs - Help Needed
Stephen Jolley
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bugs Also please review: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded and how to create a bugzilla account at: https://bugzilla.yoctoproject.org/createaccount.cgi The idea is these bugs should be straight forward for a person to help work on who doesn't have deep experience with the project. If anyone can help, please take ownership of the bug and send patches! If anyone needs help/advice there are people on irc who can likely do so, or some of the more experienced contributors will likely be happy to help too.
Also, the triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the triage team) are therefore going to start reporting out the currently 347 unassigned or newcomer bugs.
We're hoping people may be able to spare some time now and again to help out with these. Bugs are split into two types, "true bugs" where things don't work as they should and "enhancements" which are features we'd want to add to the system. There are also roughly four different "priority" classes right now, “3.2”, “3.3, "3.99" and "Future", the more pressing/urgent issues being in "3.2" and then “3.3”.
Please review this link and if a bug is something you would be able to help with either take ownership of the bug, or send me (sjolley.yp.pm@...) an e-mail with the bug number you would like and I will assign it to you (please make sure you have a Bugzilla account). The list is at: https://wiki.yoctoproject.org/wiki/Bug_Triage_Archive#Unassigned_or_Newcomer_Bugs
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
Richard Purdie
On Mon, 2021-06-14 at 21:31 +0000, Richard Leitner - SKIDATA wrote:
On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote:In theory if these are the names the metadata was using and you have the standardOn Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:Thank you very much Richard!On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:If someone points me at the tarballs I can probably sort something out withI have the tarball. I think we should toss it somewhere safe and update theSorry for the late reply, I was on vacation 😉. OE/Yocto source mirrors, this should "just work"... Cheers, Richard
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
Richard Leitner
On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote:
On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:Thank you very much Richard!On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:If someone points me at the tarballs I can probably sort something out withI have the tarball. I think we should toss it somewhere safe and update theSorry for the late reply, I was on vacation 😉. 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 and resources to provide a patch for fixing the URLs and adding the mirror. So help is greatly appreciated! regards;rl
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
Richard Leitner
On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote:
On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:Thanks for that!On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:If someone points me at the tarballs I can probably sort something out withI have the tarball. I think we should toss it somewhere safe and update theSorry for the late reply, I was on vacation 😉. 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-corba-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-corba-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-corba-jdk8u242-ga.tar.bz2 openjdk8-242-hotspot-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-hotspot-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-hotspot-jdk8u242-ga.tar.bz2 openjdk8-242-jaxp-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-jaxp-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-jaxp-jdk8u242-ga.tar.bz2 openjdk8-242-jaxws-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-jaxws-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-jaxws-jdk8u242-ga.tar.bz2 openjdk8-242-jdk8u-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-jdk8u-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-jdk8u-jdk8u242-ga.tar.bz2 openjdk8-242-jdk-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-jdk-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-jdk-jdk8u242-ga.tar.bz2 openjdk8-242-langtools-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-langtools-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-langtools-jdk8u242-ga.tar.bz2 openjdk8-242-nashorn-aarch64-shenandoah-jdk8u242-b07.tar.bz2 openjdk8-242-nashorn-jdk8u242-ga-aarch32-200120.tar.bz2 openjdk8-242-nashorn-jdk8u242-ga.tar.bz2 openjdk8-252-corba-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-corba-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-corba-jdk8u252-ga.tar.bz2 openjdk8-252-hotspot-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-hotspot-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-hotspot-jdk8u252-ga.tar.bz2 openjdk8-252-jaxp-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-jaxp-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-jaxp-jdk8u252-ga.tar.bz2 openjdk8-252-jaxws-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-jaxws-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-jaxws-jdk8u252-ga.tar.bz2 openjdk8-252-jdk8u-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-jdk8u-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-jdk8u-jdk8u252-ga.tar.bz2 openjdk8-252-jdk-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-jdk-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-jdk-jdk8u252-ga.tar.bz2 openjdk8-252-langtools-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-langtools-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-langtools-jdk8u252-ga.tar.bz2 openjdk8-252-nashorn-aarch64-shenandoah-jdk8u252-b09.tar.bz2 openjdk8-252-nashorn-jdk8u252-ga-aarch32-20200415.tar.bz2 openjdk8-252-nashorn-jdk8u252-ga.tar.bz2 openjdk8-265-corba-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-corba-jdk8u265-ga.tar.bz2 openjdk8-265-hotspot-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-hotspot-jdk8u265-ga.tar.bz2 openjdk8-265-jaxp-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-jaxp-jdk8u265-ga.tar.bz2 openjdk8-265-jaxws-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-jaxws-jdk8u265-ga.tar.bz2 openjdk8-265-jdk8u-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-jdk8u-jdk8u265-ga.tar.bz2 openjdk8-265-jdk-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-jdk-jdk8u265-ga.tar.bz2 openjdk8-265-langtools-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-langtools-jdk8u265-ga.tar.bz2 openjdk8-265-nashorn-jdk8u265-ga-aarch32-20200729.tar.bz2 openjdk8-265-nashorn-jdk8u265-ga.tar.bz2 openjdk8-272-corba-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-corba-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-corba-jdk8u272-ga.tar.bz2 openjdk8-272-hotspot-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-hotspot-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-hotspot-jdk8u272-ga.tar.bz2 openjdk8-272-jaxp-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-jaxp-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-jaxp-jdk8u272-ga.tar.bz2 openjdk8-272-jaxws-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-jaxws-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-jaxws-jdk8u272-ga.tar.bz2 openjdk8-272-jdk8u-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-jdk8u-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-jdk8u-jdk8u272-ga.tar.bz2 openjdk8-272-jdk-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-jdk-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-jdk-jdk8u272-ga.tar.bz2 openjdk8-272-langtools-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-langtools-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-langtools-jdk8u272-ga.tar.bz2 openjdk8-272-nashorn-aarch64-shenandoah-jdk8u272-b10.tar.bz2 openjdk8-272-nashorn-jdk8u272-b09-aarch32-20200929.tar.bz2 openjdk8-272-nashorn-jdk8u272-ga.tar.bz2 openjdk8-292-corba-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-corba-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-corba-jdk8u292-ga.tar.bz2 openjdk8-292-hotspot-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-hotspot-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-hotspot-jdk8u292-ga.tar.bz2 openjdk8-292-jaxp-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-jaxp-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-jaxp-jdk8u292-ga.tar.bz2 openjdk8-292-jaxws-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-jaxws-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-jaxws-jdk8u292-ga.tar.bz2 openjdk8-292-jdk8u-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-jdk8u-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-jdk8u-jdk8u292-ga.tar.bz2 openjdk8-292-jdk-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-jdk-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-jdk-jdk8u292-ga.tar.bz2 openjdk8-292-langtools-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-langtools-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-langtools-jdk8u292-ga.tar.bz2 openjdk8-292-nashorn-aarch64-shenandoah-jdk8u292-b10.tar.bz2 openjdk8-292-nashorn-jdk8u292-ga-aarch32-20210423.tar.bz2 openjdk8-292-nashorn-jdk8u292-ga.tar.bz2 icedtea-2.1.3.tar.gz regards;rl
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
Richard Purdie
On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:
On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:If someone points me at the tarballs I can probably sort something out withI have the tarball. I think we should toss it somewhere safe and update theSorry for the late reply, I was on vacation 😉. our source mirrors. Cheers, Richard
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
Richard Leitner
On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:
I have the tarball. I think we should toss it somewhere safe and update theSorry 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 without warning... But maybe you may guide us in a direction where to host/mirror some "legacy" meta-java source tarballs? regards;rl
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-rockchip][PATCH v2] Rock64: add machine
Trevor Woerner
Hi Yann,
Thanks for the contribution! On Mon 2021-05-31 @ 04:00:58 PM, yann.dirson@... wrote: From: Yann Dirson <yann@...>Sounds good. I prefer the rockchip default of 1,500,000 anyway. Odd that you'd be assigning the copyright to Garmin ;-) +# Released under the MIT license (see COPYING.MIT for the terms)Can you also specify an OSS-friendly licence too? +Personally I'd prefer to see a rock64 wic file which includes an rk3328 default, even if it is a copy of the rock-pi-4 layout. +IMAGE_FSTYPES += "wic wic.bmap"I have a roc-rk3328-cc ("renegade") board I should investigate adding. Then I can see if this applies there as well. +SRC_URI_append_rock64 = " file://0001-ayufan-dtsi-rk3328-add-mmc0-mmc1-aliases.patch"
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: thoughts on YP-friendly developer laptop?
Adrian Bunk
On Mon, Jun 14, 2021 at 07:58:19AM -0400, Robert P. J. Day wrote:
When using a laptop with only 16 GB RAM to build with 8 or 16 threads, on what drive will the heavily used large swap partition be? gcc loves to use > 2 GB RAM for non-trivial C++ code, with 16 threads I'd recommend 64 GB RAM. and a dual drive layout that seemsAsk for the specs of the SSD and do the math. E.g. 150 TBW / 50 GB/build = 3000 builds If you are building from scratch so often that the resulting number is a worry, I'd rather buy 128 GB RAM and use a tmpfs instead of creating a spinning rust bottleneck. rdaycu Adrian
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: thoughts on YP-friendly developer laptop?
Jack Mitchell
- Ryzen based for core count
toggle quoted messageShow quoted text
- No dedicated GPU as more wattage available for CPU + less heat for cpu boosting - Dual NVMe slots, or at least on-board emmc + NVMe slot, hold tmp in NVMe, replace if it dies. Probably not going to be an issue, I have a 1TB NVMe drive which I've been doing multiple daily builds on for 2 years which is still at 99% health. For a decent manufacturer? Dell aren't recommended at the moment as the QA due to pandemic conditions is lacking and machines are arriving broken. HP do some decent Ryzen based laptops, as do Lenovo. For a wild card you can also check out System76 but they're just OEM rebrands. Good luck, it's a minefield out there. Regards, Jack
On 14/06/2021 12:58, Robert P. J. Day wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
thoughts on YP-friendly developer laptop?
Robert P. J. Day
starting to think about a new laptop that will, among other things,
do lots of OE/YP builds, and i'll start with this as the basis for a few questions about hard drives: https://www.dell.com/en-ca/shop/gaming-laptops/g15-ryzen-edition-gaming-laptop/spd/g-series-15-5515-laptop/ng155515_sb_ps25e while an SSD would be delightful, i'm concerned about how doing frequent 40-50G builds would wear out an SSD. so i was considering looking for something with a fast regular HD for the actual build directories, but room to put in an M.2 NVMe that would hold fairly static content, like the OS itself, all the layers, a local source mirror and so on. am i overthinking this? anyone have a laptop setup that is smokin' fast (yeah, 8 core AMD ryzen :-), and a dual drive layout that seems to work well with lots and lots of OE builds? rday
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: QEMU Size Increase from Yocto Thud to Zeus
Zoran
Yes, look at the PACKAGECONFIGs and setting QEMU_TARGETS.Does it mean that with the local.conf line: # enable,disable,depends,rdepends # PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," The QEMU is completely removed (this is all that needs to be done, or...)? Thank you, Zee _______ On Mon, Jun 14, 2021 at 12:14 PM Ross Burton <ross@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: QEMU Size Increase from Yocto Thud to Zeus
Ross Burton <ross@...>
Yes, look at the PACKAGECONFIGs and setting QEMU_TARGETS.
toggle quoted messageShow quoted text
Ross
On Mon, 14 Jun 2021 at 09:04, Aashik Aswin <thisisaash9698@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-java] icedtea7 fetching error
marvin.franke@...
Hello,
you can use wildebeest's mirror: ICEDTEA_HG_URL = "http://icedtea.wildebeest.org/hg/release/${ICEDTEA_PREFIX}" Marvin
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|