|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: build latest BB and YP releases
honister and 1.52 Bitbake branch were recently released, so let's build those too. Signed-off-by: Quentin Schulz <quentin.schulz@...> --- scripts/run-docs-build | 4 ++-- 1 file chang
honister and 1.52 Bitbake branch were recently released, so let's build those too. Signed-off-by: Quentin Schulz <quentin.schulz@...> --- scripts/run-docs-build | 4 ++-- 1 file chang
|
By
Quentin Schulz
· #55172
·
|
|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: patch yocto-3.3 and 3.4 releases
Both releases are missing an important patch that changes the displayed version from dev to the appropriate release number. This is confusing to the user and probably breaks some assumptions in some s
Both releases are missing an important patch that changes the displayed version from dev to the appropriate release number. This is confusing to the user and probably breaks some assumptions in some s
|
By
Quentin Schulz
· #55173
·
|
|
[meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf
Not all Rockchip boards have their console running at 1500000 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of pum
Not all Rockchip boards have their console running at 1500000 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of pum
|
By
Quentin Schulz
· #55317
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
From Linux kernel v5.14 to v5.14.11 (both included), the Ethernet MAC controller found on RK3399 is not working. A fix is available in v5.14.12 and later (available also in v5.15) which is provided he
From Linux kernel v5.14 to v5.14.11 (both included), the Ethernet MAC controller found on RK3399 is not working. A fix is available in v5.14.12 and later (available also in v5.15) which is provided he
|
By
Quentin Schulz
· #55345
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
v5.14.14 is already fixed. The only release currently is 3.4 and I hit that issue, hence the patch. I assume not everybody is updating to 3.4.1 when it's out, I've seen people running behind dot relea
v5.14.14 is already fixed. The only release currently is 3.4 and I hit that issue, hence the patch. I assume not everybody is updating to 3.4.1 when it's out, I've seen people running behind dot relea
|
By
Quentin Schulz
· #55356
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
I could define a python function and use it like this: SRC_URI:append:rk3399 = "${@rk3399_fix_mac(d)}" Would that work better for you? Cheers, Quentin
I could define a python function and use it like this: SRC_URI:append:rk3399 = "${@rk3399_fix_mac(d)}" Would that work better for you? Cheers, Quentin
|
By
Quentin Schulz
· #55357
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Hi Khem, meta-rockchip does not have a honister branch for now because it is still working with master branch from OE-Core. This patch does not break this behaviour. Do I add a "known issues" to the R
Hi Khem, meta-rockchip does not have a honister branch for now because it is still working with master branch from OE-Core. This patch does not break this behaviour. Do I add a "known issues" to the R
|
By
Quentin Schulz
· #55358
·
|
|
[docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: remove gatesgarth
Hi Michael, Richard, I think we want to make sure we have all docs up-to-date, even for the branches that aren't maintained anymore. Especially since it's not taking a lot of CPU time to build them, i
Hi Michael, Richard, I think we want to make sure we have all docs up-to-date, even for the branches that aren't maintained anymore. Especially since it's not taking a lot of CPU time to build them, i
|
By
Quentin Schulz
· #55472
·
|
|
[docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: make all versions list releases known to master
Hi Michael, Why don't we migrate this different method (find) to the one you implement in this commit too? I could see a variable storing all "force-latest" files or someting like that to make it obvi
Hi Michael, Why don't we migrate this different method (find) to the one you implement in this commit too? I could see a variable storing all "force-latest" files or someting like that to make it obvi
|
By
Quentin Schulz
· #55474
·
|
|
[docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Reviewed-by: Quentin Schulz <foss+yocto@...> Thanks, Quentin
Reviewed-by: Quentin Schulz <foss+yocto@...> Thanks, Quentin
|
By
Quentin Schulz
· #55475
·
|
|
[docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Hi Nicolas, Indeed. But this should be fixed, because we should handle this the same way documentation/releases.html is, with a common one across all releases. With the current implementation, only ma
Hi Nicolas, Indeed. But this should be fixed, because we should handle this the same way documentation/releases.html is, with a common one across all releases. With the current implementation, only ma
|
By
Quentin Schulz
· #55476
·
|
|
[docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Agreed, I poorly reviewed it. Thanks for stoping us before the disaster :) I think all our issues always come down to this weird and inefficient organization we have for docs and common files between
Agreed, I poorly reviewed it. Thanks for stoping us before the disaster :) I think all our issues always come down to this weird and inefficient organization we have for docs and common files between
|
By
Quentin Schulz
· #55477
·
|
|
[meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf
Hi Trevor, Would sed -i "s/#define RK3399_BAUDRATE\s\+.*/#define RK3399_BAUDRATE plep/" ${S}/plat/rockchip/rk3399/rk3399_def.h work for you? This makes sure that only RK3399_BAUDRATE definition will b
Hi Trevor, Would sed -i "s/#define RK3399_BAUDRATE\s\+.*/#define RK3399_BAUDRATE plep/" ${S}/plat/rockchip/rk3399/rk3399_def.h work for you? This makes sure that only RK3399_BAUDRATE definition will b
|
By
Quentin Schulz
· #55575
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Hi Trevor, Gentle ping :) Honister 3.4.1 being out it's less of an issue but the question remains at least for settling on a policy :) Cheers, Quentin
Hi Trevor, Gentle ping :) Honister 3.4.1 being out it's less of an issue but the question remains at least for settling on a policy :) Cheers, Quentin
|
By
Quentin Schulz
· #55576
·
|
|
[PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf
Not all Rockchip boards have their console running at 1500000 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of pum
Not all Rockchip boards have their console running at 1500000 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of pum
|
By
Quentin Schulz
· #55577
·
|
|
[meta-rockchip][PATCH] trusted-firmware-a: replace baudrate with the one specified in machine conf
Hi Trevor, Yes, sorry just sent it :) Cheers, Quentin
Hi Trevor, Yes, sorry just sent it :) Cheers, Quentin
|
By
Quentin Schulz
· #55578
·
|
|
[meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
Hi all, No frustration on my side, just a debate/discussion on what we should do. No, the problem is the same because it is broken only in Honister 3.4. So if we take this patch in, we basically have
Hi all, No frustration on my side, just a debate/discussion on what we should do. No, the problem is the same because it is broken only in Honister 3.4. So if we take this patch in, we basically have
|
By
Quentin Schulz
· #55579
·
|
|
[meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf
Not all Rockchip boards have their console running at 1500000 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of pum
Not all Rockchip boards have their console running at 1500000 baud in U-Boot and the kernel. Such is the case for puma-haikou RK3399-based SoM+Carrierboard. In order to prepare for the addition of pum
|
By
Quentin Schulz
· #55580
·
|
|
[PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf
Sorry, this was meant for meta-rockchip, sending a new mail with the proper topic. Cheers, Quentin
Sorry, this was meant for meta-rockchip, sending a new mail with the proper topic. Cheers, Quentin
|
By
Quentin Schulz
· #55581
·
|
|
[RFC] [PATCH yocto-autobuilder-helper] scripts: run-docs-build: make the script fail hard ASAP when there's an error
Hi Michael, https://autobuilder.yoctoproject.org/typhoon/#/builders/114 seems to be a good place to start with? Cheers, Quentin
Hi Michael, https://autobuilder.yoctoproject.org/typhoon/#/builders/114 seems to be a good place to start with? Cheers, Quentin
|
By
Quentin Schulz
· #56269
·
|